Borrar filtros
Borrar filtros

Difference in continuous wavelet transform & Continuous fourier transform

3 visualizaciones (últimos 30 días)
We can implement CWT in matlab, why not CFT?

Respuestas (2)

Bhaskar
Bhaskar el 15 de Abr. de 2011
Wavelet transforms have finite duration basis functions, so they can be integrated from -inf to +inf (which essentially reduces to the finite support of the basis functions).
Fourier transforms have infinite duration (also infinite energy) basis functions, so a continuous fourier transform cannot be computed in general for all signals.
Also, only the basis functions are continuous in CWT; the result is an array of coefficients. The output for a CFT is also continuous and not a discrete array of numbers.
You can definitely compute CFT of signals for a specific frequency point in MATLAB.

Lisa Justin
Lisa Justin el 23 de En. de 2012
The matlab CWT is discrete wavelet transform and it has orthogonal wavelet functions. But the nonorthogonal is not discrete CWT. So you cannot carry out nonorthogonal CWT (i.e continuous CWT) using inbuilt matlab cwt, but you can carry out orthogonal CWT(discrete CWT) using using matlab inbuilt cwt.

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by