Direct Demodulation of Radio-signals
- NOAA images (Under progress)
- AFSK1200 (Under progress)
To run: run 'python main.py IQ.wav'
(using Docker)
sudo docker build --tag direct_demod .
sudo docker run --rm -it \
--volume="$PWD":/opt/code \
direct_demod python main.py samples/SDRSharp_20170830_073907Z_145825000Hz_IQ_autogain.wav
Please find the docs at: directdemod.readthedocs.io
The experiments performed to make design decisions are in the folder experiments, as jupyter notebooks. (click the binder badge for an online version)