资源描述:
《MATLAB+GUI滤波器设计软件设计.doc》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、数字滤波器的设计与仿真【摘要】面对庞杂繁多的原始信号,如何提取所需信号、抑制不需要的信号这就需要使用滤波器。滤波器的作用主要是选择所需频带的信号内容而抑制不需要的其他频带的信号内容。数字滤波器因其精度高、可靠性好、灵活性大等优点,在语音信号处理、信号频谱估计、信号去噪、无线通信中的数字变频以及图像处理等工程实际应用中都很广泛。根据其冲击响应函数的时域特性可将数字滤波器分为IIR(有限长冲击响应)和FIR(无限长冲击响应)。作为强大的计算软件,MATLAB提供了编写图形用户界面的功能。所谓图形用户界
2、面,简称为GUI,是由各种图形对象,如图形窗口菜单按钮、文本框等构建的用户界面。MATALB可以创建图形用户界面GUI(GraphicalUserInterface),它是用户和计算机之间交流的工具。MATLAB将所有GUl支持的用户控件都集成在这个环境中并提供界面外观、属性和行为响应方式的设置方法,随着版本的提高,这种能力还会不断加强。而且具有强大的绘图功能,可以轻松的获得更高质量的曲线图。关键词:MATLAB;GUI;IIR;滤波器数字滤波器的设计与仿真AbstractFacingthehug
3、erangeoforiginalsignal,howtoextracttherequiredsignalandsuppressunwantedsignalswhichneedtousethefilter.Theroleoffiltersistoselectthedesiredsignalfrequencybandandsuppressthecontentsoftheotherbandsdonotneedthecontentsofthesignal.Digitalfiltersbecauseofth
4、eirhighaccuracy,reliability,andflexibilityadvantages,inthespeechsignalprocessing,signalspectrumestimation,signalde-noising,thenumberofwirelesscommunicationsinfrequencyaswellasimageprocessingandotherprojectsarewidepracticalapplication.Impulseresponsefu
5、nctionsinaccordancewithitstime-domaincharacteristicscanbedividedintodigitalfilterIIR(finiteimpulseresponse)andFIR(infiniteimpulseresponse).Asapowerfulsoftware,MATLABprovidesagraphicaluserinterfacetopreparethefunction.Theso-calledgraphicaluserinterface
6、,referredtoastheGUI,byavarietyofgraphicobject,suchasthegraphicswindowmenubutton,textbox,suchasbuildingauserinterface. MATALBcancreateagraphicaluserinterfaceGUI(GraphicalUserInterface),itisbetweenuserandcomputertools.MATLABsupportforallusersGUlcontro
7、lsareintegratedinthisenvironmentandprovidetheinterfaceappearanceandbehaviorinresponsetothewayattributesettingsmethods,withtheimprovedversion,thiscapabilitywillcontinuetostrengthen.Andapowerfulgraphicscapabilities,caneasilyaccesstohigher-qualitycurve.K
8、eywords:MATLAB;GUI;IIR;filter数字滤波器的设计与仿真MATLAB课程设计报告基于MATLABGUI的“滤波器设计软件”设计数字滤波器的设计与仿真目录1设计任务12MATLABGUI的简介23滤波器设计原理33.1滤波器概述33.2IIR数字滤波器43.2.1IIR数字滤波器设计原理43.2.2IIR滤波器设计思想53.2.3IIR滤波器设计编程实现64基于MatlabGUI的数字滤波器设计思路及实现124.1GUI界面设计概述124.2“滤波器设计软件”