Compute Morlet wavelets for the given frequency range.
floatThe sampling Frequency.
arrayFrequency range of interest (1 x Frequencies).
float | array of float, default 7.0Number of cycles. Fixed number or one per frequency.
float, default NoneIt controls the width of the wavelet ie its temporal resolution. If sigma is None the temporal resolution is adapted with the frequency like for all wavelet transform. The higher the frequency the shorter is the wavelet. If sigma is fixed the temporal resolution is fixed like for the short time Fourier transform and the number of oscillations increases with the frequency.
FalseMake sure the wavelet has a mean of zero.