搜索资源列表
yuyinlvbo
- matlab对语音信号滤波,并比较滤波前后的音效。
test
- 该源码是在matlab环境下,设计的gui界面,可以对图像信号滤波
Lab0502-IIR
- 在CCS3.3界面下运行即可对内部产生的信号进行滤波,修改程序也可以对外部输入的信号滤波。
FOGlms
- 自己编写的用于传感器信号滤波的算法程序,并有真实信号处理的数据演示
语音的线性预测滤波
- 语音信号的线性预测分析
twosensors.rar
- 两个传感器的信号通过卡尔曼滤波器进行整合,其中一个传感器是两通道的加速度传感器,dimensional tilt sensor using a dual axis accelerometer * and single axis angular rate gyro. The two sensors are fused * via a two state Kalman filter, with one state being the angle * and the other state b
readspeech
- 一个用C语言程序实现读写语音文件的语音信号低通滤波例子-A C language program used to read and write audio files of voice signal low-pass filter example
mpsound
- 录制一段个人自己的语音信号。对录制的信号进行采样;画出采样后语音信号的时域波形和频谱图;对语音信号进行加噪和去噪处理,画出滤波后信号的时域波形和频谱,并对滤波前后的信号进行对比,分析信号的变化;回放语音信号;实现快录慢放、慢录快放等功能。-Record a person' s own voice signal. Of the recorded signal sampling draw sample after the speech signal time-domain waveform
MATLABfilter
- matlab关于语音信号滤波处理的文章,通过matlab实现-matlab on the voice signal filtering deal with the article, through matlab to achieve
exp5
- FIR 滤波器是在数字信号处理(DSP)中经常使用的两种基本的滤波器之一,另一个为IIR滤波器. -FIR filters in digital signal processing (DSP) often used in one of two basic filters, and the other for the IIR filter.
sishiyinglvbosheji
- 对语音或图像信号加噪,然后自适应滤波恢复原来的信号。要求使用算法LMS 。-Voice or image of the noise signal, and then revert to the original adaptive filter signal. Require the use of algorithms LMS.
lq
- 语音信号的数字滤波处理 加入高斯噪声再滤除,信噪比小于20分贝-Voice signal digital filter handle add further filtered Gaussian noise, signal to noise ratio is less than 20 dB
low_pass
- 设计一个低通滤波系统,任意输入三个频率使输入的信号中留下频率最低的 一个分量。-Designed a low-pass filter system, indiscriminate importation of the three input signal frequency so that left one of the lowest frequency component.
LMS
- LMS算法实现自适应滤波 clear close all clc N=10000 设置仿真长度 信号产生参数设定 a1=-0.195 a1=-1.5955 a2=0.95 R0=[1,a1,a2 a1,1+a2,0 a2,a1,1] p=[1,0,0] r=inv(R0)*p 计算理论自相关函数 R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵 p1=[r(2),r(3)] 生成互相关 h=inv(R)
DTWspeech
- 本 文 首先 介绍了语音识别的研究和发展状况,然后循着语音识别系统的 处理过程,介绍了语音识别的各个步骤,并对每个步骤可用的几种方法在实 验基础上进行了分析对比。研究了语音信号的预处理和特征参数提取,包括 语音信号的数字化、分帧加窗、预加重滤波、端点检测及时域特征向量和变 换域特征向量.其中端点检测采用双门限法.通过实验比对特征参数的选取, 采用12阶线性预测倒谱系数作为识别参数。详细分析了特定人孤立词识别算 法,选定动态时间弯折为识别算法,并重点介绍其设计实现。 在
高通滤波
- 实现语音信号高频部分的提取,使声音变得尖锐(Realize the extraction of high frequency parts of speech signal and make your voice sharp)
中值-均值滤波
- 利用labview,实现信号的中值-均值滤波(Using LabVIEW to realize median mean filter of signal)
滤波
- 使用labview对频谱出现周期性尖峰的信号进行滤波处理(Labview-based signal processing projects, filter the signals that have periodic spikes in the spectrum.)
《卡尔曼滤波原理及应用-MATLAB仿真》程序.part01
- 卡尔曼滤波是最常用的滤波算法,在信号处理中经常用到(Kalman filter is the most commonly used filtering algorithm, which is often used in signal processing.)
2.信号滤波
- 利用labview软件模拟信号滤波器,能对高斯白噪声等干扰进行滤波处理(The LabVIEW software is used to simulate the signal filter, and the interference of Gauss white noise can be filtered.)