搜索资源列表
基于巴特沃思滤波器的50Hz工频险波器
- 基于巴特沃思滤波器的50Hz工频险波器,程序给出了滤波器系数并且作了频谱分析-Butterworth filter based on the frequency of 50Hz - risk devices, procedures given the filter coefficient and made spectrum analysis
impseq&impinvar0
- 单个脉冲序列生成子程序 & 用脉冲响应不变法把模拟滤波器系数变换为数字滤波器系数的函数 -single pulse sequence generated subroutine
FIR
- FIR滤波器系数计算 C源码,有多种加窗处理-FIR filter coefficients C source code, plus a variety of window treatment
LMS-auto-adapter-fiter
- 考虑一个线性自适应均衡器的原理方框图如《现代数字信号处理导论》p.275自适应均衡器应用示意图。用LMS算法实现这个自适应均衡器,画出一次实验的误差平方的收敛曲线,给出最后设计滤波器系数。一次实验的训练序列长度为500。进行20次独立实验,画出误差平方的收敛曲线。给出3个步长值的比较。-consider a linear adaptive equalizer block diagram as the principle of "modern digital signal process
RLS-auto-adapter-fiter
- 考虑一个线性自适应均衡器的原理方框图如《现代数字信号处理导论》p.275自适应均衡器应用示意图。用LMS算法实现这个自适应均衡器,画出一次实验的误差平方的收敛曲线,给出最后设计滤波器系数。一次实验的训练序列长度为500。进行20次独立实验,画出误差平方的收敛曲线。给出3个步长值的比较。-consider a linear adaptive equalizer block diagram as the principle of "modern digital signal process
allpass5
- 计算全通滤波器的源程序,根据信道群延迟,计算滤波器系数,用以校正信号相位变化-calculation of the all-pass filter source files, according to the channel group delay, filter coefficients calculated, for the correction signal phase changes
fir_algos
- Fir filter的设计,FIR滤波器系数
RaiseCosFilter
- 本函数用于升余弦滤波器系数计算,使用方便快捷。
firbynna
- 此程序为本人编写的神经网络法设计1型FIR滤波器的程序,读者读此程序后,可以很深刻地理解如何用BP网络和LMS算法来设计滤波器。 只需更改程序中的H值,即可生成各种低通,高通,带通,带阻滤波器。程序运行结果可得到滤波器系数,幅频曲线和衰减曲线。 可通过更改迭代步长和误差极限来调整滤波器特性。
fushucdtu
- 只要输入低通滤波器系数,可画有负数尺度的多尺度函数的图象
band-pass-filter 线性相位FIR带通滤波器
- 用MATLAB函数fir1设计一个具有如下指标的线性相位FIR带通滤波器:阻带截止频率为0.55pi 和0.85pi,通带截止频率为0.65pi和 0.75pi,最大通带衰减为0.2dB,最小阻带衰减为42dB。分别利用下面的窗函数来设计滤波器:汉宁窗、汉明窗、布莱克曼窗。对于每种情况,给出其冲激响应系数并画出设计的滤波器的幅频响应。-Designed with a MATLAB function with the following indicators fir1 linear phase F
ezfir16.rar
- FIR滤波器系数生成,可供DSP软件编程使用,FIR filter coefficient generated for the use of DSP software programming
melfilter
- meifilter倒谱系数滤波器,欢迎大家使用-it s melfilter, welcome to download
farrow
- 用于分数倍时延调整的farrow滤波器仿真。其中使用了4阶,8阶和16阶farrow滤波器。m文件为滤波器系数产生函数,mdl文件为滤波后偏差估计的情况。-Adjustment for fractional delay filter simulation farrow. Which uses the four bands, 8 bands and 16 bands farrow filter. m file for the filter coefficients of the productio
interpolator
- 插值滤波器,用于音频解码调制解调,滤波器系数用移位相加实现-Interpolation filter, audio decoder for modulation and demodulation, filter coefficient shift combined with the realization of
adaptivefir
- 自适应滤波器。自适应滤波器为11个权系数的FIR结构。(1)不同的方差σ2(2)LMS算法画出一次实验的误差平方收敛曲线,训练长度为500,给出滤波器系数;进行20次独立实验,给出平均收敛曲线。不同步长值的比较。(3)RLS算法,LMS和RLS算法的比较 -Adaptive filter. Adaptive filter weights for 11 of the FIR structure. (1) different variance σ2 (2) LMS algorithm for a
RLS
- 用RLS算法实现自适应均衡器,画出一次实验的误差平方的收敛曲线,给出最后设计滤波器系数-RLS algorithm with adaptive equalizer, draw a single experiment squared error convergence curve of the final design of the filter coefficients are given
filternotch
- 用于信号滤波,要事先给出滤波器系数,给出心电加上正弦干扰信号的滤波过程。-For signal filtering, to filter coefficients is given in advance, given ECG+ sinusoidal interference signal filtering process.
Butterworth
- 4阶段Butterworth iir滤波器系数计算(Calculation of the 4 stage Butterworth IIR filter coefficient)
自适应滤波器
- 通过设计一个二阶加权系数自适应横向FIR滤波器,对一个加随机噪声的正弦信号实现滤波。 具体设计方案为: 1,生成标准正弦信号S 2,生成等长的随机信号N 3,生成加随机噪声的正弦信号X 4,X通过参数可调数字滤波器,输出Y 5,Y与参考信号作差得到误差E 6,E通过自适应算法调整权值W 7,用LMS算法处理噪声干扰的信号,最终实现滤波器功能(A two order weighted coefficient adaptive transverse FIR filter is des