Morse code decoder with machine learning
Find a file
2022-10-27 17:03:26 +03:00
RTTY RTTY modem initial version 2017-09-06 17:49:08 +02:00
.gitignore RTTY modem initial version 2017-09-06 17:49:08 +02:00
decoder.py More comments and CW detection code 2022-10-27 17:03:26 +03:00
dsp.py Updated FST decoder 2022-08-30 10:37:56 +03:00
explore.py More comments and CW detection code 2022-10-27 17:03:26 +03:00
fst.py Updated FST decoder 2022-08-30 10:37:56 +03:00
morse.py Updated FST decoder 2022-08-30 10:37:56 +03:00
qt5-audio.py Updates 2022-09-04 10:38:14 +03:00
README.md Update README.md 2017-09-06 17:46:40 +02:00
stats.py Updated FST decoder 2022-08-30 10:37:56 +03:00

CW-RTTY-modem

CW (Morse code)/RTTY encoder/decoder.

Initially, contains experimental implementation in Python with the goal of converting them to AVR/Cortex-M firmware implementations.