From c9006c095ce46249764a29d4c577887578cf16e2 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Tue, 5 Jun 2018 19:14:33 +0300 Subject: Update README --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f278eab..6f6f0af 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.3.1