Timeseries computation and analysis: tsTools

tsTools.cwt_a(signal, scales, sampling_scale=1.0, wavelet=<function morlet_FT at 0x76ee140>)[source]

Continuous wavelet transform via fft. Scales version.

tsTools.expfit(x, y, rcond=None, full=False, w=None, cov=False)[source]

Fit an exponential polynomial

tsTools.morlet_FT(f, f0=6)[source]

Fourier transform of the approximate Morlet wavelet

tsTools.relative_entropy(ts1, ts2)[source]

Compute the relative entropy between two time series, assuming they follow a normal distribution

Previous topic

Spatial computation and analysis: xyTools

Next topic

Linear filtering library

This Page