Skip to content

yuvadm/radio-pyconil-2018

Repository files navigation

Pulling Radio Waves out of Thin Air

Code and slides for my PyCon Israel 2018 talk

Video of the talk is online at https://www.youtube.com/watch?v=xJOFaOM2wUc

Content

NumPy Demod

$ python numpy_fm_demod.py capture
$ aplay wbfm-mono-50000.0.raw -r 50000 -f S16_LE -t raw -c 1

Note that the final sample rate can never really be 44.1kHz.

Alternatively dump and load samples:

$ python numpy_fm_demod.py dump out.npy
$ python numpy_fm_demod.py load out.npy
$ aplay wbfm-mono-50000.0.raw -r 50000 -f S16_LE -t raw -c 1

About

Pulling Radio Waves out of Thin Air - Pycon Israel 2018

Resources

Stars

Watchers

Forks

Packages

No packages published