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

7 ビュー (過去 30 日間)
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

採用された回答

Wayne King
Wayne King 2013 年 6 月 17 日
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 件のコメント
adam
adam 2013 年 6 月 18 日
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 ?
adam
adam 2013 年 6 月 27 日
Thanks a lot Wayne, I am waitin for your example.

サインインしてコメントする。

その他の回答 (1 件)

adam
adam 2013 年 6 月 19 日
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 件のコメント
Wayne King
Wayne King 2013 年 6 月 19 日
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.
adam
adam 2013 年 6 月 21 日
Thanks a lot Wayne, I am waitin for your example.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeContinuous Wavelet Transforms についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by