summaryrefslogtreecommitdiff
path: root/talk.ipynb
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2018-05-09 15:01:53 +0200
committerYuval Adam <_@yuv.al>2018-05-09 15:01:53 +0200
commit72a1dbdb3515fb49b3dc36cb221ce1cdeb02b232 (patch)
treecf2d044c97ff9e913529f597ea3accff7d5b2e4e /talk.ipynb
parent1cea1926a95538ff278175553f9d0780b8879684 (diff)
More
Diffstat (limited to 'talk.ipynb')
-rw-r--r--talk.ipynb15
1 files changed, 14 insertions, 1 deletions
diff --git a/talk.ipynb b/talk.ipynb
index 9c5c573..a43d53f 100644
--- a/talk.ipynb
+++ b/talk.ipynb
@@ -116,6 +116,19 @@
"cell_type": "markdown",
"metadata": {
"slideshow": {
+ "slide_type": "subslide"
+ }
+ },
+ "source": [
+ "## I/Q Sampling\n",
+ "\n",
+ "![static/corkscrew.png](static/corkscrew.png)"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {
+ "slideshow": {
"slide_type": "slide"
}
},
@@ -220,7 +233,7 @@
"sdr.center_freq = 91.8e6 # 91,800,00 Hz frequency for the radio station\n",
"sdr.gain = 'auto' # tune the gain (AKA \"volume\") automatically\n",
"\n",
- "samples = sdr.read_samples(8192000) # collect samples during 5 seconds\n",
+ "samples = sdr.read_samples(1.2e6 * 8) # collect samples during 8 seconds\n",
"sdr.close()\n",
"\n",
"print(samples[:5])"