Intel® Integrated Performance Primitives (Intel® IPP) Developer Guide and Reference

ID 790148
Date 3/22/2024
Public
Document Table of Contents

FIR Filter Functions

The functions described in this section perform a finite impulse response (FIR) filtering of input data. The functions initialize different FIR filter structures, get and set the delay lines and filter coefficients (taps), and perform filtering. Intel IPP contains the functions that implement the FIR filters without the delay line - stream FIR filters.

Special set of functions allows to compute the filter coefficients for different filters.

To perform single-rate FIR filtering with the ippsFIRSR function, follow this scheme:

  1. Call ippsFIRSRGetSize function to get the size of the filter specification structure and the work buffer.
  2. Call ippsFIRSRInit function to initialize the filter specification structure.
  3. Call ippsFIRSR function to apply the single-rate FIR filter to a source vector.