Embedded Sytem Design – Language C
In this assignment, you are going to write a program which willapply Finite Impulse Response (FIR) filter on a data set which isstored in memory. There are mainly two important structuralcomponents; delay line and set of coefficients.
N-tap filter has N-1 delay units in the delay line and uses last Ninputs for the calculation of the output. Delay line is used tostore the input data used for the calculation of the output.
For an N-tap FIR filter with coefficients h(k), output is describedby:
y(n)=h(0)x(n)+h(1)x(n-1)+ h(2)x(n-2)+……+ h(N-1)x(n-(N-1)).
What to do:
1. Load the coefficients
2. Update the circular buffer (delay line)
3. Read
PayPal Gateway not configured
PayPal Gateway not configured