搜索资源列表
FIRshiyan
- 利用双线性变换设计IIR滤波器(只介绍巴特沃斯数字低通滤波器的设计),首先要设计出满足指标要求的模拟滤波器的传递函数 ,然后由 通过双线性变换可得所要设计的IIR滤波器的系统函数 。-IIR filter design using bilinear transform (only introduced the Butterworth digital low-pass filter design), first designed to meet the index requirements of
VerilogHDL
- 本文主要分析了FIR数字滤波器的基本结构和硬件构成特点,简要介绍了FIR滤波器实现的方式优缺点 结合Altera公司的Stratix系列产品的特点,以一个基于MAC的8阶FIR数字滤波器的设计为例,给出了使用Verilog硬件描述语言进行数字逻辑设计的过程和方法,并且在QuartusⅡ的集成开发环境下编写HDL代码,进行综合 利用QuartusⅡ内部的仿真器对设计做脉冲响应仿真和验证。-This paper analyzes the FIR digital filter structure an
rrdddwq
- 这是运用LabVIEW图形化编程语言开发虚拟数字滤波器的方法,对数字滤波器原理的分析。提出了利用虚拟仪器软件平台构建数字滤波器的设计思想,并在此基础上开发出了一套数字滤波器实例-This is the use of LabVIEW graphical programming language to develop a virtual digital filter methods, the principle of the digital filter analysis. Proposed the
17jie_fir
- 采用VHDL语言实现17阶的数字低通滤波器的设计-VHDL language used to achieve 17 the number of bands of low-pass filter design
chx
- 以“低成本和高性能”为设计思想,借助虚拟仪器的概念和高速的数字信号处理算法将传统的函数发生器、示波器、数据记录仪、频率计、谱分析仪以及滤波器的设计和仿真等功能高度集成、统一平台方便使用。 -With " low cost and high performance" for design ideas, using the concept of virtual instruments and high-speed digital signal processing algorit
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-
buttord
- 数字信号处理的问题,用MATLAB编写的,用巴特沃斯、切比雪夫等设计IIR数字滤波器的程序。-Digital signal processing issues, written with MATLAB, with Butterworth, Chebyshev design of IIR digital filters and other procedures.
FIR_digital_filter
- 用MATLAB编程的fir数字滤波器设计及其报告,希望对有用的人,有帮助-Using MATLAB programming fir digital filter design and its report, useful for people who want to have to help
PROGRAMS
- DSP信号处理与加工,包括各种数字滤波器的设计以及模拟滤波器的设计-DSP signal processing and processing, including a variety of digital filter design and analog filter design
IIRFIR
- 数字信号处理——IIR、FIR数字滤波器的设计及软件实现-Digital signal processing IIR, FIR digital filter design and software implementation
IIR-digital-filter-design
- IIR数字滤波器设计及在FDM复用信号滤波中的应用 1.熟悉用双线性变换法设计IIR数字滤波器的原理与方法; 2.掌握根据频谱图及滤波需求确定滤波器的指标参数的方法; 3.通过FDM复用信号数字滤波器的设计,掌握IIR数字滤波器的MATLAB实现方法; 4.通过观察FDM复用信号滤波前后的时域及其频谱图,建立数字滤波的感性认识。-IIR digital filter design and the FDM multiplex signal filtering applicati
DSP
- 基于DSP的数字滤波器的设计FIR以及仿真DSP-based digital FIR filter design and simulation-DSP-based digital FIR filter design and simulation
MATLAB
- 通过设计数字滤波器,实现对语音信号的检测去除噪声,加深对数字滤波器设计理解(Through the design of digital filters, to achieve the detection of voice signals to remove noise, deepen the understanding of digital filter design)
Desktop
- 基于matlab自适应滤波器的设计与实现程序和文章,亲试可用(Design and implementation of adaptive filter based on MATLAB, pro test available)
基于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.)
IIR-analog
- IIR模拟滤波器原型设计及自主设计的非归一化滤波器函数。(IIR analog filter prototype design and independent design of the non normalized filter function.)
IIRDirect
- 采用一种基于FPGA的IIR数字滤波器的设计方案:AD转换模块、IIR滤波模块、DA转换模块。(A design scheme of IIR digital filter based on FPGA is adopted: AD conversion module, IIR filter module and DA conversion module.)
数字滤波器
- FIR低通数字滤波器的设计,利用matlab编程语言利用FIR1函数设计低通滤波器。(Design of FIR Low Pass Digital Filter)