API reference¶
The public API is available from the top-level lattice_dsp package. The
most important groups are listed below.
API groups¶
Group |
Main symbols |
|---|---|
Scalar lattice/IIR |
|
Adaptive filters |
|
AR tools |
|
Matrix lattice |
|
Finite-Hankel model reduction |
|
Finite Nehari / rational candidates |
|
Multichannel AR / block Levinson |
|
Tangential Schur / J-inner |
|
Streaming |
|
Metrics and synthetic demos |
|
Note on C++ extension symbols¶
Many core symbols are pybind11 bindings from lattice_dsp._core. To build API
docs with signatures available, install the package first:
python -m pip install -e .[docs]
cd docs
make html