Clear Filters
Clear Filters

Parks-McClellan FIR filter (firgr)

1 view (last 30 days)
maro
maro on 26 Apr 2012
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 Comment
Daniel Shub
Daniel Shub on 26 Apr 2012
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

Sign in to comment.

Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!