aerospaceresearch / DirectDemod

direct demodulation of radio-signals
MIT License
38 stars 19 forks source link

DirectDemod

Direct Demodulation of Radio-signals

Decoders

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)

BinderDocumentation Status