cr.wavelets.cwt_id_time

cr.wavelets.cwt_id_time(data, scales, wavelet, precision, axis)[source]

Computes the CWT using time domain convolution

It uses the following method - compute the wavelet - integrate it - resample the wavelet for different scales - convolve the wavelet with the data - differentiate the result - scale the result

This method is what is followed in PyWavelets.