Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/monhi/nlmsanalyzer
C++ implementation of normalized least mean square algorithm for predicting the output of a signal based on previous samples of it.
https://github.com/monhi/nlmsanalyzer
cplusplus nlms
Last synced: 4 days ago
JSON representation
C++ implementation of normalized least mean square algorithm for predicting the output of a signal based on previous samples of it.
- Host: GitHub
- URL: https://github.com/monhi/nlmsanalyzer
- Owner: monhi
- License: apache-2.0
- Created: 2024-07-02T05:59:12.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-08T09:27:55.000Z (4 months ago)
- Last Synced: 2024-07-09T08:27:46.006Z (4 months ago)
- Topics: cplusplus, nlms
- Language: HTML
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Normalized Least Mean Square algorithm
I use this algorithm to predict a signal's output based on previous samples of it.
It has a lot of applications in signal processing.