When a signal Sub-banded using [C,L] = wavedec(S,8,waveletFunction), How should I Calculate Energy of bands like Alpha Or Beta???
Mostra commenti meno recenti
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
Risposte (1)
Wayne King
il 4 Ott 2016
0 voti
The energy should be calculated on the wavelet coefficients not a reconstruction (projection) as obtained with wrcoef. For this application, consider MODWT or MODWPT.
Categorie
Scopri di più su Signal Analysis in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!