From c8ec09c6320f17c271cb69236f09deb8d56261ea Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Sat, 2 Dec 2023 20:25:29 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- numpy_fft_1/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/numpy_fft_1/README.md b/numpy_fft_1/README.md index 44cd85b..3d04ad7 100644 --- a/numpy_fft_1/README.md +++ b/numpy_fft_1/README.md @@ -1,4 +1,9 @@ # Numpy -- rfft and spectral power +{:.no_toc} + +* TOC +{:toc} + ## Goal We want to calculate a well behaved power spectral density from a 1 dimensional time series.