이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
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 constrain-LMS algorithm. This implementation of constrain-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. There are three options of constrain I implemented in this code 'None', 'L1', and 'L2'. You can also change input/noise signal distributions as well to see which constrain work best for which type of signal/noise.
인용 양식
Shujaat Khan (2026). Constrain Least Mean Square Algorithm (https://kr.mathworks.com/matlabcentral/fileexchange/72899-constrain-least-mean-square-algorithm), MATLAB Central File Exchange. 검색 날짜: .
도움
도움 받은 파일: Least Mean Square (LMS)
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.0.0 |