wavelet correspond to the scale
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi guys I want to perform a continuous wavelet transform and find the maximum coefficient. how can i find the wavelet correspond to that coefficient.i want the actual wavelet so i can Subtract it from my original signal
댓글 수: 0
채택된 답변
Wayne King
2013년 12월 15일
편집: Wayne King
2013년 12월 15일
If you want to reconstruct an approximation to your signal without the influence of a particular scale, then use cwtft and icwtft.
The way you seem to be suggesting won't work. The CWT coefficient at any point is affected by more than one wavelet because of the reproducing kernel -- it's not like the critically sampled DWT.
You can use a delta function as an input and see this clearly.
See here:
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Continuous Wavelet Transforms에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!