How does modwpt details provide zero phase filtering ?
4 ビュー (過去 30 日間)
古いコメントを表示
I have used MODWPT for getting the wavelet coefficients for a given signal. But the resulting coefficients are shifted by some phase difference. Rather than that by using MODWPT details I am getting zero phase filtering. How does this result in zero phase difference? What are the changes in filter coefficients inorder to get this result?
0 件のコメント
回答 (1 件)
Wayne King
2018 年 5 月 28 日
MODWPTDETAILS actually projects the signal onto the various wavelet packet subspaces, that is what provides the zero-phase filtering because you are using not only the analysis filters but also the synthesis filters. MODWPT does have a time-aligned option that will provide an approximation to this using just the analysis filters (coefficients), but it is not exact like MODWPTDETAILS. The MODWPT with time-aligned does have the advantage of still conserving the signal energy though. The similarity between MODWPT and MODWPTDETAILS is analogous to MODWT and MODWTMRA.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Digital Filtering についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!