NLMS adaptive filter mex function source

This mex function source is equivalent matlab NLMS dsp.LMS Filter

You are now following this Submission

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 (2026). NLMS adaptive filter mex function source (https://www.mathworks.com/matlabcentral/fileexchange/65462-nlms-adaptive-filter-mex-function-source), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0

Updated description