1
0
Fork 0
mirror of https://github.com/davrot/pytutorial.git synced 2025-04-19 05:36:42 +02:00

Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-02 02:33:50 +01:00 committed by GitHub
parent df48a96570
commit 597ea00afc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ wavelet_list = pywt.wavelist(kind="continuous")
print(wavelet_list)
```
```Python console
```Python
['cgau1', 'cgau2', 'cgau3', 'cgau4', 'cgau5', 'cgau6', 'cgau7', 'cgau8', 'cmor', 'fbsp', 'gaus1', 'gaus2', 'gaus3', 'gaus4', 'gaus5', 'gaus6', 'gaus7', 'gaus8', 'mexh', 'morl', 'shan']
```
@ -115,7 +115,7 @@ plt.xlabel("Frequency [Hz]")
plt.show()
```
```Python console
```python
[ 8 10 12 15 19 24 31 39 50 63 80 102 130 166 211 269 342 436 555 708]
```