Feeds
提问
how to remove 60hz noise from an ECG signal using notch filter in matlab
The code for notch filter is ready >>>>>>>>>>> fs=300; f0=60; r=0.99; b0=1; b1=-2*cos(2*pi*f0/fs); ...
9 years 前 | 0 个回答 | 0
0
个回答提问
How to design a notch filter that stops the 2 kHz ,with sampling rate 8 kHz,and plot the magnitude response,also plot pole zero locations ?
i dont know how to design a notch filter
9 years 前 | 2 个回答 | 0