diff options
| author | Yuval Adam <_@yuv.al> | 2018-05-30 16:17:04 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2018-05-30 16:17:04 +0300 |
| commit | 733608f0ed24236bb2cfd95f1ca22dab7a42691f (patch) | |
| tree | ac856b32640ee8dc6525b5139c35f546a033c7ce /talk.ipynb | |
| parent | f07ebfab0c55a1247bfad6ca176c61a4030799fe (diff) | |
Starting to look good
Diffstat (limited to 'talk.ipynb')
| -rw-r--r-- | talk.ipynb | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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!" ] |
