搜索资源列表
数字滤波器设计论文
- 本文分析了国内外数字滤波技术的应用现状与发展趋势,介绍了数字滤波器的基本结构,提出了一种基于Matlab和Modelsim软件的数字滤波器设计方法
基于dsp的fir滤波器的设计
- 在tms3205402中运行 添加新的工程 加入.asm .cmd 和.inc 文件 调试运行!
基于遗传算法的FIR数字滤波器的优化设计
- 基于遗传算法的FIR数字滤波器的优化设计 设计IIR数字滤波器的遗传优化算法 caj图书-based on genetic algorithm FIR digital filter design optimization IIR digital filter design of genetic optimization algorithm CAJ books
Iirdfv2
- 数字滤波器IIR设计C源代码,包括绘图.-Use IIR method to design the digit filter,realized by C language,and mapping is also included.
IIR滤波器设计
- 现有一个信号:x(n)=1+cos(π*n/4)+ cos(2*π*n/3)设计及各种数字滤波器以达下列目的: 低通滤波器,滤除cos(2*π*n/3) 的成分,即想保留的成分为1+cos(π*n/4) 高通滤波器,滤除1+cos(π*n/4) 的成分,即想保留的成分为cos(2*π*n/3) 带通滤波器,滤除1+cos(2*π*n/3) 的成分,即想保留的成分为cos(π*n/4) 带阻滤波器,滤除cos(π*n/4)
基于VHDL与CPLD器件的FIR数字滤波器的设计
- 这是我看到的一些资料,希望与大家分享。也许这对您用处不大,但是我的一份诚意。-this is that I see some of the information and hope to share with you all. This may be less useful to you, but my sincerity.
高采样率FIR数字滤波器的设计与实现
- 这是我看到的一些资料,希望与大家分享。也许这对您用处不大,但是我的一份诚意。-this is that I see some of the information and hope to share with you all. This may be less useful to you, but my sincerity.
fir-random
- 编程实现: 低通数字滤波器的设计。 设计一低通FIR滤波器,对应的模拟系统的幅度响应 抽样频率10kHz,过渡带0.5kHz,用窗口法设计。 画出数字滤波器频率响应。 连续信号经过10kHz抽样后,通过该数字滤波器,分析输入和输出的频谱。 -Programming : low-pass digital filter design. Design an FIR low-pass filter, the cor
IIR2
- 数字滤波器是一种具有频率选择性的离散线性系统,在信号数字处理中有着 广泛的应用。数字滤波器的设计实际上是确定其系统函数H (z)并实现的过程。本文介绍了 用MATLAB设计、实现和分析HR数字滤波器的方法。-digital filter is a kind of frequency selective discrete linear systems, the digital signal processing has wide
fir
- 完成一个FIR数字滤波器的设计。要求: 1、 基于直接型和分布式两种算法。 2、 输入数据宽度为8位,输出数据宽度为16位。 3、 滤波器的阶数为16阶,抽头系数分别为h[0]=h[15]=0000,h[1]=h[14]=0065,h[2]=h[13]=018F,h[3]=h[12]=035A,h[4]=h[11]=0579,h[5]=h[10]=078E,h[6]=h[9]=0935,h[7]=h[8]=0A1F。 -
Wave.Digital.Filtering
- 一个基于msp430单片机的数字滤波器的设计,里面含有用于设计的工具软件
dspmatlab
- 数字滤波器的matlab的例程,从基本的到高级例子,内有详细程序的说明及仿真结果-Digital filter matlab
vhdlandfir
- 介绍数字滤波器的设计,采用vhdl程序编写。 内容全面。-Introduce the design of digital filters using VHDL programming. Comprehensive.
DigitalFilter
- 1.题目:数字滤波器的设计与应用 2.设计要求:利用 Matlab 软件,以复合信号分离为例,对 “数字信号处理” 课程中 的谱分析 、数字滤波器设计和信号滤波这三个过程进行了仿真实现,给出了仿真结果。 3.具体步骤: (1)构造原始信号s(t) (2)画出s(t)的频谱 (3)设计ellipse数字滤波器(IIR),包括低通,带通,带通,并显示幅频特性 (4)用得到的滤波器进行滤波,分离出三
JYSZCCLBQ
- 简易数字滤波器的设计 基于EDA语言 开发平台较广-Simple digital filter design language development platform based on the broader EDA
基于LabVIEW的FIR数字滤波器设计
- 通过LabVIEW来完成FIR数字滤波器的设计,对信号分析很有帮助(The design of FIR digital filter through LabVIEW is helpful to signal analysis)
Matlab的FIR数字滤波器的设计与仿真
- Matlab的FIR数字滤波器的设计与仿真(Design and Simulation of FIR digital filter for Matlab)
jyy
- 介绍了IIR数字滤波器的设计以及参数 设置要求(The design and parameter setting requirements of IIR digital filter are introduced.)
FIR数字滤波器的设计与实现
- FIR滤波器的相关知识以及生成所需要用到的matlab函数,具体生成例程。(FIR filter related knowledge and generate the matlab function needed to generate specific routines.)
数字滤波器
- FIR低通数字滤波器的设计,利用matlab编程语言利用FIR1函数设计低通滤波器。(Design of FIR Low Pass Digital Filter)