You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Line 30 in the wavele.py file contains the following text: Default is J = (log2(N * dt / so)) / dj.
25 s0 : float, optional
26 Smallest scale of the wavelet. Default value is 2*dt.
27 J : float, optional
28 Number of scales less one. Scales range from s0 up to
29 s0 * 2**(J * dj), which gives a total of (J + 1) scales.
30 Default is J = (log2(N * dt / so)) / dj.
31 wavelet : instance of Wavelet class, or string
32 Mother wavelet class. Default is Morlet wavelet.
33 freqs : numpy.ndarray, optional
34 Custom frequencies to use instead of the ones corresponding
Should "so" be the same as "s0" in line 25?
The text was updated successfully, but these errors were encountered:
Line 30 in the wavele.py file contains the following text: Default is J = (log2(N * dt / so)) / dj.
25 s0 : float, optional
26 Smallest scale of the wavelet. Default value is 2*dt.
27 J : float, optional
28 Number of scales less one. Scales range from s0 up to
29 s0 * 2**(J * dj), which gives a total of (J + 1) scales.
30 Default is J = (log2(N * dt / so)) / dj.
31 wavelet : instance of Wavelet class, or string
32 Mother wavelet class. Default is Morlet wavelet.
33 freqs : numpy.ndarray, optional
34 Custom frequencies to use instead of the ones corresponding
Should "so" be the same as "s0" in line 25?
The text was updated successfully, but these errors were encountered: