Where can I see the list of built-in wavelet functions that I can pass to scipy.signal.cwt?
This question was migrated from Signal Processing Stack Exchange because it can be answered on Stack Overflow. Migrated 5 years ago . Learn more . scipy.signal.cwt 's documentation says : scipy.signal.cwt(data, wavelet, widths) wavelet : function Wavelet function, which should take 2 arguments. The first argument is the number of points that the returned vector will have (len(wavelet(width,length)) == length). The second is a width parameter, defining the size of the wavelet (e.g. standard deviation of a gaussian). See ricker, which satisfies these requirements.wavelet : function Wavelet