multi level 1-D wavelet decomposition
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Majid Al-Sirafi
el 11 de Jul. de 2012
Comentada: Muhammad Shahid Jabbar
el 20 de Jun. de 2020
Hi every one
I applied the Multilevel 1-D wavelet decomposition for vector array, by the following syntax:
[C,L] = wavedec(s,3,'haar')
where s is vector and 3 is level-3 and harr is 'haar' filter , I want to know which is the Low frequency and High frequency coefficients after transformation operation thank you
0 comentarios
Respuestas (1)
Minh
el 11 de Jul. de 2012
Please try the following MATLAB command
>>doc wavedec
Then do the example in the help documentation, hopefully you will work out which coefficients are for low frequency coefficients and which are for high frequency coefficients. Please note that approximation coefficients correspond to low frequency coefficients and detail coefficients correspond to high frequency coefficients.
cheers,
Minh
2 comentarios
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!