搜索资源列表
fir
- 是一个基于matlab /simulink/DSP BUILDER 的fir数字滤波器的设计
fir数字滤波器在TMS320VC5416DSP上的实现
- fir数字滤波器在TMS320VC5416DSP上的实现
fir
- 基于matlab的fir滤波器实验的源程序及实验结果图形-matlab the fir filter based on the experimental results of the source and graphics
firfilterdesign
- 这是基于matlab的fir滤波器的设计。主要介绍啦用加窗发来设计。这是我的课程设计报告。-This is a matlab-based fir filter design. The main window used to introduce you to design made. This is my report on the curriculum design.
ChapterXonthetestmachine(be)
- 第十章 上机实验(定)实验一 系统响应及系统稳定性。 实验二 时域采样与频域采样。 实验三 用FFT对信号作频谱分析。 实验四 IIR数字滤波器设计及软件实现。 实验五 fir数字滤波器设计与软件实现 实验六 应用实验——数字信号处理在双音多频拨号系统中的应用 -Chapter X on the test machine (be)
xiabianpin
- 文中应用软件无线电思想对数字下变频器中的几个关键技术进行了研究,对下变频各个模块所涉及到的CIC、HB、fir等关键算法进行了讨论、提炼与总结,应用matlab软件设计了下变频器中的CIC、HB、fir滤波器等核心模块,并将各模块融为一体从软件实现的角度完成了对系统的搭建和功能仿真.仿真结果表明,系统实现了对中频信号的下变频处理且无失真现象,大大减少了软件无线电系统数宁信号处理的运算量和数据的存储量,极大地提高了系统的实时性.-The paper application software rad
SimulinkBasedSimulationofDigitalFilter
- 介绍数字滤波器的定义、分类及实现方法。讨论IIR滤波器、fir滤波器的设计方法以及如何运用matlab中的DSP Blockset工具箱设计数字滤波器。-Introduce digital filter definition, classification and realization method. Discussion of IIR filters, fir filter design methods and how to use matlab in the DSP Blockset to
DSPdefir
- 应用matlab软件设计fir数字滤波器,并对所设计的滤波器 进行仿真 应用DSP集成开发环境一CCS调试汇编程序,用TMs3加C5416来实现了fir数字滤波。 -digital filte,DSP,fir,matlab
DSP
- 简单介绍了matlab环境,并列选了四个简单的实验,包括fir滤波器的设计等-A brief introduction of the matlab environment, tied for the election of four simple experiment, including the design of fir filters
fir
- fir滤波器中汉宁窗和布莱克曼窗幅频特性曲线和相频特性曲线对比-fir filter Hanning window and Blackman window of amplitude-frequency curve and phase frequency response curve compared
CCS-matlab-fir
- 基于CCS环境和matlab仿真的fir数字滤波器实现-Based on the environment and the simulation of matlab CCS fir digital filters realized
fir
- fir滤波器设计的一个matlab实现。阶数-fir filter design, a matlab. Order
matlab-digital-filter
- matlab数字滤波器,fir高低通滤波器,iir高低通滤波器-matlab digital filter, fir low pass filter, iir low pass filter
matlabSimulink-fir
- 基于matlab下fir滤波器的设计与仿真-Based on the the matlab fir filter design and simulation
digital-signal-processing--matlab
- matlab下的数字信号处理程序的示例,包括 信号、系统和系统响应 用FFT进行信号的频谱分析 窗函数法设计fir滤波器 IIR滤波器的实现等- examples of digital signal processing, including under matlab signal, the system and the system response signal using the FFT spectral analysis window fir filter design funct
fir-filter_matlab
- 在matlab中,编程设计实现了fir滤波器。达到如下目的: 1、了解fir(finite impulse response)滤波器的种类、基本结构、设计过程; 2、学会用窗函数法、频率采样设计法来设计fir数字滤波器; 3、学会调用matlab信号处理工具箱中滤波器设计函数 4、自己编程实现fir的直接实现法;并考虑实际工程中的处理效率。 5、学会使用cooledit软件来对音频信号做简单的处理。
Using-matlab
- vinay K.ingle John G.Proakis 著;陈怀琛等译;本书系统讲述了数字信号处理器的基本知识和应用,以及以matlab软件为基础的设计题目,本书共十章,主要讲述:matlab简述,离散时间信号与系统,离散时间傅立叶分析,z变换,离散傅立叶变换,数字滤波器结构,fir滤波器设计,IIR滤波器设计,自适应滤波方面的应用,通信中应用-Digital Signal Processing Using matlab
DSP_work
- 进行数字信号处理综合设计与分析,包括采样,频域分析,IIR,fir滤波器设计及输出结果。(Design and analysis of digital signal processing, including sampling, frequency domain analysis, IIR, fir filter design and output results.)
经典matlab信号处理方法
- 主要包括各种滤波去噪的方法,比如fir滤波器、IIR滤波器、自适应滤波器等