diff --git a/index.html b/index.html index 690ac50..be302b1 100644 --- a/index.html +++ b/index.html @@ -26,6 +26,9 @@ Graphical calculator for ferrite and powdered-iron toroids.
RF Toroid Calculator

- Notes: TBD +

Loaded Dipole Antenna Calculator

+ Graphical calculator for coil/inductor loaded dipole antennas.›
+ Loaded Dipole Antenna Calculator +

diff --git a/shore_dipole.png b/shore_dipole.png new file mode 100644 index 0000000..3cdc4e6 Binary files /dev/null and b/shore_dipole.png differ diff --git a/short_dipole.html b/short_dipole.html index e7031b0..4e7e677 100644 --- a/short_dipole.html +++ b/short_dipole.html @@ -395,7 +395,7 @@ fctx.font = loop_dia_font; fctx.fillText("l = " + (antenna_length_slider.value * 1e2).toFixed(1).toString() + " %", left_spacing, down_wire_bot_y - 54); fctx.font = spacing_font; - fctx.fillText("d = " + (dipole.spacing_ratio * 1e2).toFixed(1).toString() + " %", left_spacing, down_wire_bot_y - 36); + fctx.fillText("d = " + (inductor_distance_slider.value * 1.0).toFixed(1).toString() + " %", left_spacing, down_wire_bot_y - 36); fctx.font = cond_dia_font; fctx.fillText("AWG = " + (40-conductor_diameter_slider.value).toString(), left_spacing, down_wire_bot_y - 18); fctx.fillText("\u2300 = " + cond_diameter_inches.toFixed(4).toString() + "\" " +