Updating index.html and image.

pull/2/head
miguel 2023-03-21 23:59:51 +11:00
rodzic 5eea47ebd3
commit 8c77850613
3 zmienionych plików z 5 dodań i 2 usunięć

Wyświetl plik

@ -26,6 +26,9 @@
Graphical calculator for ferrite and powdered-iron toroids. <br>
<img src="toroid.png" alt="RF Toroid Calculator">
<br> <br>
Notes: TBD
<h2> <a href="./short_dipole.html">Loaded Dipole Antenna Calculator</a> </h2>
Graphical calculator for coil/inductor loaded dipole antennas. <br>
<img src="short_dipole.png" alt="Loaded Dipole Antenna Calculator">
<br> <br>
</body>
</html>

BIN
shore_dipole.png 100644

Plik binarny nie jest wyświetlany.

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 106 KiB

Wyświetl plik

@ -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() + "\" " +