mirror of
https://github.com/davrot/pytutorial.git
synced 2025-04-16 04:16:35 +02:00
Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
394443beee
commit
bbb8f76003
1 changed files with 12 additions and 0 deletions
|
@ -22,3 +22,15 @@ print(wavelet_list)
|
|||
```Python console
|
||||
['cgau1', 'cgau2', 'cgau3', 'cgau4', 'cgau5', 'cgau6', 'cgau7', 'cgau8', 'cmor', 'fbsp', 'gaus1', 'gaus2', 'gaus3', 'gaus4', 'gaus5', 'gaus6', 'gaus7', 'gaus8', 'mexh', 'morl', 'shan']
|
||||
```
|
||||
|
||||
* The mexican hat wavelet "mexh"
|
||||
* The Morlet wavelet "morl"
|
||||
* The complex Morlet wavelet ("cmorB-C" with floating point values B, C)
|
||||
* The Gaussian wavelets ("gausP" where P is an integer between 1 and and 8)
|
||||
* The complex Gaussian wavelets ("cgauP" where P is an integer between 1 and 8)
|
||||
* The Shannon wavelets ("shanB-C" with floating point values B and C)
|
||||
* The frequency B-spline wavelets ("fpspM-B-C" with integer M and floating point B, C)
|
||||
|
||||
see [Choosing the scales for cwt](https://pywavelets.readthedocs.io/en/latest/ref/cwt.html#choosing-the-scales-for-cwt)
|
||||
|
||||
## Visualizing wavelets
|
||||
|
|
Loading…
Add table
Reference in a new issue