In the FIR, SSR operation can be achieved using one of the following modes:
- Super Sample Rate - Coefficient and Data Distribution: Driven by the
TP_SSR
template parameter. The mode will create an array ofTP_SSR^2
kernels and create theTP_SSR
amount of the input and output ports. - Super Sample Rate - Decimation Polyphases: Driven by the
TP_PARA_DECI_POLY
template parameter. The mode will create a vector ofTP_PARA_DECI_POLY
kernels and create theTP_PARA_DECI_POLY
amount of the input ports. - Super Sample Rate - Interpolation Polyphases: Driven by the
TP_PARA_INTERP_POLY
template parameter. The mode will create a vector ofTP_PARA_INTERP_POLY
kernels and create data aTP_PARA_INTERP_POLY
amount of the output ports.