Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
76897aec23
commit
1e973cdc00
1 changed files with 4 additions and 1 deletions
|
@ -71,6 +71,9 @@ Important VS Code notes:
|
||||||
* [Linear algebra](numpy/linear_alg/README.md)
|
* [Linear algebra](numpy/linear_alg/README.md)
|
||||||
* [Random numbers the non-legacy way](numpy/random/README.md)
|
* [Random numbers the non-legacy way](numpy/random/README.md)
|
||||||
* [Statistics](numpy/statistics/README.md)
|
* [Statistics](numpy/statistics/README.md)
|
||||||
|
* FFT
|
||||||
|
- * [Numpy: rfft and spectral power](numpy/numpy_fft_1/README.md)
|
||||||
|
|
||||||
|
|
||||||
## Matplotlib.pyplot
|
## Matplotlib.pyplot
|
||||||
* [Simple plot and imshow examples](matplotlib/basics/README.md)
|
* [Simple plot and imshow examples](matplotlib/basics/README.md)
|
||||||
|
@ -86,7 +89,7 @@ Important VS Code notes:
|
||||||
|
|
||||||
## Python: Questions of spectral nature
|
## 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)
|
* [scipy.signal: Butterworth low, high and band-pass](scipy.signal_butterworth/README.md)
|
||||||
* [PyWavelets: Wavelet Transforms in Python](pywavelet/README.md)
|
* [PyWavelets: Wavelet Transforms in Python](pywavelet/README.md)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue