mirror of
https://github.com/davrot/pytutorial.git
synced 2025-04-18 21:26:41 +02:00
Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
94d5b38a76
commit
e7732a4e5b
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ wavelet_list = pywt.wavelist(kind="continuous")
|
|||
print(wavelet_list)
|
||||
```
|
||||
|
||||
```Python
|
||||
```python
|
||||
['cgau1', 'cgau2', 'cgau3', 'cgau4', 'cgau5', 'cgau6', 'cgau7', 'cgau8', 'cmor', 'fbsp', 'gaus1', 'gaus2', 'gaus3', 'gaus4', 'gaus5', 'gaus6', 'gaus7', 'gaus8', 'mexh', 'morl', 'shan']
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue