Choosing decomposition level discrete wavelet transform
조회 수: 5 (최근 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!