搜索资源列表
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
- FIR filter design with unseperable window, seperable window, frequency sampling method
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
theoptimumdesignofFIRdigitalfilterandMATLABsimulat
- FIR DF 等波纹切比雪夫逼近 Remez算法 交错定理 MATLAB仿真-FIR DF;equivalent ripple Chebyshev approxiIllation;Remez algorithm;intervning theorem MATLAB simulation
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
CHEBYSHV-AND-FIR-blackmn
- fir blackman window fiter and chebhyshev igh pass filter written in matlab
FIR
- FIR低通滤波器的设计,并用matlab实现其功能-FIR low-pass filter design matlab achieve its
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
FIR
- C语言实现带通滤波器功能,比matlab更加试用可用于单片机开发-FIR band_pass filter
FIR
- 基于matlab GUI的一个滤波,运用FIR和IIR算法-A filter based on matlab GUI, use of FIR and IIR algorithm
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软件来对音频信号做简单的处理。