diff options
author | Nao Pross <np@0hm.ch> | 2021-11-18 19:07:24 +0100 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2021-11-18 19:07:24 +0100 |
commit | aa82e80921551465c0a77a8a0316404eb2ffab88 (patch) | |
tree | fd61cfe95dd737c36db09b90e00bc1b459fe649a /notebooks/Untitled.ipynb | |
parent | Partially implement xor correlator (untested) (diff) | |
parent | Merge remote-tracking branch 'origin/master' (diff) | |
download | Fading-aa82e80921551465c0a77a8a0316404eb2ffab88.tar.gz Fading-aa82e80921551465c0a77a8a0316404eb2ffab88.zip |
Merge branch 'master' of github.com:NaoPross/Fading
Diffstat (limited to 'notebooks/Untitled.ipynb')
-rw-r--r-- | notebooks/Untitled.ipynb | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/notebooks/Untitled.ipynb b/notebooks/Untitled.ipynb index 6350dc3..0a1a81c 100644 --- a/notebooks/Untitled.ipynb +++ b/notebooks/Untitled.ipynb @@ -167,46 +167,6 @@ "metadata": {}, "outputs": [], "source": [] - }, - { - "cell_type": "markdown", - "id": "4c190dbf", - "metadata": {}, - "source": [ - "# Delay as a Convolution System" - ] - }, - { - "cell_type": "code", - "execution_count": 8, - "id": "0929e51c", - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "[0, 0, 0, 1]" - ] - }, - "execution_count": 8, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "# Create the FIR\n", - "D = 3 # Delay value\n", - "h = [0]*D+[1]\n", - "h" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "1b8438b2", - "metadata": {}, - "outputs": [], - "source": [] } ], "metadata": { |