資源描述:
《畢業(yè)設(shè)計(jì)(論文)-基于lms自適應(yīng)濾波器的matlab實(shí)現(xiàn)》由會員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在學(xué)術(shù)論文-天天文庫。
1、畢業(yè)論文題目基于LMS自適應(yīng)濾波器的MATLAB實(shí)現(xiàn)學(xué)院:電氣系專業(yè):應(yīng)用電子專業(yè)班級:06222班學(xué)號:32(號)學(xué)生姓名:指導(dǎo)教師:起訖日期:20094.17-2009.6.1成都電子機(jī)械高等??茖W(xué)校二○○九年六月五日基于LMS自適應(yīng)濾波器的MATLAB實(shí)現(xiàn)專業(yè):應(yīng)用電子學(xué)號:學(xué)生姓名:郭永林指導(dǎo)教師:趙茂林摘要數(shù)字濾波器在數(shù)字信號處理中的應(yīng)用廣泛,是數(shù)字信號處理的重要基礎(chǔ)。自適應(yīng)濾波器可以不必事先給定信號及噪聲的自相關(guān)函數(shù),它可以利用前一時(shí)刻已獲得的濾波器參數(shù)自動地調(diào)節(jié)現(xiàn)時(shí)刻的濾波器參數(shù)使得濾波器輸出和未知的輸入之間的均方誤差最小化,從而它可以實(shí)現(xiàn)最優(yōu)濾波。自適應(yīng)濾波器的
2、算法有很多,有RLS(遞歸最小二乘法)和LMS(最小均方算法)等。自適應(yīng)LMS算法是一種很有用且很簡單的估計(jì)梯度的方法,在信號處理中得到廣泛應(yīng)用。本論文主要研究了自適應(yīng)濾波器的基本結(jié)構(gòu)和原理,然后介紹了最小均方誤差算法(LMS算法),并完成了一種基于MATLAB平臺的自適應(yīng)LMS自適應(yīng)濾波器的設(shè)計(jì)。通過仿真,我們實(shí)現(xiàn)了LMS自適應(yīng)濾波算法,并從結(jié)果得知步長和濾波器的階數(shù)是濾波器中很重要的兩個(gè)參數(shù),并通過修改它們證實(shí)了這一點(diǎn),其中步長影響著收斂時(shí)間,而且階數(shù)的大小也會大大地影響自適應(yīng)濾波器的性能。關(guān)鍵字:自適應(yīng)濾波器MATLABLMS仿真IVTheRealizationofAda
3、ptiveFilterBasedonLMSbyApplyingMATLABAbstractDigitalfilterwhichiswidelyusedistheimportantbasementofthedigitalsignalprocessing.Adaptivefiltercanadjustitscoefficientsautomaticallytominimizethemean-squareerrorbetweenitsoutputandthatofanunknowninput,unnecessarytoknowtheautocorrelationfunctionsof
4、signalandnoiseinadvance,henceitcanrealizelinearlyoptimumfiltering.AdaptivefilterhasmanydifferentalgorithmssuchasRLS(RecursiveLeastSquare)andLMS(LeastMean-Square)algorithms.AlgorithmofadaptiveLMSisasimpleandveryusefulmethodwhichisusedtoestimategradient.Ithasbeenwidelyappliedinthesignalprocess
5、ingareas.Thispaperintroducesthestructureandtheprincipleoftheadaptivefilter,andthenintroducestheLMSalgorithm,atthesametime,ithascompletedthedesignofadaptiveLMSfilterbasedonMATLABplatformandrealizedtodecreasenoiseinsignalprocessing.Throughthesimulations,werealizethealgorithmofadaptiveLMS.Moreo
6、ver,wecanunderstandthereexisttwoveryimportantparameters,step-sizeandfilterorderMthroughtheresults.Wealsodemonstratethathowthestep-sizeaffectstheconvergenceratetowardtheunknownsystem,andhowthefilterorderMaffectstheperformanceofadaptivefilterbychangingthesetwoparameters.Keywords:AdaptiveFilter
7、MATLABLMSSimulationIV目錄摘要IAbstractII目錄III第一章緒論11.1濾波器概述11.2數(shù)字濾波器11.3濾波器發(fā)展11.4小結(jié)2第二章LMS自適應(yīng)濾波器32.1自適應(yīng)濾波器32.2自適應(yīng)濾波器設(shè)計(jì)原理32.3自適應(yīng)濾波器的結(jié)構(gòu)及LMS算法42.3.1自適應(yīng)濾波器結(jié)構(gòu)42.3.2LMS算法52.4小結(jié)11第三章仿真軟件MATLAB簡介123.1MATLAB的概況123.1.1MATLAB產(chǎn)生的歷史背景123.1.2MATLAB的語言特點(diǎn)133.2MATLAB仿真