필터 지우기
필터 지우기

Wavelet based band pass

조회 수: 1 (최근 30일)
kalarmago
kalarmago 2020년 4월 23일
편집: kalarmago 2020년 4월 23일
I read that wavelets are better for signal analysis in time-frequency. I saw that cwt() and icwt() can be used as band pass filters. For instance,
normal = %is a 1-D sequence data
fs = 300;
[wt,f] = cwt(normal, fs);
y1 = icwt(wt,f,[50 100],'SignalMean',mean(normal)); % bandpass between 50 to 100 Hz
However, this results is slighty diffent than the results from bandpass(),
x2 = bandpass(normal,[50 100], fs);% bandpass between 50 to 100 Hz
In my research, I have to work with EEG bandpassed signals to build a high precision detector of abnormalities. Since I am new in signal processing I have doubts about these functions. Can someone explain/suggest me?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Continuous Wavelet Transforms에 대해 자세히 알아보기

제품


릴리스

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by