Forum Discussion
Altera_Forum
Honored Contributor
11 years agoFIR compiler II parameter settings for sample rates below 1Mhz
Hello, i am trying to set the FIR Compiler II parameters to accomplish the following operation. interpolation factor: 5 decimation factor: 2 channels: 6 input sample rate ( per chann...
Altera_Forum
Honored Contributor
11 years agoOnce I came to understand that the filter taps need to be determined for the output of the interpolation stage everything started to make sense. That particular bit isn't spelled out anywhere in the documentation. The matlab model was also helpful to get a handle on the operation of the filter. Inspecting the matlab model makes it clear that the filter is applied afte interpolation, and the final decimation is just subsampling, which assumes any aliasing issues have already been addressed by the filter cutoff frequency that preceded.
So ive got it nailed down now. Thanks for you feedback. Richard