Why should we use only dyadic length signal in discrete wavelet transform?

3 ビュー (過去 30 日間)
wavlet tranform compression
wavlet tranform compression 2013 年 4 月 15 日
回答済み: Prasanna 2024 年 9 月 16 日
Why should the signal length be dyadic while taking discrete wavelet transform? What happens if the signal length is not dyadic. I am working on compressing real time sensor signals containing 2000 samples in 20ms duration.Can some one help me with valuable answers. Many thanks in advance! my mail id is charanchakravarthy@gmail.com
  1 件のコメント
Qudus Thanni
Qudus Thanni 2024 年 5 月 28 日
You need to have your data in the nearest power of two for it to have a dyadic length

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

回答 (1 件)

Prasanna
Prasanna 2024 年 9 月 16 日
Hi,
When performing a Discrete Wavelet Transform (DWT), having a dyadic length (a length that is a power of two) for the signal simplifies the computation and ensures efficient decomposition and reconstruction. This is due to the following factors:
  • Effective decomposition: The DWT algorithm typically works by recursively decomposing the signal into approximation and detail coefficients. If the signal length is a power of 2, it allows for efficient computation and splitting at each level of decomposition.
  • Orthogonality and symmetry: dyadic lengths ensures that the wavelet coefficients accurately represent the signal without redundancy.
  • Boundary effects: Non-dyadic lengths can introduce boundary effects, where the edges of the signal do not align well with the wavelet functions. This can lead to inaccuracies in the transformed coefficients and, consequently, in the reconstructed signal.
If the signal length is not dyadic, you can still perform the DWT, but you might need to pad the signal with zeros to the nearest power of two. This padding can introduce some artifacts, but it’s a common practice to handle non-dyadic lengths.
For more information regarding DWT, you can refer the following documentations:
Hope this helps!

カテゴリ

Help Center および File ExchangeSignal Analysis についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by