Wavelet translation and dilation

Continous wavelet transform is done by convoluting a signal with various translated and dilated daughter wavelets, right? In order to do so the Matlab Wavelet Toolbox´s User Guide mentions two parameters a and b. When actually usiung the cwt function , you actually only assign valuse for the scale a which is responsible for the wavelet´s dilation.
What about the translation?
Does a tighter wavelet so to say fit more often onto the signal, hence providing for the different time resoultion compared to broader scaled wavelets?

 採用された回答

Wayne King
Wayne King 2011 年 11 月 19 日

1 投票

The translation parameter ranges over the length of the input signal. However, this means that you have to think about edge effects. If you look at the function conofinf.m, you can see how the values of the input series that affect the wavelet coefficients at increasing scales increases.
Look at the section -- Interpreting the CWT Coefficients

1 件のコメント

Chris
Chris 2011 年 11 月 22 日
Thanks Wayne AGAIN!!!
So is the translation a result of the dilation by scale a?

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

その他の回答 (0 件)

カテゴリ

質問済み:

2011 年 11 月 19 日

Community Treasure Hunt

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

Start Hunting!

Translated by