kopia lustrzana https://github.com/miguelvaca/vk3cpu
Fix Pd for PI
rodzic
0afe151e9d
commit
b36362e706
|
@ -1043,7 +1043,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
this.I_wire = function (frequency, voltage) {
|
this.I_wire = function (frequency, voltage) {
|
||||||
const Rac = this.getWireResistance(frequency);
|
const Rac = this.getWireResistance(frequency, this.cond_diameter_meters * 0.5);
|
||||||
return (voltage / Rac);
|
return (voltage / Rac);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue