Intel® FPGA University Program
University Program Material, Education Boards, and Laboratory Exercises
1174 Discussions

Fractional mode of altera_fir_compiler_ii

Ono
Beginner
623 Views

altera_fir_compiler_ii version 18.0
What is the configuration in Fractional mode?
Is "Up sampling→LPF→Down sampling"?

In the Frequency Response (Magnitude) graph of the cofficients tag,
It is displayed as an FS value after Down sampling.

0 Kudos
4 Replies
SengKok_L_Intel
Moderator
607 Views

Hi,


When you choose fractional rate, it allows you to configure both interpolation factor and decimation factor for either up or down sampling conversion.


Regards -SK


0 Kudos
Ono
Beginner
601 Views

For example, Interpolation 3
If the decimation is 2,

LPF processing is performed before decimation (Up sampling → LPF → Down sampling) and after (Up sampling → Down sampling → LPF).

Which will you be?

0 Kudos
SengKok_L_Intel
Moderator
592 Views

The decimation is deleting the sample, where the Interpolation is adding zero between the sample.

The LPF only processing once, and the output will be deleting the sample (as per decimation factor), and then adding zero (as per interpolation factor).

You may perform the RTL simulation to understand the behaviour in detail. 


0 Kudos
SengKok_L_Intel
Moderator
571 Views

If further support is needed in this thread, please post a response within 15 days. After 15 days, this thread will be transitioned to community support. The community users will be able to help you with your follow-up questions. 


0 Kudos
Reply