搜索资源列表
通道自相关
- 语音识别中的通道自相关函数,matlab版。自己编的,通过测试-Speech Recognition access autocorrelation function, Matlab version. His series, testing
voicebox
- 在做和语音信号处理相关的项目时要用到的语音工具箱,比如语音识别,说话人识别等,里面有一些已经封装好的小函数,可供大家编程序的时候直接调用-In speech signal processing to do and projects related to voice use toolbox, such as speech recognition, speaker recognition, etc., there are some good small function package for ev
zixiangguandejiyinjiancechengxv
- 自相关函数的应用,进行基音检测,在MATLAB下进行仿真-Application of autocorrelation function for pitch detection, carried out in the MATLAB simulation
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)
lpcau
- 语音信号处理,matlab程序,用于求取线性预测系数,采用自相关函数法
speech-signal-analysis-
- matlab写的关于语音信号的时域分析,包括能量,幅度,自相关函数,过零率等的程序-The time domain analysis of speech signal with Matlab, including energy, amplitude, autocorrelation function, and zero crossing rate.
voicebox
- 在MATLAB中与的语音信号处理相关的工具箱函数(The toolbox function of speech processing in MATLAB)
matlab
- 语音信号的短时分析,主要包括:分帧、短时能量、短时平均幅度、短时过零率、短时自相关函数、短时幅度差、倒谱、复倒谱、lpc系数、lpc谱估计等(The short-time analysis of speech signal mainly includes: frame, short-time energy, short time average amplitude, short-time zero crossing rate, short-time autocorrelation functio
corr_signal
- corr_signal.m文件可以通过自相关运算,将文件名为test的语音文件的音阶读出。 work1.m是一个GUI函数,图形化界面检测test.wav的音阶。 可用作展示自相关简单应用的过程。(The corr_signal.m file can read the phonetic order of the voice file named test by autocorrelation operation. Work1.m is a GUI function, the graphic
audio_tezheng
- 语音信号的时域、频域与倒谱域分析。 1.分析一帧清音和浊音的自相关函数和倒谱系数 2.用Matlab画出该段语音的时域波形、短时能量、短时平均幅度、短时过零率、短时过电平率 3.选择一帧无声、清音和浊音的语音,用Matlab画出它们的对数幅度谱(Time domain, frequency domain and cepstrum domain analysis of speech signals. 1. Analyze the autocorrelation function and c