NLMS adaptive filter mex function source

Version 1.0.0.0 (5.9 KB) by Racoon
This mex function source is equivalent matlab NLMS dsp.LMS Filter
180 Downloads
Updated 19 Dec 2017

View License

This file will be suitable for writing c program as equvalent MATLAB. Source does not remember previous state of the filter.
Input arguments are:
1. filter order
2. adaptation step size mu
3. leakage factor alpha
4. input signal
5. desired signal
Math you can find in MATLAB doc https://www.mathworks.com/help/dsp/ref/dsp.lmsfilter-system-object.html

Cite As

Racoon (2024). NLMS adaptive filter mex function source (https://www.mathworks.com/matlabcentral/fileexchange/65462-nlms-adaptive-filter-mex-function-source), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2017a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0

Updated description