搜索资源列表
用窗函数法设计FIR滤波器
- 用矩形窗、三角窗,汉宁窗,海宁窗等多种窗口设计有限长单位脉冲响应滤波器-with rectangular windows, triangular windows, Hanning window, multiple windows Haining window design finite impulse response filter units
FIR滤波器的窗函数设计法
- 矩形窗,海明窗,低通,高通,带通都有,而且可以清楚的看到幅频响应等图。
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
fft_conv_filters_DSPFunction_ByFortran
- 重要的数字信号处理函数如分裂基fft/卷积/滤波器/相关函数的Fortran实现(清华大学胡广书教授编)-Important DSP functions such as fft/conv/filters ,by Fortran
Matlab
- FIR滤波器设计中的凯撒窗函数设计,最后有对应系数产生-FIR filter design in the design of the Kaiser window function, and finally there are the corresponding coefficients have
123214456
- 4阶半带滤波器的matlab设计,改程序采用了凯撒窗函数的设计方法-4 jie halfband
chx
- 以“低成本和高性能”为设计思想,借助虚拟仪器的概念和高速的数字信号处理算法将传统的函数发生器、示波器、数据记录仪、频率计、谱分析仪以及滤波器的设计和仿真等功能高度集成、统一平台方便使用。 -With " low cost and high performance" for design ideas, using the concept of virtual instruments and high-speed digital signal processing algorit
ex5
- FIR 及 IIR低通滤波器的设计以及 正弦信号滤波前后的频谱分析 (不同窗函数截断)-FIR and IIR filter design and low-pass filter before and after sinusoidal signal spectrum analysis (different window function truncated)
MATLAbshuzilvboqi
- 基于MATLAB的FIR数字滤波器设计 加深对数字滤波器的常用指标和设计过程的理解。 FIR滤波器实现一般采用窗函数法和等纹波设计法。窗函数法还包含两个分支,一种是用公式先手动算出N值和其他对应得窗函数参数值,再代入窗函数和fir1实现,一种是用函数*rord估算出N和相应参数再用fir1实现。不过要注意*rord会低估或高估阶次n,可能会使滤波器达不到指定的性能,这时应稍微增加或降低阶次。如果截止频率在0或Nyquist频率附近,或者设定的dev值较大,则得不到正确结果-MATLAB-
hd
- 数字滤波器冲击响应函数c++源代码,包含低通、高通、带通、带阻滤波器,与待滤波信号进行卷积运算,完成滤波处理。-FIR Filter Based
jquery.ajaxFilter-1.0.1
- 这个小插件提供了一个注册表对不同滤波器函数来清洁ajax响应。 它需要以新的jQuery 1.3特性,“dataFilter ajax设置。 -This tiny plugin provides a registry for different filter functions to sanitize ajax responses. It requires jQuery 1.3 with its new feature, the dataFilter ajax setting.
FIR滤波器的设计
- 1.线性相位FIR滤波器性质 2.窗函数设计FIR滤波器 3.FIR滤波器设计 4.Matlab中滤波器设计工具(1. Linear Phase FIR Filter Properties 2. Window function design FIR filter 3. FIR filter design 4. Matlab filter design tool)
Demo1_myFIR_lp_Window
- 本程序详细介绍了如何设计基于窗函数的低通数字滤波器(This procedure describes in detail how to design a low-pass digital filter based on window function)
Demo2_myFIR_hp_Window
- 本程序详细介绍了如何设计基于窗函数的高通数字滤波器(This procedure describes in detail how to design a highpass digital filter based on window function)
Demo4_myFIR_bs_Window
- 本程序详细介绍了如何设计基于窗函数的带阻数字滤波器(This procedure describes in detail how to design a bandstop digital filter based on window function)
Filters
- 文件中包含了几类滤波器函数的MATLAB文件,比如带通滤波器,巴特沃斯滤波器等。(The file contains several kinds of filter function MATLAB files, such as band pass filter, Butterworth filt)
IIR-analog
- IIR模拟滤波器原型设计及自主设计的非归一化滤波器函数。(IIR analog filter prototype design and independent design of the non normalized filter function.)
IIR低通滤波器设计资料
- 是在设计过程中需要用到的一些函数,可以帮助设计。(The file is useful to eveone who will design the IIR exquipent,ang I hope It will take good luck for you !Thank you reading!)
Gammatone 滤波器的 Python 代码实现
- python代码分别实现了频域Gammtone滤波和时域Gammtone滤波器,频域滤波时参数USEFFT=1。其中MakeERBFilters函数产生了GT滤波器系数。输入为:采样频率、滤波器通道数、最小频率。输出为:n通道GT滤波器系数。(The python code implements frequency-domain Gammtone filtering and time-domain Gammtone filters, respectively, and the parameter
数字滤波器
- FIR低通数字滤波器的设计,利用matlab编程语言利用FIR1函数设计低通滤波器。(Design of FIR Low Pass Digital Filter)