diff options
| author | Yuval Adam <_@yuv.al> | 2018-05-08 17:03:13 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2018-05-08 22:24:09 +0200 |
| commit | 1cea1926a95538ff278175553f9d0780b8879684 (patch) | |
| tree | 47f39f119ae6d3933bab68cbd410b070c20ef10b | |
| parent | 0dfa35b64dced3fe83ea3abf7ef6991440b50f87 (diff) | |
More slides
| -rw-r--r-- | talk.ipynb | 36 |
1 files changed, 33 insertions, 3 deletions
@@ -95,6 +95,7 @@ " - Digital TV broadcast (\"Idan+\", DVB-T)\n", " - Airplane tracking (ADS-B)\n", " - Weather satellites\n", + " - IoT project integration\n", " - FM radio broadcast" ] }, @@ -344,9 +345,38 @@ " - 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", " - GNU Radio\n", - " - top-notch framework\n", - " - implemented many signal processing primivites\n", - " - has a great scheduling engine" + " - top-notch signal processing framework\n", + " - implemented many DSP primivites\n", + " - has a great scheduling engine\n", + " - *actually* generates flowgraphs in Python" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "slideshow": { + "slide_type": "slide" + } + }, + "source": [ + "## Where to go from here\n", + "\n", + " - Buy an RTL-SDR dongle, they start at less than $10\n", + " - eBay, AliExpress\n", + " - Learn more about SDR, signal processing\n", + " - Michael Ossmann's video course - https://greatscottgadgets.com/sdr/\n", + " - Explore the radio waves!" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "slideshow": { + "slide_type": "slide" + } + }, + "source": [ + "## Thank you! Questions?" ] }, { |
