Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2024-02-15 10:54:50 +01:00 committed by GitHub
parent cbbb97cf83
commit 74acf99273
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -103,6 +103,7 @@ Important VS Code notes:
* [Statistics](numpy/statistics/README.md)
* [FFT](numpy/fft/README.md)
- [rfft and spectral power](numpy/numpy_fft_1/README.md)
- [Spectral power and averaging over trials](numpy/power_mean/README.md)
* [Meshgrid](numpy/mesh_grid/README.md)
* [Flip, rot90, and roll a matrix](numpy/reverse_an_axis/README.md)
* Iterate