Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.