Feedback active noise control system using FbLMS algorithm

버전 1.2.0.0 (3.41 KB) 작성자: Agustinus Oey
Use of feedback active control system for reducing narrow band noise.
다운로드 수: 2.5K
업데이트 날짜: 2010/11/23

라이선스 보기

This simple simulation shows the implementation of FbLMS algorithm for a single channel feedback active noise control system. Here, the controller generates an "anti-noise" signal to result a destructive interference at the sensor position. The objective is to minimize the noise residue.

FbLMS does not employ any reference sensor. Instead, it uses linear predictor for generating reference signal. Thus, FbLMS is suitable for reducing narrow-band noise.

Similar to feed-forward system, the FbLMS algorithm comprises of two tasks: the "off-line" identification of the secondary propagation path that stays between the actuator and sensor; and the "on-line" control, in which the parameters of the controller are adjusted.

As usual, I use only simple programming technique and basic commands. Function "filter()" can be substitute with convolution routine, i.e., y=h(k)*s(k). A brief explanation on the system and line by line comments are provided.

인용 양식

Agustinus Oey (2024). Feedback active noise control system using FbLMS algorithm (https://www.mathworks.com/matlabcentral/fileexchange/29491-feedback-active-noise-control-system-using-fblms-algorithm), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R11.1
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.2.0.0

Revision of code summary and description.

1.0.0.0