Part Number: TMDSLCDK6748
Hello all,
1)In Single-precision IIR filter (used in the VSELP vocoder) code present ,
for (i = 0; i < nr; i++)
sum = h2[0] * x[4+i]; why h2[0] is taken instead of h2[i] and i is added with 4?
2)
r1[nr+4] Delay element values (i/p and o/p)
x[nr + 4] Pointer to the input array.
why 4 is added with nr?
3)Can anyone provide me pdf for IIR performing ARMA filter?
I HAVE ATTACHED THE PDF.please check page no. 79 of the pdf.