资源简介

自适应滤波LMS算法实现有源噪声消除:Mtalab程序;FLMS算法

资源截图

代码片段和文件信息

% ANC           Application Program to Test Active Noise Control as Shown
%               in Fig.1.7
%
%               As shown in Fig. 1.7 a 32-tap adaptive FIR filter is used to 
%               produce an anti-noise to cancel the primary noise. The adaptive 
%               algorithms used here are the filtered-x LMS (FXLMS) and 
%               normalized FXLMS algorithms
%
% Reference:    Sen M Kuo D Morgan “Active Noise Control Systems“ Wiley 1996
%
% by Lee Gan and Kuo 2008
% Subband Adaptive Filtering: Theory and Implementation
% Publisher: John Wiley and Sons Ltd

addpath ‘..\Common‘;                    % Functions in Common folder
clear all; close all;

[noisefs] = wavread(‘engine_2.wav‘);   % Engine noise

% Suggestion: Try other engine wave file foun

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        4844  2020-09-24 02:57  ANC.m
     文件        1609  2020-09-24 02:57  Common\AmpResp.m
     文件        2273  2020-09-24 02:57  Common\APadapt.m
     文件         836  2020-09-24 02:57  Common\APinit.m
     文件         383  2020-09-24 02:57  Common\DCTmatrix_TypeIV.m
     文件        1369  2020-09-24 02:57  Common\dist_alias.m
     文件        2762  2020-09-24 02:57  Common\DSAFadapt_Merched_cllp.m
     文件        2732  2020-09-24 02:57  Common\DSAFadapt_Morgan_cllp.m
     文件        2507  2020-09-24 02:57  Common\DSAFinit_Merched.m
     文件        1810  2020-09-24 02:57  Common\DSAFinit_Morgan.m
     文件       80226  2020-09-24 02:57  Common\engine_1.WAV
     文件       80226  2020-09-24 02:57  Common\engine_2.WAV
     文件       55934  2020-09-24 02:57  Common\far.wav
     文件        1800  2020-09-24 02:57  Common\fb.dat
     文件        2456  2020-09-24 02:57  Common\fdaf.m
     文件        2514  2020-09-24 02:57  Common\FDAFadapt.m
     文件        1273  2020-09-24 02:57  Common\FDAFinit.m
     文件         551  2020-09-24 02:57  Common\FreqResp.m
     文件        2602  2020-09-24 02:57  Common\FXLMSadapt.m
     文件        1327  2020-09-24 02:57  Common\FXLMSinit.m
     文件        2804  2020-09-24 02:57  Common\FXNLMSadapt.m
     文件        1390  2020-09-24 02:57  Common\FXNLMSinit.m
     文件        2151  2020-09-24 02:57  Common\GenerateResponses.m
     文件        1042  2020-09-24 02:57  Common\GenerateResponses_speech.m
     文件       24232  2020-09-24 02:57  Common\h1.dat
     文件       23027  2020-09-24 02:57  Common\h2.dat
     文件        2463  2020-09-24 02:57  Common\HALMSadapt.m
     文件         957  2020-09-24 02:57  Common\HALMSinit.m
     文件        2624  2020-09-24 02:57  Common\HANLMSadapt.m
     文件        1069  2020-09-24 02:57  Common\HANLMSinit.m
     文件         560  2020-09-24 02:57  Common\Homer.mat
............此处省略45个文件信息

评论

共有 条评论