Butterworth notch filter numerical errors

1 回表示 (過去 30 日間)
Wonok Kang
Wonok Kang 2020 年 1 月 3 日
回答済み: Kaashyap Pappu 2020 年 1 月 23 日
I recorded my ECG with ADS1298 and loaded it using matlab to do post-processing.
However, I found a strange pheonomenon.
I used 60 Hz notch filter to reduce 60 Hz noise, but the filtered signal was distorted as shown below figure.
I think the 60 Hz componet did not reduce in that point, what is the reason? and how can I solve it?
My matlab code and raw data was attached.
Thanks.
20200103.png

回答 (1 件)

Kaashyap Pappu
Kaashyap Pappu 2020 年 1 月 23 日
Hi,
I believe your filter is behaving as expected. You could increase the stop band attenuation further if you want to reduce the component of the 60Hz signal. Using pwelch on your raw and filtered data will show the difference before and after filtering, which is the suppression of the 60Hz component.
You could use this example to achieve the same. Assign to the variable ‘openloop’ your raw data, and change the sampling frequency to your sampling frequency. The remaining program will carry out the required processing.
Hope this helps!

カテゴリ

Help Center および File ExchangeMeasurements and Statistics についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by