From 733608f0ed24236bb2cfd95f1ca22dab7a42691f Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Wed, 30 May 2018 16:17:04 +0300 Subject: Starting to look good --- talk.ipynb | 9 ++++++--- talk.slides.html | 18 +++++++++++++++--- top_block.py | 2 +- 3 files changed, 22 insertions(+), 7 deletions(-) diff --git a/talk.ipynb b/talk.ipynb index fc44865..629fc73 100644 --- a/talk.ipynb +++ b/talk.ipynb @@ -353,7 +353,7 @@ }, { "cell_type": "code", - "execution_count": 6, + "execution_count": 7, "metadata": { "slideshow": { "slide_type": "subslide" @@ -384,8 +384,9 @@ } }, "source": [ - "## Caveats\n", + "## Review\n", "\n", + " - Took a fixed set of samples, did some math on them\n", " - Python, NumPy and SciPy are **very** good at doing fast processing of static data\n", " - When handling real-time data, buffering becomes a serious issue\n", " - How do you synchronize different input/ouput sample rates on the same flow?" @@ -401,7 +402,7 @@ "source": [ "## GNU Radio\n", "\n", - "- Top-notch signal processing framework\n", + "- Comprehensive signal processing framework\n", "- Implemented many DSP primivites\n", "- Has a great scheduling engine\n", "- *Actually* generates flowgraphs in Python" @@ -420,6 +421,8 @@ " - Buy an RTL-SDR dongle, they start at less than $10\n", " - eBay, AliExpress\n", " - Learn more about SDR, signal processing\n", + " - https://osmocom.org/projects/sdr/wiki/rtl-sdr\n", + " - https://www.reddit.com/r/RTLSDR/wiki/index\n", " - Michael Ossmann's video course - https://greatscottgadgets.com/sdr/\n", " - Explore the radio waves!" ] diff --git a/talk.slides.html b/talk.slides.html index 2185b69..c0f8d97 100644 --- a/talk.slides.html +++ b/talk.slides.html @@ -11933,6 +11933,15 @@ a.anchor-link {

# HIT IT
@@ -12208,7 +12217,8 @@ a.anchor-link {