pysolate.wavelet.inverse_cwt
- inverse_cwt(Wx, wave_type, nvoices)[source]
Inverse continuous wavelet tranform
Reconstructs the original signal from the wavelet transform.
- Parameters
Wx (
numpy.ndarray) – wavelet transform of shape (len(scales), len(time_series))wave_type (str) – wavelet function.
nvoices (int) – sampling of CWT in scale.
- Returns
time series data.
- Return type