PyWavelets / pywt

PyWavelets - Wavelet Transforms in Python
http://pywavelets.readthedocs.org
MIT License
1.97k stars 460 forks source link

wrapper tools to help the user: scale2frequency, frequency2scale, show_wavelet #622

Open jerabaul29 opened 2 years ago

jerabaul29 commented 2 years ago

If I understand well, a critical aspect of using the wavelet transform is to i) choose the correct scales, ii) choose appropriate wavelets. I use this page as a reference when doing so: https://pywavelets.readthedocs.io/en/latest/ref/cwt.html . At first, it was a bit confusing. I wonder if it would be possible to:

tkuraku commented 2 years ago

+1 on the frequency2scale function. That would make it easier to have a uniform frequency sampling in the transform.

grlee77 commented 1 year ago

This was partially resolved by #635, which added frequency2scale