Commit Graph

2 Commits

Author SHA1 Message Date
Mo 59fb74be1d Antenna Calculator: fix out-of-range handling + add Comet W100RX (#3321)
* Antenna Calculator: handle out-of-range frequencies

Fix an out-of-bounds read in update_result(): when the required
quarter-wave length was shorter than the fully-collapsed antenna, the
element interpolation indexed elements[-1]. Guard the frequency range and
report 'retracted' (above the fundamental range; a wideband RX whip still
receives here via harmonics) or 'fully ext.' (below range) instead of a
garbage element count.

* Add Comet W100RX to the sample WHIPCALC/ANTENNAS.TXT

Comet W100RX telescopic RX whip, segment lengths (mm) from the Comet
W100RX instruction sheet: 200/300/400/510/615/800/986.
2026-09-16 18:30:36 +02:00
gullradriel a65ef3ce2e Externalize antenna calc and wav view (#2498)
* externalize antenna calc and wav view
* Added a tool to check if all the pictures in graphics are used in internal apps
2025-01-26 21:36:21 +01:00