aboutsummaryrefslogtreecommitdiffstats
path: root/notebooks/Untitled.ipynb
diff options
context:
space:
mode:
authorsara <sara.halter@gmx.ch>2021-11-18 18:46:44 +0100
committersara <sara.halter@gmx.ch>2021-11-18 18:46:44 +0100
commit3537b9ac25f251c074a3d79f3c5d23a9191f4f55 (patch)
tree3c2d3c7896aa21df3a00e3da75318d315ec7b163 /notebooks/Untitled.ipynb
parentRemove space from filename (diff)
downloadFading-3537b9ac25f251c074a3d79f3c5d23a9191f4f55.tar.gz
Fading-3537b9ac25f251c074a3d79f3c5d23a9191f4f55.zip
FIR filter weitergearbeitet
Diffstat (limited to '')
-rw-r--r--notebooks/Untitled.ipynb40
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": {