Single-Rate FIR LMS Filter Functions

The functions described in this section perform the following tasks:

To use the single-rate FIR LMS adaptive filter functions, follow this general scheme:


  1. Call ippsFIRLMSInitAlloc to allocate memory and initialize a single-rate FIR LMS filter.
  2. Call ippsFIRLMSOne_Direct to make one iteration of FIR filter taps fitting with one input sample and/or call ippsFIRLMS to fit taps with a block of consecutive input samples.
  3. Call ippsFIRLMSMRGetTaps to get the filter coefficients (taps). Call ippsFIRLMSMRGetDlyLine and ippsFIRLMSMRSetDlyLine to get and set the values in the delay line.
  4. Call ippsFIRLMSMRFree to release dynamic memory associated with the FIR LMS filter.

Submit feedback on this help topic

Copyright © 2000 - 2011, Intel Corporation. All rights reserved.