Parks-McClellan FIR filter (firgr)

1 次查看(过去 30 天)
maro
maro 2012-4-26
I'm doing a project to eliminate 60Hz of power supply from ECG signal and I want to implement by using equiripplr notch filter (Parks-McClellan). I found the (firgr) function and I tried to implement notch filter using it with fs=175Hz but I can't. Can someone help me. this my code: %%
f=0.01:0.05:1; % frequency range
a7=ones(1,20);
a7(1,14)=0; % all a7 ones except at 60Hz normalized at 0.658*pi
d={'n' 'n' 'n' 'n' 'n' 'n' 'n' 'n' 'n' 'n' 'n' 'n' 'n' 'n' 'n' 'n' 'n' 'n' 'n' 'n'};
b7 = firgr(20,f,...
a7,d);
fvtool(b7);
  1 个评论
Daniel Shub
Daniel Shub 2012-4-26
http://www.mathworks.com/matlabcentral/answers/6200-tutorial-how-to-ask-a-question-on-answers-and-get-a-fast-answer
http://www.mathworks.com/matlabcentral/answers/8626-how-do-i-get-help-on-homework-questions-on-matlab-answers

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Filter Design 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by