DirectDemod
DirectDemod copied to clipboard
direct demodulation of radio-signals
DirectDemod
Direct Demodulation of Radio-signals
Decoders
- NOAA images (Under progress)
- AFSK1200 (Under progress)
Run example
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
Documentation
Please find the docs at: directdemod.readthedocs.io
Experiments
The experiments performed to make design decisions are in the folder experiments, as jupyter notebooks. (click the binder badge for an online version)