diff options
author | jaseg <git@jaseg.net> | 2020-03-06 11:09:35 +0100 |
---|---|---|
committer | jaseg <git@jaseg.net> | 2020-03-06 11:09:35 +0100 |
commit | ad9e17c35c2fc358e6660d179c844b14b92c5541 (patch) | |
tree | 29926a0077f2cebaa6a6714dafe5637be91f4d6e /gm_platform/fw | |
parent | 4b419bd1ad9f22266e068341176f5ab665a26222 (diff) | |
download | master-thesis-ad9e17c35c2fc358e6660d179c844b14b92c5541.tar.gz master-thesis-ad9e17c35c2fc358e6660d179c844b14b92c5541.tar.bz2 master-thesis-ad9e17c35c2fc358e6660d179c844b14b92c5541.zip |
WIP DSSS decoding
Diffstat (limited to 'gm_platform/fw')
-rw-r--r-- | gm_platform/fw/Scope.ipynb | 2 | ||||
-rw-r--r-- | gm_platform/fw/grid_scope.ipynb | 24 |
2 files changed, 13 insertions, 13 deletions
diff --git a/gm_platform/fw/Scope.ipynb b/gm_platform/fw/Scope.ipynb index 1022e56..82898fd 100644 --- a/gm_platform/fw/Scope.ipynb +++ b/gm_platform/fw/Scope.ipynb @@ -898,7 +898,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.5" + "version": "3.7.6" } }, "nbformat": 4, diff --git a/gm_platform/fw/grid_scope.ipynb b/gm_platform/fw/grid_scope.ipynb index b5b3522..1e5f942 100644 --- a/gm_platform/fw/grid_scope.ipynb +++ b/gm_platform/fw/grid_scope.ipynb @@ -125,7 +125,7 @@ { "data": { "application/vnd.jupyter.widget-view+json": { - "model_id": "ba042a79e76742dfae88bd0a5913cb1f", + "model_id": "afc732c0ada8419e89a7ff2551212c00", "version_major": 2, "version_minor": 0 }, @@ -196,7 +196,7 @@ }, { "cell_type": "code", - "execution_count": 124, + "execution_count": 8, "metadata": { "scrolled": false }, @@ -1045,7 +1045,7 @@ }, { "cell_type": "code", - "execution_count": 46, + "execution_count": 10, "metadata": { "scrolled": false }, @@ -1858,7 +1858,7 @@ }, { "cell_type": "code", - "execution_count": 12, + "execution_count": 11, "metadata": { "scrolled": false }, @@ -1866,7 +1866,7 @@ { "data": { "application/vnd.jupyter.widget-view+json": { - "model_id": "bb14b5b4747148898f1d8f046318bb55", + "model_id": "36ffcac30c8b4b378d3c422d3ef0698b", "version_major": 2, "version_minor": 0 }, @@ -1937,7 +1937,7 @@ }, { "cell_type": "code", - "execution_count": 119, + "execution_count": 12, "metadata": { "scrolled": false }, @@ -2773,7 +2773,7 @@ }, { "cell_type": "code", - "execution_count": 115, + "execution_count": 13, "metadata": { "scrolled": false }, @@ -3637,7 +3637,7 @@ }, { "cell_type": "code", - "execution_count": 127, + "execution_count": 14, "metadata": {}, "outputs": [], "source": [ @@ -3656,22 +3656,22 @@ }, { "cell_type": "code", - "execution_count": 128, + "execution_count": 17, "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "54.0" + "(160118,)" ] }, - "execution_count": 128, + "execution_count": 17, "metadata": {}, "output_type": "execute_result" } ], "source": [ - "27000 * 2e-3" + "def modulate(sequences, data)" ] } ], |