Least Mean Square (LMS)

An example of least mean square algorithm to determine a linear model's parameter.

Vous suivez désormais cette soumission

In this code, a linear equation is used to generate sample data using a slope and bias. Later a Gaussian noise is added to the desired output. The noisy output and original input is used to determine the slope and bias of the linear equation using LMS algorithm. This implementation of LMS is based on batch update rule of gradient decent algorithm in which we use the sum of error instead of sample error. You can modify this code to create sample based update rule easily.

Citation pour cette source

Shujaat Khan (2026). Least Mean Square (LMS) (https://fr.mathworks.com/matlabcentral/fileexchange/60080-least-mean-square-lms), MATLAB Central File Exchange. Extrait(e) le .

Informations générales

Compatibilité avec les versions de MATLAB

  • Compatible avec toutes les versions

Plateformes compatibles

  • Windows
  • macOS
  • Linux
Version Publié le Notes de version Action
1.0.0.0

Description update