搜索资源列表
19点FIR低通滤波C语言程序
- 这是一个对语音信号(0.3kHz~3.4kHz)进行低通滤波的C语言程序, 低通滤波的截止频率为800Hz,滤波器采用19点的有限冲击响应FIR滤波。 语音信号的采样频率为8kHz,每个语音样值按16位整型数存放在insp.dat文件中。-This c program is a low pass filter for radio signal 0.3kHz-3.4kHz.The stop frequence of this filter is 800hz.This digtal filte
数字低通滤波器的指标如下
- 数字滤波器,仿真成功为低通滤波器.一个典型的滤波器的仿真 比较详细 还有图-digital filters, the success of the simulation low-pass filter. A typical simulation of the filter there are also more detailed
理想低通滤波器
- 理想低通滤波器的Matlab仿真
IS-95 FIR滤波器从白噪声中滤得低通噪声
- 使用matlab7.0使用IS-95 FIR滤波器从白噪声中滤得低通噪声,给出输入和输出模拟白噪声样本图,以及输入和输出噪声功率谱图。
matlab.设计了一个数字低通滤波器
- 本程序设计了一个数字低通滤波器,以滤除加入的高斯白噪声,很好的实现功能。,The program design of a digital low-pass filter to filter out the add white Gaussian noise, achieve good function.
glpf.rar
- 这段代码主要是实现二阶高斯低通滤波器,本段代码全部用MATLAB语言实现的。,This code is to achieve second-order Gaussian low-pass filter, the above code to achieve the full use of the MATLAB language.
yyqz
- 用汉明窗作的语音去噪低通滤波器,matlab程序(自己做的,复制到.m文件,完全可运行)-Hamming window used for speech denoising low-pass filter, matlab program (their own, and copied to. M documents, completely run)
kaiser
- 本matlab函数,实现凯泽窗设计低通、带通、高通滤波器,综合在一个图显示。设计滤波器时,用到的脉冲函数和脉冲响应函数都在压缩包里,所用的频率是数字频率值。-The matlab function, designed to achieve Kaiser window low-pass, band-pass, high pass filter, integrated in a map display. Filter design, the use of the pulse function and
图像频域理想低通滤波程序
- 图像低通滤波程序:滤波在傅立叶变换频域进行,matlab源码,含示例图片,程序可直接运行。
图4-2-6矩形截断低通滤波器的增益特性
- 用matlab观察矩形截断低通滤波器的增益特性-using Matlab observation rectangular cut-off low-pass filter characteristic Gain
LPFviaZ
- 低通滤波器 基于MATLAB的低通滤波器,Z变换实现-low-pass filter based on MATLAB low-pass filter, Z transform
IIR_filter
- 按照给定指标采用模拟巴特沃斯低通滤波器去逼近理想模拟低通滤波器 ,然后通过双线性变换法对模拟滤波器进行数字化,得到数字滤波器 -Indicators in accordance with a given analog Butterworth low-pass filter to approximate the ideal analog low-pass filter, and then through the bilinear transformation method of digitizin
iirh
- 利用IIR滤波器设计一个低通滤波器,能够分析到电力系统中的三次谐波,要求满足如下指标:截止频率150HZ,阻带衰减≥30db-IIR filter design using a low-pass filter, to analyze the power system in the third harmonic, the requirements to meet the following indicators: cut-off frequency 150HZ, stopband attenuat
firh
- 利用FIR滤波器设计一个低通滤波器,能够分析到电力系统中的三次谐波,要求满足如下指标:截止频率150HZ,阻带衰减≥30db-FIR filter design using a low-pass filter, to analyze the power system in the third harmonic, the requirements to meet the following indicators: cut-off frequency 150HZ, stopband attenuat
chap04
- ex4_2 用MATLAB作巴特沃斯低通滤波器设计 ex4_3 用MATLAB作切比雪夫-1型低通滤波器设计 ex4_4 切比雪夫-2型低通滤波器设计 ex4_5 椭圆型低通滤波器设计 ex4_6 传递函数的模拟滤波器数字化 ex4_7 脉冲不变法简单实例 ex4_8 脉冲不变法巴特沃思低通滤波器设计 -ex4_2 using MATLAB for Butterworth low-pass filter design using MATLAB for ex4_3 Ch
lpf
- 通过时域转换为频域,在频域中截取低频部分,去掉高频部分将结果再转换到时域以实现低通滤波的功能。-Through the time domain is converted to frequency domain, in the frequency domain low-frequency part of the interception, to remove high-frequency part of the results and then switch to the time domain
ditong
- matlab 低通滤波-low pass filter matlab
lvboqi
- 线性相位FIR低通滤波器和48阶带通滤波器,并进行了比较的源程序。-Linear phase FIR low-pass filter and 48-order band-pass filter, and a comparison of the source.
filter
- % y=filter(sig,fmin,fmax) % 对信号进行理想滤波,可完成低通,带通 % sig为被滤波信号 % fmin为下限频率,当fmin为0时为低通滤波器,当fmin>0时,为带通滤波器 % fmax为上限频率,fmax>fmin % fs为信号的采样频率 % y为经过滤波后的信号 -% Y = filter (sig, fmin, fmax)% of the ideal signal filtering, to be com
低通滤波的matlab实现
- 数字低通滤波器的软件实现,运用 matlab语言。(Digital low-pass filter software implementation, the use of MATLAB language.)