Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-15 12:32:47 +01:00 committed by GitHub
parent 76897aec23
commit 1e973cdc00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,6 +71,9 @@ Important VS Code notes:
* [Linear algebra](numpy/linear_alg/README.md)
* [Random numbers the non-legacy way](numpy/random/README.md)
* [Statistics](numpy/statistics/README.md)
* FFT
- * [Numpy: rfft and spectral power](numpy/numpy_fft_1/README.md)
## Matplotlib.pyplot
* [Simple plot and imshow examples](matplotlib/basics/README.md)
@ -86,7 +89,7 @@ Important VS Code notes:
## Python: Questions of spectral nature
* [Numpy: rfft and spectral power](numpy_fft_1/README.md)
* [scipy.signal: Butterworth low, high and band-pass](scipy.signal_butterworth/README.md)
* [PyWavelets: Wavelet Transforms in Python](pywavelet/README.md)