How can I get a time-frequency representation of the resulted details and approximation signals from a discrete wavelet transform?

6 visualizaciones (últimos 30 días)
I am using discrete wavelet tranform to separate frequency bands from a given signals. My question is, How can I get a time-frequency representation of the resulted details and approximation signals from a discrete wavelet transform? there is any function to plot the frequency versus the time of such signals ? thanks

Respuesta aceptada

Wayne King
Wayne King el 17 de Jun. de 2013
That is much easier to do with the continuous wavelet transform. You can certainly plot the wavelet coefficients with the appropriate spacing for the DWT, but keep in mind with the DWT the translation parameter is dependent on scale so that for level j, the details are spaced as 2^j*k, where k = 1,2,3,...
If you are really interested in visualizing a time-frequency analysis using wavelets, then the CWT is the way to go. You can construct the scale vector as you see fit.
  2 comentarios
adam
adam el 18 de Jun. de 2013
Thank you Wayne But my signal is a discrete one so I must show the frequency components and their localization in time for every detail signal, so I must use the DWT and not CWT. And in the case of CWT, how to visualize my frequency component in 2D plot ?

Iniciar sesión para comentar.

Más respuestas (1)

adam
adam el 19 de Jun. de 2013
Thank you Wayne But my signal is a discrete one so I must show the frequency components and their localization in time for every detail signal, so I must use the DWT and not CWT. And in the case of CWT, how to visualize my frequency component in 2D plot ?
  2 comentarios
Wayne King
Wayne King el 19 de Jun. de 2013
Hi Adam, you can still use continuous analysis for a discrete signal, the "continuous" here means that the translation and scale parameters are not restricted to be dyadic like they are with the DWT. I'll come up with an example today for both discrete and continuous and post it in this thread.

Iniciar sesión para comentar.

Categorías

Más información sobre Continuous Wavelet Transforms en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by