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!
답변 (1개)
Wayne King
2011년 9월 15일
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
카테고리
도움말 센터 및 File Exchange에서 Wavelet Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!