Example for the difference between SWT and DWT

Hi,there.
I am looking for the understandable example to show the difference between DWT and SWT.
In Wavelet toolbox user's guide 3-66, it is written that "the DWT is not a time-invariant transform. This means that, even with periodic signal extension, the DWT of a translated version of a signal X is not, in general, the translated version of the DWT of X."
What does it mean?
Is there good example to show the difference?

3 件のコメント

Good mind
Good mind 2017 年 11 月 24 日
DWT=The wavelet decomposition can be described as iterative signal decomposition, using filter banks of low-pass and highpass filters (organized in a tree) with downsampling of their outputs.in each level the length of coeffs is reduced by half ex: original signal (2000) then length of coeffs from first level is 1000 an so on.
SWT=the outputs of decomposition filters in all decomposition levels are not downsampled. We can avoid interpolation errors that might occur during the reconstruction part.the length is the same in each level.
Macy S
Macy S 2017 年 11 月 24 日
Thank you for answering my question. So it seems to us that it is more useful to select SWT if I can, isn' t it?
SHOBA MOHAN
SHOBA MOHAN 2017 年 11 月 26 日
While using SWT, you can check memory constraints imposed by it.

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

回答 (0 件)

カテゴリ

タグ

質問済み:

2017 年 11 月 5 日

コメント済み:

2017 年 11 月 26 日

Community Treasure Hunt

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

Start Hunting!