Code zum Homepage-Artikel homepage/src/blocks/squelch-bloecke.md
("Squelch-Blöcke im Vergleich").
Vier eigenständige Skripte, je eines pro Block, exakt wie im Artikel gezeigt
und tatsächlich mit GNU Radio 3.10.12.0 ausgeführt:
test_power_squelch.py — Schwelle, Gate=Ja/Nein, Ramptest_simple_squelch.py — Vergleich gegen Power Squelch (Gate=Nein, Ramp=0)test_ctcss_squelch.py — passender vs. abweichender Subtontest_standard_squelch.py — Rauschen vs. sauberer Ton bei gleicher AmplitudeBenötigt eine GNU-Radio-3.10-Installation (from gnuradio import gr, blocks, analog)
sowie numpy.
python3 test_power_squelch.py
python3 test_simple_squelch.py
python3 test_ctcss_squelch.py
python3 test_standard_squelch.py
python3 test_power_squelch.py
python3 test_simple_squelch.py
python3 test_ctcss_squelch.py
python3 test_standard_squelch.py