To calculate the filtered output signal,y(n), all you have to do is to run the input signal,x(n), through the recurrence relation given by equation 1. In Matlab, equation 1 corresponds to thefilterfunction. We will come back to it shortly, but first we need to get hold of the filt...