sgcderek / sgcderek.github.io

9 stars 1 forks source link

Errors in helical calculator #3

Open Sasszem opened 6 months ago

Sasszem commented 6 months ago

Line 112 should calculate diameter based on circumference, not on diameter

var diameter = round( circumference /PI *10) / 10;

The equation of HPBW is displayed incorrectly, line 249 should be

= 52/(C<sub>λ</sub>*√(n*S<sub>λ</sub>))

Similarly, line 257:

= 115/(C<sub>λ</sub>*√(n*S<sub>λ</sub>))

Gain calculation is wrong. You use log, but that is NOT base10, it's the natural log. I traced back the typo to the ARRL antenna book - it uses the somewhat unusual convention (as explained in Appendix 5)

Also, the gain formula is also on the optimistic side. Kraus has 2 formulas for directivity (not the same as gain, but an upper limit)

Thank you for the calculator, this and your videos and site helped me getting started on designing helicals.