MATLAB: WAVELET- FREQUENCY

wavelet

How to obtain Natural frequencies from wavelet analysis

Best Answer

Hi, There is no exact correspondence, but you can use scal2frq to obtain an approximate correspondence.
Also, beginning in R2011a, there is a new FFT-based algorithm for the CWT and for select wavelets you can obtain the Fourier factors that enable you to plot the CWT in time-frequency.
See:
and
for examples.
Wayne