h=fir1(40,[50*Ts]); z_t=filter(h,1,e_t);%ideal low pass filter
How can i rewrite this part without using filter command