Choosing decomposition level discrete wavelet transform
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have som issues with wavelets (DWT). I am stuck at choosing proper decomposition level and mother wavelet based on entropy criteria. I've decomposed my electricity load signal via
lvl = log2(length(N)) %where N - signal,
and obtained max level of decomposition, then I performed wavedec at max level and obtained Appx and Det coefficients. Now I want to compute entropy of each subband so I have to compute entropy at each level from A1 to Ai or entropy of reconstructed signal? When I compute entropy how to select which one is the proper decomposition level? It would be helpfull if someone could help me or atleast explain me steps. Looking forward for your help!
Matt
0 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur Signal Analysis dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!