CW-Demodulator-Erweiterungen (Stufe 3)

Baut auf Stufe 2 auf und ergänzt drei dort offen
gebliebene Punkte, plus eine Verifikation an einer echten Aufnahme:

Ausführen

# Synthetische Testsignale:
grcc -o build cw.grc
python3 build/cw.py
python3 test_chain.py       # headless, ohne GUI

# Echte KiwiSDR-Aufnahme:
grcc -o build cw_live.grc
python3 build/cw_live.py
python3 test_live.py        # headless, ohne GUI
# Synthetische Testsignale:
grcc -o build cw.grc
python3 build/cw.py
python3 test_chain.py       # headless, ohne GUI

# Echte KiwiSDR-Aufnahme:
grcc -o build cw_live.grc
python3 build/cw_live.py
python3 test_live.py        # headless, ohne GUI