Correlation between mother wavelet and ECG signal
이전 댓글 표시
Hi all,
I am doing wavelet denoising for my ECG signal. In order to choose best mother wavelet for my signal, i have to correlate it first with my input signal.
How can i correlate a mother wavelet and ECG signal in Matlab? I can correlate two ECG signals, but not a mother wavelet and a ECG signal.
This due to the fact that i cannot get mother wavelet in an array. All i get is "db4" or "db8" as a character. How can i get a mother wavelet into an array and correlate with my signal?
댓글 수: 3
hi remo,
I think you may use some of the matlab functions like "morlet" to get the morlet mother wavelet and "mexh" for mecxican hat wavelet.
remo
2013년 5월 10일
ATHIRA
2013년 11월 1일
use wavefun in matlab.we will get both wavelet and scaling function.Then change the size of the wavelet function to match with the signal and then find out correlation
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Continuous Wavelet Transforms에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!