-
Christine Weber
Christine Weber-Fox
Neural Systems for Sentence Processing in Stuttering
J Speech Lang Hear Res, Aug 2001 44: 814 - 825.
-Christine Weber-Fox
Neural Systems for Sentence Processing in Stuttering
J Speech Lang Hear Res, Aug 2001 44: 814- 825.
- 2022-03-02 03:24:44下载
- 积分:1
-
语音端点检测,是语音压缩时提取特征参数的一个必要的过程,这个程序主要是对这个过程的一个小的程序。希望对学语音的有帮助...
语音端点检测,是语音压缩时提取特征参数的一个必要的过程,这个程序主要是对这个过程的一个小的程序。希望对学语音的有帮助-Extreme point detecting is a primily process to get the eigenparameter when you compressing the speech.This program is a small one,it will help for the learner.
- 2022-03-20 17:17:43下载
- 积分:1
-
Speech recognition source code, can be fixed to implement some voice recognition...
语音识别源代码,可以对固定的某些语音实行识别,对于开发语音识别的朋友,具有很好的参考用途-Speech recognition source code, can be fixed to implement some voice recognition, speech recognition for the development of friends, an excellent reference
- 2022-02-26 05:28:55下载
- 积分:1
-
语音增量调制编码。deltamodulation
语音增量调制编码。deltamodulation
语音增量调制编码。deltamodulation...
语音增量调制编码。deltamodulation
语音增量调制编码。deltamodulation
语音增量调制编码。deltamodulation-Voice delta modulation encoding. Voice deltamodulation delta modulation encoding. Voice deltamodulation delta modulation encoding. deltamodulation
- 2022-06-20 18:29:52下载
- 积分:1
-
the procedure coding is the G.723 codec procedure, the algorithm is based on ACE...
本程序的压缩编码是G.723的编解码程序,其的算法是基于ACELP的算法基础上的编码。用在语音通信中,例如手机中-the procedure coding is the G.723 codec procedure, the algorithm is based on ACELP algorithm based on the coding. Used in voice communications, such as mobile phones
- 2022-07-18 07:46:48下载
- 积分:1
-
自已编写的语音信号端点检测程序,采用短时能量与短时过零率的方法。...
自已编写的语音信号端点检测程序,采用短时能量与短时过零率的方法。-authorship of the speech signal endpoint detection procedures, using short-term over short-term energy and the rate of zero.
- 2022-09-17 05:05:03下载
- 积分:1
-
系统辨识与自适应控制MATLAB仿真CH6,好东西大家分享
系统辨识与自适应控制MATLAB仿真CH6,好东西大家分享-System Identification and Adaptive Control of MATLAB simulation CH6, good things to share with you
- 2022-05-15 21:56:04下载
- 积分:1
-
LMS算法实现自适应滤波
clear close all clc
N=10000 设置仿真长度
信号产生参数设定
a1=...
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)*p1 计算维纳解
Jmin=r(1)-h *p1 计算维纳解时最小均方误差
u=1/sum(eigs(R- 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)*p1 计算维纳解
Jmin=r(1)-h*p1 计算维纳解时最小均方误差
u=1/sum(eigs(R))
- 2022-01-24 14:36:59下载
- 积分:1
-
提供信号处理中的Rasta变换的实现过程,并可以给出相应参数。开发环境为VC。...
提供信号处理中的Rasta变换的实现过程,并可以给出相应参数。开发环境为VC。- Provides in the signal processing the Rasta transformation
realization process, and may produce the corresponding parameter. The
development environment is VC.
- 2023-07-09 21:40:04下载
- 积分:1
-
这个函数也要被melcepst函数调用,用来进行计算Mel倒谱系数。这个函数的作用是构造mel滤波器组。...
这个函数也要被melcepst函数调用,用来进行计算Mel倒谱系数。这个函数的作用是构造mel滤波器组。-This function must be melcepst function call is used to calculate Mel cepstral coefficients. The role of this function is to construct a mel filter bank.
- 2022-03-07 15:34:34下载
- 积分:1