From e386cc320722eaf94b51d10ad49682cffde837c7 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 28 May 2018 15:27:10 +0300 Subject: Slides --- static/gsm.jpg | Bin 0 -> 42624 bytes talk.ipynb | 29 ++++++++++++++++++++++------- talk.slides.html | 21 ++++++++++++++------- 3 files changed, 36 insertions(+), 14 deletions(-) create mode 100644 static/gsm.jpg diff --git a/static/gsm.jpg b/static/gsm.jpg new file mode 100644 index 0000000..7142f35 Binary files /dev/null and b/static/gsm.jpg differ diff --git a/talk.ipynb b/talk.ipynb index 220e47e..921fa1e 100644 --- a/talk.ipynb +++ b/talk.ipynb @@ -341,7 +341,11 @@ { "cell_type": "code", "execution_count": 6, - "metadata": {}, + "metadata": { + "slideshow": { + "slide_type": "subslide" + } + }, "outputs": [], "source": [ "# HIT IT\n", @@ -371,12 +375,23 @@ "\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?\n", - " - GNU Radio\n", - " - top-notch signal processing framework\n", - " - implemented many DSP primivites\n", - " - has a great scheduling engine\n", - " - *actually* generates flowgraphs in Python" + " - How do you synchronize different input/ouput sample rates on the same flow?" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "slideshow": { + "slide_type": "slide" + } + }, + "source": [ + "## GNU Radio\n", + "\n", + "- Top-notch signal processing framework\n", + "- Implemented many DSP primivites\n", + "- Has a great scheduling engine\n", + "- *Actually* generates flowgraphs in Python" ] }, { diff --git a/talk.slides.html b/talk.slides.html index e00e354..2185b69 100644 --- a/talk.slides.html +++ b/talk.slides.html @@ -12178,7 +12178,7 @@ a.anchor-link { - + In [6]: @@ -12214,13 +12214,20 @@ a.anchor-link { How do you synchronize different input/ouput sample rates on the same flow? -GNU Radio -top-notch signal processing framework -implemented many DSP primivites -has a great scheduling engine -actually generates flowgraphs in Python - + + + + + + + + +GNU Radio¶ +Top-notch signal processing framework +Implemented many DSP primivites +Has a great scheduling engine +Actually generates flowgraphs in Python -- cgit v1.3.1