When a signal Sub-banded using [C,L] = wavedec(S,​8,waveletF​unction), How should I Calculate Energy of bands like Alpha Or Beta???

2 ビュー (過去 30 日間)
meysam shirdel
meysam shirdel 2016 年 9 月 22 日
回答済み: Wayne King 2016 年 10 月 4 日
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

回答 (1 件)

Wayne King
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.

カテゴリ

Help Center および File ExchangeSignal Analysis についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by