Visible to Intel only — GUID: GUID-59C5221C-4713-4EA8-93BE-977F3D82A49A
Visible to Intel only — GUID: GUID-59C5221C-4713-4EA8-93BE-977F3D82A49A
Polyphase Resampling Functions
The Intel® IPP functions described in this section build, apply, and free Kaizer-windowed polyphase filters for data resampling. Functions with the Fixed suffix are intended for fixed rational resampling factor and can provide faster speed. Functions without the suffix build universal resampling filter with linear interpolation of filter coefficients and enable a variable factor.
For general description of the polyphase resampling algorithm, see "Multirate Digital Signal Processing" by R. Crochire and L. Rabiner, [Cro83].
- ResamplePolyphaseGetSize, ResamplePolyphaseFixedGetSize
Get the size of the polyphase resampling structure. - ResamplePolyphaseInit, ResamplePolyphaseFixedInit
Initialize the structure for polyphase resampling with calculating the filter coefficients. - ResamplePolyphaseSetFixedFilter
Sets polyphase resampling filter coefficients. - ResamplePolyphaseGetFixedFilter
Gets polyphase resampling filter coefficients. - ResamplePolyphase, ResamplePolyphaseFixed
Resample input data using polyphase filters.