When a signal Sub-banded using [C,L] = wavedec(S,8,waveletFunction), How should I Calculate Energy of bands like Alpha Or Beta???
3 次查看(过去 30 天)
显示 更早的评论
When a signal Sub-banded using [C,L] = wavedec(S,8,waveletFunction), How should I Calculate Energy of bands like Alpha Or Beta??? I mean's that I must use D7 = wrcoef('d',C,L,waveletFunction,7) for Alpha and calculate Energy of D7 Or I must use cD7 = detcoef(C,L,7) and then calculate Energy of cD7?? which one is correct??
please help me
0 个评论
回答(1 个)
Wayne King
2016-10-4
The energy should be calculated on the wavelet coefficients not a reconstruction (projection) as obtained with wrcoef. For this application, consider MODWT or MODWPT.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Signal Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!