function y=filtras100(f,Q,x) a=-pi*f/Q; b=sqrt((2*pi*f)^2-a*a); t=1:101; h=(1/b)*exp(a*t).*sin(b*t); y=conv(h,x);