Borrar filtros
Borrar filtros

Parks-McClellan FIR filter (firgr)

1 visualización (últimos 30 días)
maro
maro el 26 de Abr. de 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 comentario
Daniel Shub
Daniel Shub el 26 de Abr. de 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

Iniciar sesión para comentar.

Respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by