Forum Discussion
Altera_Forum
Honored Contributor
12 years agoThe input sampling rate of the FIR is the word rate of the data stream and will be equal to the ADC rate unless you have decimation stages inbetween. The actual sampling frequency is commanded by the asynchronous stream handshake, the sampling frequency number used in filter design is a nominal value for calculation.
The FIR clock frequency must be equal or greater compared to the sampling frequency, otherwise a data overflow occurs. P.S.: As a simple case, use Fs = Fclk and set the input handshake signal to '1'.