搜索资源列表
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
yyqz
- 用汉明窗作的语音去噪低通滤波器,matlab程序(自己做的,复制到.m文件,完全可运行)-Hamming window used for speech denoising low-pass filter, matlab program (their own, and copied to. M documents, completely run)
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
work
- 对接收到的磁场信号进行低通滤波,去除高频噪声-Docking of the magnetic field signal received by low-pass filter to remove high frequency noise
chebyshev
- chebyshev模拟低通滤波器matlab源码-chebyshev analog low-pass filter design (matlab source code)
wavefilter
- 很实用的滤波算法,使用MATLAB编制,通用低通滤波器。-Very practical filtering algorithm, using MATLAB preparation, general low-pass filter.
systemtestask
- 对中频信号的采用处理,以及速率的转换等,其中使用低通滤波器-The adoption of the IF signal processing, as well as the rate of conversion, in which the use of low-pass filter
Ditong
- 一个用于实现加速度数据的低通滤波器,通过多次阶跃求解进行滤波。-This Law filter.This Law filter.This Law filter.This Law filter.This Law filter.
zr
- 用窗函数法设计一个能对模拟信号进行滤波的线性相位FIR低通滤波器。抽样频率为 kHz,通带截止频率为 kHz,阻带截止频率为 kHz,要求阻带最小衰减 dB。为了降低运算量,所设计滤波器的阶数要尽可能的低-With the window method to design a filter to the analog signals of linear phase FIR low-pass filter. Sampling frequency is kHz, passband cutoff fre
rfgg
- 低通滤波器是容许低于截至频率的信号通过, 但高于截止频率的信号不能通过的电子滤波装置。 -low-pass filter
lixiangditong
- 分别设计理想低通滤波器、巴特沃思滤波器、指数滤波器、梯形低通滤波器,并对含高斯噪声的图像进行低通滤波,截止频率自选,观察不同的截止频率,不同的滤波器的滤波效果。-Were designed for the ideal low pass filter, Butterworth filter, exponential filter, ladder low-pass filter, and Gaussian noise images with low-pass filter cutoff freque
YUYIN
- 用matlab记录一段基带语音信号,采样频率设为44.1kHz。产生一个高斯白噪声 随机过程,并将噪声叠加在语音信号上(相当于将语音信号通过一个高斯信道)。 (1) 设定不同的噪声信噪比,画出并比较高斯信道接收端的信号时域波形,播 放接收信号。 (2) 由于语音信号的范围通常在3kHz以内,在接收端加载一个低通滤波器, 截止频率为3kHz,画出并比较滤波前后的信号时域波形,并播放滤波后 的信号。-Matlab record with some baseband voice
filterzl
- matlab巴特沃斯低通滤波器的设计,通过设计通带和阻带截止频率来实现巴特沃斯低通滤波-matlab Butterworth low-pass filter design, by design passband and stopband cutoff frequency to achieve Butterworth low-pass filter
IIR
- 1、不同阶次模拟巴特沃兹滤波器的频率响应 2、根据模拟滤波器指标,设计低通巴特沃兹滤波器 要求通带截止频率 fp = 5kHz, 通带最大衰减 ɑp =2dB, 阻带截止频率 fs= 12kHz, 阻 带最小衰减ɑs =30dB,按照上述指标设计巴特沃兹低通滤波器。 3、给定模拟滤波器,按照不同采样频率设计数字 IIR,观察采样频率对设计结果的影响 已知模拟滤波器传输函数 H(s)为 2 0.5012 ( ) 0.6449 0.7079 H s s s = + + 按
ideal_lp
- 理想低通滤波器滤波器截止角频率wc,阶数Me(filter function hd=ideal_lp(wc,Me))
数字图像处理3
- 任务1。一维测试信号的FFT 计算和可视化长度为B=64的下列测试信号的傅立叶变换的幅度: 任务2。二维测试信号的FFT。计算和可视化尺寸为128*128的下列测试信号的傅立叶变换的幅度: 任务3。图像的FFT 在以下处理之后,计算下列图像“Lena”的傅立叶变换的幅度并将其可视化:1)向测试图像添加一个加性高斯噪声(选择您选择的噪声的参数)。 2)使用大小为3*3和5*5的盒式滤波器对测试图像进行平滑。 3)应用Sobel梯度掩模寻找梯度图像的x和y分量。 4)应用拉普拉斯口罩。比较处理