diff options
| author | Yuval Adam <_@yuv.al> | 2018-06-05 19:14:33 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2018-06-05 19:14:33 +0300 |
| commit | c9006c095ce46249764a29d4c577887578cf16e2 (patch) | |
| tree | e2aef6c896775fc256a904a977b60e16f0cb18a1 | |
| parent | d68d780daf0be139af986f66a08867b4d29c701f (diff) | |
Update README
| -rw-r--r-- | README.md | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -2,9 +2,14 @@ Code and slides for my [PyCon Israel 2018 talk](https://il.pycon.org/2018/schedule/presentation/34/) -Various code that does FM demodulation in all sorts of ways. +## Content -## NumPy Demod + - [Talk Slides](talk.ipynb) + - [Naive async FM demodulation](async_fm_demod.py) + - [Offline numpy FM demodulation](numpy_fm_demod.py) + - [FM demod GNU Radio Companion Flowgraph](fm.grc) + +### NumPy Demod ```bash $ python numpy_fm_demod.py capture |
