summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 212fb21..15c1b33 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,12 @@
# Python RTL-SDR Playground
Just some tests with binding RTL-SDR to Python programs
+
+## NumPy Demod
+
+```bash
+$ python numpy_fm_demod.py
+$ 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.