Choosing decomposition level discrete wavelet transform
4 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(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!