Wavelet Pack Decomposition - Is there a faster way?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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?
0 comentarios
Respuestas (1)
Wayne King
el 13 de Mzo. de 2013
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.
Ver también
Categorías
Más información sobre Signal Analysis en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!