Wavelet Analysis Ouputs

Hello,
I am using the wavelet analysis inside wavemenu but would like a graphical output of the various bin intensities as seen in:
Also, will the command avgpower compute the Mean Power Frequency?
Thanks!

Respuestas (1)

Wayne King
Wayne King el 15 de Sept. de 2011

0 votos

Hi Scott, wenergy() will give the percentage of energy for the details and approximation coefficients.
load noisbump
[C,L] = wavedec(noisbump,4,'sym4');
[Ea,Ed] = wenergy(C,L)
Wayne

Categorías

Más información sobre Wavelet Toolbox en Centro de ayuda y File Exchange.

Preguntada:

el 14 de Sept. de 2011

Community Treasure Hunt

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

Start Hunting!

Translated by