-
隐马尔科夫工具开发包,用于语音信号的分析和识别。
隐马尔科夫工具开发包,用于语音信号的分析和识别。-Yinmarkerf development kit for the analysis and recognition of speech signal.
- 2023-05-22 17:35:04下载
- 积分:1
-
SoundRuler是一个用来分析和图形化重复声音的工具(生物声学)。它识别和测量文件中每种声音的时间和光谱属性。执行的结果可以保存到电子数据表,也可以导出波形
SoundRuler是一个用来分析和图形化重复声音的工具(生物声学)。它识别和测量文件中每种声音的时间和光谱属性。执行的结果可以保存到电子数据表,也可以导出波形图。-SoundRuler is uses for to analyze and the graph repetition sound
tool (biological acoustics). It distinguishes and surveys in the
document each kind of sound time and the spectrum attribute. The
execution result may preserve the electronic data sheet, also may
derive the oscillogram.
- 2022-05-26 02:28:02下载
- 积分:1
-
系统辨识与自适应控制MATLAB仿真CH5,好东西大家分享
系统辨识与自适应控制MATLAB仿真CH5,好东西大家分享-System Identification and Adaptive Control of MATLAB simulation of CH5, a good thing to share with you
- 2022-03-04 19:40:36下载
- 积分:1
-
我新下载到的一个语音工具包,不知道大家看没看过,所以传上去跟大家共享一下...
我新下载到的一个语音工具包,不知道大家看没看过,所以传上去跟大家共享一下-I downloaded the new voice of a tool kit, I do not know if you do not read, follow-up share what
- 2022-01-25 19:48:55下载
- 积分:1
-
实现LMS的matlab程序demo, 实现LMS的matlab程序demo
实现LMS的matlab程序demo, 实现LMS的matlab程序demo-LMS realize the matlab program demo, the matlab program LMS realize demo, the LMS realize matlab program demo
- 2022-06-03 12:21:45下载
- 积分:1
-
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
-
"无损压缩算法代码包"是大家学习压缩技术的入门好帮手。
"无损压缩算法代码包"是大家学习压缩技术的入门好帮手。- the source package of Lossless compress algorithm ,will show introduction to those who start to study on compression techniques.
- 2023-04-02 11:10:03下载
- 积分:1
-
对于语音和图像的数字信号处理基本知识的介绍,对信号处理的各个基本知识可以有个大概的认识...
对于语音和图像的数字信号处理基本知识的介绍,对信号处理的各个基本知识可以有个大概的认识-A rough introduction for the dsp of speech and video.It could give you a basic knowledge of signal processing.
- 2023-04-13 00:05: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
-
Wave form tool kit for MATLAB. Add toolbox folder to MATLAB s path Type main in...
MATLAB波形工具箱。将工具箱文件夹添加到命令窗口中的MATLAB路径类型main
- 2022-01-31 20:03:48下载
- 积分:1