diff options
author | sara <sara.halter@gmx.ch> | 2021-12-17 19:44:51 +0100 |
---|---|---|
committer | sara <sara.halter@gmx.ch> | 2021-12-17 19:44:51 +0100 |
commit | 38576cd7fc8992a6ae86e7213e62842f7a101849 (patch) | |
tree | 9adefd05cb8a96eb169f7f399e5e868787d609db /notebooks | |
parent | Update fading table (diff) | |
download | Fading-38576cd7fc8992a6ae86e7213e62842f7a101849.tar.gz Fading-38576cd7fc8992a6ae86e7213e62842f7a101849.zip |
Doku exemple real
Diffstat (limited to '')
-rw-r--r-- | notebooks/Fading Channel Taps.ipynb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/notebooks/Fading Channel Taps.ipynb b/notebooks/Fading Channel Taps.ipynb index feeb815..2dfecc2 100644 --- a/notebooks/Fading Channel Taps.ipynb +++ b/notebooks/Fading Channel Taps.ipynb @@ -12,17 +12,17 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": 10, "id": "9790f979", "metadata": {}, "outputs": [], "source": [ - "db = -9\n" + "db = 0.0\n" ] }, { "cell_type": "code", - "execution_count": 5, + "execution_count": 11, "id": "041264af", "metadata": {}, "outputs": [], @@ -32,17 +32,17 @@ }, { "cell_type": "code", - "execution_count": 6, + "execution_count": 12, "id": "7b6019fe", "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "0.12589254117941673" + "1.0" ] }, - "execution_count": 6, + "execution_count": 12, "metadata": {}, "output_type": "execute_result" } |