diff options
author | Nao Pross <np@0hm.ch> | 2021-12-09 13:58:40 +0100 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2021-12-09 13:58:40 +0100 |
commit | c0af5f4f056873bca8bf560d45f329fd336811c1 (patch) | |
tree | 0bde718ff3b235ef116fde48b63df2633255658a /notebooks | |
parent | Typos and begin writing "Quantifying Dispersion" (diff) | |
parent | FIR Filter Statistical model weiter implementiert (diff) | |
download | Fading-c0af5f4f056873bca8bf560d45f329fd336811c1.tar.gz Fading-c0af5f4f056873bca8bf560d45f329fd336811c1.zip |
Merge branch 'master' of github.com:NaoPross/Fading
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 45a222e..feeb815 100644 --- a/notebooks/Fading Channel Taps.ipynb +++ b/notebooks/Fading Channel Taps.ipynb @@ -12,17 +12,17 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": 4, "id": "9790f979", "metadata": {}, "outputs": [], "source": [ - "db = -4" + "db = -9\n" ] }, { "cell_type": "code", - "execution_count": 3, + "execution_count": 5, "id": "041264af", "metadata": {}, "outputs": [], @@ -32,17 +32,17 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": 6, "id": "7b6019fe", "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "0.3981071705534972" + "0.12589254117941673" ] }, - "execution_count": 5, + "execution_count": 6, "metadata": {}, "output_type": "execute_result" } |