function y=filtras200(f,Q,x)

a=-pi*f/Q;
b=sqrt((2*pi*f)^2-a*a);
t=1:201;
h=(1/b)*exp(a*t).*sin(b*t);

y=conv(h,x);