【正文】
法獲知輸入信號相關(guān)信息的情況下,普通的濾波器無法對接收的信號進行最優(yōu)濾波,最好的解決措施是使用自適應(yīng)濾波器,它能夠?qū)o法獲取先驗知識的信號進行最優(yōu)濾波,效能比普通濾波器要好。其次通過自適應(yīng)濾波器在 MATLAB 軟件中利用其特性和工作原理對噪聲信號的干擾信號進行簡單的濾波模擬仿真操作(是以 C 語言為基礎(chǔ)的程序來仿真),并對程序運行結(jié)果進行一定程度地比較、分析,在此基礎(chǔ)上進一步探索和升華。 本科畢業(yè)論文(設(shè)計、創(chuàng)作) 題 目: 基于 LMS 算法的自適應(yīng)濾波器設(shè)計與實現(xiàn) 學(xué)生姓名: 學(xué)號: 0231002020 所在系院: 信息與通信技術(shù)系 專業(yè): 電子信息工程 入學(xué)時間: 2020 年 9 月 導(dǎo)師姓名: 職稱 /學(xué)位: 講師 /博士 導(dǎo)師所在單位: 完成時間: 2020 年 5 月 安徽三聯(lián)學(xué)院教務(wù)處 制 安徽三聯(lián)學(xué)院畢業(yè)論文 1基于 LMS 算法的自適應(yīng)濾波器設(shè)計與實現(xiàn) 摘 要: 自適應(yīng)濾波器是信號處理技術(shù)的幾大主要組成部分之一,在現(xiàn)實運用當(dāng)中,使用擁有固定系數(shù)的數(shù)字濾波器有一定的限制條件,即需要知道大量關(guān)于輸入信號的信息,所以我們需要研究自適應(yīng)濾波器以改變自適應(yīng)濾波器使用受限制的這一情況。 本文首先通過對自適應(yīng)算法的研究與分析,并且用該算法簡單的 MATLAB 仿真 LMS。 關(guān)鍵詞: LMS 算法; 自適應(yīng)濾波器; MATLAB 安徽三聯(lián)學(xué)院畢業(yè)論文 2Design and implementation of Selfadapting Filter Based on LMS Abstract: Adaptive filter is one of the main ponents of statistical signal. In the reality , since there is no enough information to design digital filter of fixed coefficient ,so we must to research the selfadapting filter .As long as it is in the need to deal with unknown statistical environment to run the results generated by the signal or to deal with the nonstationary signal adaptive filter can provide a very simple solution ,and its performance is usually better than the fixed filter designed by ordinary method .In addition ,the adaptive filter can also provide the adaptive method cannot provide a new signal processing ability. First of all, by means of researching and analysis of the selfadapting filter, and make use of the MATLAB emulation of the algorithm is simple LMS. And then use MATLAB to noise signal processing in the LMS adaptive filter for simulation and analysis. .According to the characteristics of LMS algorithm in MATLAB environment based on LMS adaptive filter algorithm of finite length of writing ,let the white noise nuisance of speech signal and the sine wave signal according to the requirements on the design of the adaptive filter for filtering experiment. Theory analysis and the simulation results to clarify that, according to the requirements for the design of adaptive filter has many advantages ,such as tracking ability quickly, good convergence performance and small steadystate error. Keywords: LMS Arithmetic; Selfadapting Filter; MATLAB 安徽三聯(lián)學(xué)院畢業(yè)論文 I 目錄 第一章 緒論 ......................................................... 1 研究背景及意義 ..................................................... 1 研究現(xiàn)狀 .......................................................... 1 研究內(nèi)容 .......................................................... 3 第二章 LMS自適應(yīng)濾波器工作原理 ........................................ 4 自適應(yīng)的定義 ....................................................... 4 自適應(yīng)濾波器的結(jié)構(gòu)劃分及其分類 .................................... 4 自適應(yīng)濾波器的原理 ............................................... 5 自適應(yīng)濾波器算法的基本過程 ........................................ 6 線性離散時間濾波器的約束條件 ....................................... 6 第三章 LMS算法 ...................................................... 8 最陡下降法 ......................................................... 8 LMS 算法的基本步驟 ............................................... 11