From 39ff0c5bd3a8eb48bb45008a4da63fac782e39db Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Mon, 4 Dec 2023 01:11:35 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- numpy_fft_1/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/numpy_fft_1/README.md b/numpy_fft_1/README.md index fdbac84..0dea4fd 100644 --- a/numpy_fft_1/README.md +++ b/numpy_fft_1/README.md @@ -1,9 +1,10 @@ # Numpy -- rfft and spectral power {:.no_toc} + ## Goal We want to calculate a well behaved power spectral density from a 1 dimensional time series.