LAB EXERCISE #9: C++ Programming Finite Impulse Response Filter (Array Usage) Prelab Preliminary C++ Program Introduction: An FIR (Finite Impulse Response) filter can be represented by min(N-1,n) y[n] = where N is the number of coefficients, h[k] is the impulse response of the filter, xn – k is the input of the filter delayed k clock cycles, y[n] is the output of the filter, and xm0for m< 0. A discrete filter accepts a sequence of
OR
OR