diff options
| author | Yuval Adam <_@yuv.al> | 2018-05-28 15:27:10 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2018-05-28 15:27:10 +0300 |
| commit | e386cc320722eaf94b51d10ad49682cffde837c7 (patch) | |
| tree | 6f42f5d7a7353286081654a047a6b2980235051c /talk.ipynb | |
| parent | 9d44d520177a8e67ac76ce40b9e5777608b0031e (diff) | |
Slides
Diffstat (limited to 'talk.ipynb')
| -rw-r--r-- | talk.ipynb | 29 |
1 files changed, 22 insertions, 7 deletions
@@ -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" ] }, { |
