Altera_Forum
Honored Contributor
14 years agoHow to implement a FIR filter with the ALTSHIFT_TAPS megafunction
Good day,
I am trying to implement an FIR that will have 128 taps of 21 bits each tap. I am trying to do this with the ALTSHIFT_TAPS megafunction. However, I am confused with the TAP_DISTANCE parameter. It seems to me that in order to make the design work I need to leave many empty spaces in the shift register, which would be quite inefficient. I understand the ALTSHIFT_TAPS megafunction was designed specifically for implementing very long FIRs. I have searched for Altera documents that may illustrate how to do this. The only one related to this megafunction is its actual user's guide, which does not include any examples (or at least I have not found them). Has anyone implemented an FIR with the ALTSHIFT_TAPS? I would really like to see an example. Thank you Jesus Carmona