diff options
author | Nao Pross <np@0hm.ch> | 2021-11-21 10:40:53 +0100 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2021-11-21 10:40:53 +0100 |
commit | 2a3b0ef715d83c97ccb0c2b1eb63707a62ffe7a5 (patch) | |
tree | f45e5b6f5ec5a88456d94abc0a63173f355d2571 /notebooks/Untitled.ipynb | |
parent | Change chapter title (diff) | |
parent | Merge branch 'master' of github.com:NaoPross/Fading (diff) | |
download | Fading-2a3b0ef715d83c97ccb0c2b1eb63707a62ffe7a5.tar.gz Fading-2a3b0ef715d83c97ccb0c2b1eb63707a62ffe7a5.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": { |