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?

 Accepted Answer

Wayne King
Wayne King on 19 Nov 2011
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 Comment

Thanks Wayne AGAIN!!!
So is the translation a result of the dilation by scale a?

Sign in to comment.

More Answers (0)

Asked:

on 19 Nov 2011

Community Treasure Hunt

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

Start Hunting!