pyvib.morletWT module¶
-
pyvib.morletWT.morletWT(x, fs, f1, f2, nf, f00, pad=0)[source]¶ Parameters: - x (ndarray) – Displacements (or velocities or accelerations) for a single DOF
- fs (float) – Sampling frequency
- nf (int) – Frequency steps
- f00 (float in range [2-20]) – Morlet coefficient
- pad (int) – Padding
Returns: - finst (ndarray, len(x))
- wtinst (ndarray, len(x))
- time (ndarray, len(x)) – Time for wt, ie. x-axis
- freq (ndarray, len:nf) – Instantaneous frequency, ie. y-axis
- y (ndarray [nf, len(x)]) – FFT Amplitudes. Stored as [Freq, time]. Ie most likely to be used as y.T