WIP DSSS decoding

This commit is contained in:
jaseg 2020-03-06 11:09:35 +01:00
parent 4b419bd1ad
commit ad9e17c35c
18 changed files with 578 additions and 31753 deletions

View file

@ -898,7 +898,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.5"
"version": "3.7.6"
}
},
"nbformat": 4,

View file

@ -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)"
]
}
],