delay in digital filtering
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi all.... I have an ECG signal need to be filtered with band pass filter, but the yielded signal after being filtered is flattened at early samples, why is that? and how to fix it?
댓글 수: 0
답변 (1개)
Wayne King
2013년 3월 23일
One thing you can try is using filtfilt()
You have not given specifics about what kind of filter you used and how long your filter is in relation to your signal, but if you look at the reference page for filtfilt
You'll see an example with a simulated ECG waveform that demonstrates the zerophase filtering that gets rid of the delay.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!