필터 지우기
필터 지우기

Wavelet Pack Decomposition - Is there a faster way?

조회 수: 1 (최근 30일)
John
John 2013년 3월 13일
I have to do multi-level wavelet decomposition.
I've tried using dwt and calling it recursively. I've also tried using wpdec which returns a tree and then I would extract the coefficients but this takes forever.
Any suggestions?

답변 (1개)

Wayne King
Wayne King 2013년 3월 13일
Do you want wavelet packet or wavelet? You say multi-level wavelet and then you say wavelet packet.
If you want wavelet packet, why do you say that wpdec() takes forever.
  댓글 수: 1
John
John 2013년 3월 13일
Sorry, I meant wavelet packet. I need successive wavelet transforms of both the detail and approximation coefficients. wpdec takes a while because of the efficiency I am looking for in my algorithm. I need it to be faster.
How can I get the DWT matrix for a N = 8192 sample signal?

댓글을 달려면 로그인하십시오.

카테고리

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