From 3537b9ac25f251c074a3d79f3c5d23a9191f4f55 Mon Sep 17 00:00:00 2001 From: sara Date: Thu, 18 Nov 2021 18:46:44 +0100 Subject: FIR filter weitergearbeitet --- notebooks/Untitled.ipynb | 40 ---------------------------------------- 1 file changed, 40 deletions(-) (limited to 'notebooks/Untitled.ipynb') 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": { -- cgit v1.2.1