aboutsummaryrefslogtreecommitdiffstats
path: root/notebooks/Untitled.ipynb
diff options
context:
space:
mode:
Diffstat (limited to 'notebooks/Untitled.ipynb')
-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": {