https://github.com/lmlib/lmlib
A Model-Based Signal Processing Library Working With Windowed Linear State-Space and Polynomial Signal Models.
https://github.com/lmlib/lmlib
linear-state-space-model model-based polynomial python recursive-least-squares signal-detection signal-processing
Last synced: 23 days ago
JSON representation
A Model-Based Signal Processing Library Working With Windowed Linear State-Space and Polynomial Signal Models.
- Host: GitHub
- URL: https://github.com/lmlib/lmlib
- Owner: lmlib
- License: mit
- Created: 2022-05-31T15:19:14.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2026-06-19T08:42:58.000Z (26 days ago)
- Last Synced: 2026-06-19T10:25:36.889Z (26 days ago)
- Topics: linear-state-space-model, model-based, polynomial, python, recursive-least-squares, signal-detection, signal-processing
- Language: Python
- Homepage: http://www.lmlib.ch/
- Size: 45.1 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# [lmlib](http://lmlib.ch/)
---
*Open-source and for Python*
A Model-Based Signal Processing Library Working With Windowed Linear State-Space and Polynomial Signal Models.
**Website and Documentation**: **[lmlib.ch](http://lmlib.ch/)**
Direct Links to:
* **[API](http://lmlib.ch/2.0/html/api.html)**
* **[Coding](http://lmlib.ch/2.0/html/_gallery_coding/index.html)**
* **[Examples](http://lmlib.ch/2.0/html/_gallery_examples/index.html)**
* **[Signal Catalog](http://lmlib.ch/2.0/html/catalog.html)**
* **[Install](http://lmlib.ch/2.0/html/install.html)**
* **[About Us](http://lmlib.ch/2.0/html/about.html)**
* **[Bibliography](http://lmlib.ch/2.0/html/Bibliography.html)**
---
## Install lmlib
* **pip: ```pip install lmlib ```**
* **conda: [see here](http://lmlib.ch/2.0/html/install.html)**
## Developer Info
Installation via:
* **pip (dev-mode): ```pip install -e lmlib ```**
* **[Git Workflow Guide](https://nvie.com/posts/a-successful-git-branching-model/)**