pybic.ApplyCWT
- pybic.ApplyCWT(sig, samprate=1.0, sigma=3.14, limFreq=2, alphaExp=0.5)[source]
Calculate continuous wavelet transform (CWT) of time-series.
Here we define
CWT[j,k] = A_sigma k^{alphaExp-0.5} sum_{p=0}^{N-1} X[p] * exp[ - 2pi^2 (sigma^2 / k^2) (p-k)^2 + 2pi i j p / N ] with A_sigma = pi^{1/4} sqrt{2N sigma / samprate} and X is the FFT of x[n].- Parameters:
- Returns:
CWT,acwt,freq_vec,time_vec = ApplyCWT(...)- Return type: