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

10 次查看(过去 30 天)
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 个)

Prasanna
Prasanna 2024-9-16,5:30
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 CenterFile Exchange 中查找有关 Signal Analysis 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by