next up previous contents
Next: 4 Summary of Active Up: 3 ASPT Quick Reference Previous: 2 Summary of Lattice   Contents


3 Summary of Recursive Adaptive Algorithms

Functions implementing recursive adaptive filters algorithms are summarized in Table 3.5. The initialization functions for those algorithms are summarized in Table 3.6. Each of the two tables includes a short description of each function and a pointer to the function reference section.



Table 3.5: Functions implementing recursive adaptive algorithms.


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.





Table 3.6: Functions for creating and initializing recursive adaptive algorithms.


Function Name Reference Short Description
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.



next up previous contents
Next: 4 Summary of Active Up: 3 ASPT Quick Reference Previous: 2 Summary of Lattice   Contents