We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69b649a + 36843c5 commit b65662fCopy full SHA for b65662f
pywt/_cwt.py
@@ -19,7 +19,7 @@ def cwt(data, scales, wavelet, sampling_period=1.):
19
Input signal
20
scales : array_like
21
The wavelet scales to use. One can use
22
- ``f = scale2frequency(scale, wavelet)/sampling_period`` to determine
+ ``f = scale2frequency(wavelet, scale)/sampling_period`` to determine
23
what physical frequency, ``f``. Here, ``f`` is in hertz when the
24
``sampling_period`` is given in seconds.
25
wavelet : Wavelet object or name
0 commit comments