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
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 LinuxCategories
- Signal Processing > Signal Processing Toolbox > Digital and Analog Filters > Digital Filter Design > Adaptive Filters >
Find more on Adaptive Filters in Help Center and MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 | Updated description |