next up previous contents
Next: 1 asptcsoiir2 Up: ASPT 2.1 User Manual Previous: 16 init_ rlslfpef   Contents


6 Recursive Adaptive Algorithms

This chapter documents the functions used to create, initialize, and update the coefficients of recursive adaptive filters (Section 2.2.3). Table 6.1 summarizes the recursive adaptive functions functions and gives a short description and a pointer to the reference page of each function.



Table 6.1: Functions for creating, initializing, and updating recursive adaptive filters.


Function Name Reference Short Description
asptcsoiir2 6.1 Cascaded Second Order type-2 IIR adaptive filter.
aspteqerr 6.2 Equation Error IIR adaptive algorithm.
asptouterr 6.3 Output Error IIR adaptive algorithm.
asptsharf 6.4 Simple Hyperstable Adaptive Recursive Filter (SHARF).
asptsoiir1 6.5 Second Order IIR adaptive algorithm type-1.
asptsoiir2 6.6 Second Order IIR adaptive algorithm type-2.
init_ csoiir2 6.7 Initialize Cascaded Second Order IIR adaptive filter.
init_ eqerr 6.8 Initialize Equation Error IIR adaptive filter.
init_ outerr 6.9 Initialize Output Error IIR.
init_ sharf 6.10 Initialize Simple Hyperstable Adaptive Recursive Filter.
init_ soiir1 6.11 Initialize Second Order IIR adaptive algorithm type-1.
init_ soiir2 6.12 Initialize Second Order IIR adaptive algorithm type-2.


Each function is documented in a separate section including the following information related to the function:

Subsections
next up previous contents
Next: 1 asptcsoiir2 Up: ASPT 2.1 User Manual Previous: 16 init_ rlslfpef   Contents