next up previous contents
Next: 1 asptftrls Up: ASPT 2.1 User Manual Previous: 40 init_ vsslms   Contents


5 Lattice Adaptive Algorithms

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



Table 5.1: Functions for creating, initializing, and updating lattice adaptive filters.


Function Name Reference Short Description
asptftrls 5.1 Fast Transversal RLS algorithm.
asptlbpef 5.2 Lattice Backward Prediction Error Filter.
asptlfpef 5.3 Lattice Forward Prediction Error Filter.
asptlmslattice 5.4 LMS-Lattice Joint Process Estimator.
asptrlslattice 5.5 RLS-Lattice joint process estimator
    using a posteriori estimation errors.
asptrlslattice2 5.6 RLS-Lattice joint process estimator
    using a priori estimation errors with error feedback.
asptrlslbpef 5.7 Lattice Backward Prediction Error Filter.
asptrlslfpef 5.8 Lattice Forward Prediction Error Filter.
init_ ftrls 5.9 Initialize Fast Transversal RLS.
init_ lbpef 5.10 Initialize Lattice Backward Prediction Error Filter.
init_ lfpef 5.11 Initialize Lattice Forward Prediction Error Filter.
init_ lmslattice 5.12 Initialize LMS Lattice adaptive filter.
init_ rlslattice 5.13 Initialize RLS-Lattice joint process estimator
    using a posteriori estimation errors.
init_ rlslattice2 5.14 Initialize RLS-Lattice joint process estimator
    using a priori estimation errors with error feedback.
init_ rlslbpef 5.15 Initialize Recursive Least Squares Lattice Backward PEF.
init_ rlslfpef 5.16 Initialize Recursive Least Squares Lattice Forward PEF.


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

Subsections
next up previous contents
Next: 1 asptftrls Up: ASPT 2.1 User Manual Previous: 40 init_ vsslms   Contents