summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2018-05-28 15:27:10 +0300
committerYuval Adam <_@yuv.al>2018-05-28 15:27:10 +0300
commite386cc320722eaf94b51d10ad49682cffde837c7 (patch)
tree6f42f5d7a7353286081654a047a6b2980235051c
parent9d44d520177a8e67ac76ce40b9e5777608b0031e (diff)
Slides
-rw-r--r--static/gsm.jpgbin0 -> 42624 bytes
-rw-r--r--talk.ipynb29
-rw-r--r--talk.slides.html21
3 files changed, 36 insertions, 14 deletions
diff --git a/static/gsm.jpg b/static/gsm.jpg
new file mode 100644
index 0000000..7142f35
--- /dev/null
+++ b/static/gsm.jpg
Binary files 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 {
</div>
</div>
-</div>
+</div></section><section>
<div class="cell border-box-sizing code_cell rendered">
<div class="input">
<div class="prompt input_prompt">In&nbsp;[6]:</div>
@@ -12214,13 +12214,20 @@ a.anchor-link {
<li>How do you synchronize different input/ouput sample rates on the same flow?</li>
</ul>
</li>
-<li>GNU Radio<ul>
-<li>top-notch signal processing framework</li>
-<li>implemented many DSP primivites</li>
-<li>has a great scheduling engine</li>
-<li><em>actually</em> generates flowgraphs in Python</li>
</ul>
-</li>
+
+</div>
+</div>
+</div></section></section><section><section>
+<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
+</div>
+<div class="inner_cell">
+<div class="text_cell_render border-box-sizing rendered_html">
+<h2 id="GNU-Radio">GNU Radio<a class="anchor-link" href="#GNU-Radio">&#182;</a></h2><ul>
+<li>Top-notch signal processing framework</li>
+<li>Implemented many DSP primivites</li>
+<li>Has a great scheduling engine</li>
+<li><em>Actually</em> generates flowgraphs in Python</li>
</ul>
</div>