From 7b775091757bae3c9225c0824ec77d21db2c09b7 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Thu, 16 Nov 2023 17:32:04 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- numpy_fft_1/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/numpy_fft_1/README.md b/numpy_fft_1/README.md index 4793318..44cd85b 100644 --- a/numpy_fft_1/README.md +++ b/numpy_fft_1/README.md @@ -73,3 +73,9 @@ Check of the normalization: print(y_power[1:].sum()) # -> 0.5 print(np.var(y)) # -> 0.5 ``` +![figure 2](figure_2.png) + +Or zoomed in: + +![figure 3](figure_3.png) +