Altera_Forum
Honored Contributor
12 years agoFIR Compiler and FIR feedback filter.
Hello guys,
Today I'm trying implementing a FIR feedback in my design with the FIR compiler megafunction. I've created 25 8-bit coefficients and imported them in the FIR compiler tool. The coefficient as something similar to these ones (but mine are always positive): http://www.mathworks.com/help/releases/R2013b/signal/ref/prony_ex1.png Due to the feedback implementation I need that the output of the filter at time 'k' act on the input at k+1. So I need one period delay bettwen input and output. http://www.originlab.com/www/helponline/origin/en/images/Algorithm_(IIR_Filters)/IIR_Filter_1.png In FIR-Compiler I choose the 'fully parallel structure' option as it is supposed processing every input every clock period and generating a new output every clock period. After I have also created the simulation files needed to simulate the filter with modelsim. Simulating the filter shows that there are about 14 clocks period delays between input samples and output samples.. I'm a little confused... Do you have any suggestions ?? Thank you very much. have a nice day.