搜索资源列表
Fir
- 11 阶FIR 数字滤波器,verolog描述,通过modelsim 6.0 仿真,Quartue综合
FIR-filter-With-rectangle-window
- 采用矩形框实现的FIR数字滤波器,经过简单修改后可以实现低通、高通和带通数字滤波器。
C-FIR
- 此程序是用C语言编写的FIR数字滤波器,程序分块相当完整清晰:打开文件,读取数据文件,运算滤波,结果写入文件,关闭文件。已经通过验证-This program is written in C language FIR digital filters, the program block quite a complete and clear: open the file, read data files, computing filtering, the results of written do
VerilogHDL
- 本文主要分析了FIR数字滤波器的基本结构和硬件构成特点,简要介绍了FIR滤波器实现的方式优缺点 结合Altera公司的Stratix系列产品的特点,以一个基于MAC的8阶FIR数字滤波器的设计为例,给出了使用Verilog硬件描述语言进行数字逻辑设计的过程和方法,并且在QuartusⅡ的集成开发环境下编写HDL代码,进行综合 利用QuartusⅡ内部的仿真器对设计做脉冲响应仿真和验证。-This paper analyzes the FIR digital filter structure an
fir
- FIR数字滤波器设计-FIR Digital Filter Design
szxhsy
- 数字信号处理实验详解及MATLAB实现源代码 实验一: 系统响应及系统稳定性 实验二: 时域采样与频域采样 实验三: 用FFT对信号作频谱分析 实验四:IIR数字滤波器设计及软件实现 实验五: FIR数字滤波器设计与软件实现 实验六: 数字信号处理在双音多频拨号系统中的应用-Detailed experimental digital signal processing and MATLAB source code to achieve the experimental on
FIR
- fir数字滤波器,老师在课堂上讲的内容,解压缩后格式是PPT-fir digital filter the content of speech in the classroom, after extracting PPT format
filter
- FIR数字滤波器的实现,采用Kaiser窗实现高精度的地痛滤波器。-The realization of FIR digital filter using Kaiser window filter to achieve high accuracy in pain.
MatlabFIR
- FIR数字滤波器广泛应用在数字通信系统中,研究其实现方法具有重要意义。Matlab功能强大,利用Matlab辅 助设计DSP应用程序,可大大缩短DSP应用程序的开发时间。介绍了Matlab和CCS及DSP的连接,说明了利用Matlab辅 助DSP实现FIR数字滤波器的过程,及如何在Matlab环境中调试DSP程序,给出了实现结果,并把该结果和单纯在Matlab 环境下实现结果进行比较,前者效果更好,更具有实际应用价值。 -FIR digital filters widely us
MATLAbshuzilvboqi
- 基于MATLAB的FIR数字滤波器设计 加深对数字滤波器的常用指标和设计过程的理解。 FIR滤波器实现一般采用窗函数法和等纹波设计法。窗函数法还包含两个分支,一种是用公式先手动算出N值和其他对应得窗函数参数值,再代入窗函数和fir1实现,一种是用函数*rord估算出N和相应参数再用fir1实现。不过要注意*rord会低估或高估阶次n,可能会使滤波器达不到指定的性能,这时应稍微增加或降低阶次。如果截止频率在0或Nyquist频率附近,或者设定的dev值较大,则得不到正确结果-MATLAB-
FIR
- MATLAB实现FIR数字滤波器的仿真 可以自己设定采样频率和滤波器种类-MATLAB realization of FIR digital filter can be set for the simulation sampling frequency and filter type
FIR_digital_filter
- 用MATLAB编程的fir数字滤波器设计及其报告,希望对有用的人,有帮助-Using MATLAB programming fir digital filter design and its report, useful for people who want to have to help
5509-FIR
- 掌握用窗函数法设计 FIR 数字滤波器的原理和方法。-Master the use of window functions FIR digital filter design theory and methods.
FIR
- 确定FIR数字滤波器的幅度函数,对FIR数字滤波器进行分析,是学习数字图像处理FIR滤波器的重要资料-Determine the magnitude of the FIR digital filter function, analyzed the FIR digital filter, learning digital image processing FIR filter
fir
- MATLAB设计fir数字滤波器 , 结合modelsim软件仿真。(MATLAB design FIR digital filter)
数字滤波器
- 滤波器构建的matlab程序,例如FIR滤波器(Filter construction A matlab program built by a filter, such as a FIR filter)
基于LabVIEW的FIR数字滤波器设计
- 通过LabVIEW来完成FIR数字滤波器的设计,对信号分析很有帮助(The design of FIR digital filter through LabVIEW is helpful to signal analysis)
FIR
- FIR数字滤波器仿真实例,基于三种不同算法的数字滤波器设计。(FIR digital filter simulation example, based on three different algorithms of digital filter design.)
Design of FIR Digital Filter
- 设计一个FIR数字滤波器,设计一个线性FIR滤波器(Kaiser window)Wp = 0.3π; Ws = 0.4π; As = 40dB;(We design a FIR digital filter, design a linear FIR filter (Kaiser window), Wp = 0.3 PI, Ws = 0.4 PI, As = 40dB;)
数字滤波器
- FIR低通数字滤波器的设计,利用matlab编程语言利用FIR1函数设计低通滤波器。(Design of FIR Low Pass Digital Filter)