-
ww.guanxing.net weineins adfljkwieofjlskadj fl jfiweoijsdalkfj lweoijfoijjkjfskl...
ww.guanxing.net weineins adfljkwieofjlskadj fl jfiweoijsdalkfj lweoijfoijjkjfskl jskafowe ijlsdk ajf oweijf lskdjf ko weijfhikfd skljfiuwe sjalfkoweidlksjfkj gou le ba?tai fan le !
- 2023-06-10 20:30:03下载
- 积分:1
-
基于GMM的概率神经网络PNN具有良好的泛化能力,快速的学习能力,易于在线更新,并具有统计学的贝叶斯估计理论基础,已成为一种解决像说话人识别、文字识别、医疗图像...
基于GMM的概率神经网络PNN具有良好的泛化能力,快速的学习能力,易于在线更新,并具有统计学的贝叶斯估计理论基础,已成为一种解决像说话人识别、文字识别、医疗图像识别、卫星云图识别等许多实际困难分类问题的很有效的工具。而且PNN不但具有GMM的大部分优点,还具有许多GMM没有的优点,如强鲁棒性,需要更少的训练语料,可以和其他网络其他理论无缝整合等。-GMM based probabilistic neural network PNN good generalization ability, the ability to learn fast, easy online updates, and with the Bayesian statistical theory based on estimates, and has become a solution as speaker recognition, text recognition, medical image recognition, satellite images and other real recognition when difficulties classification of very effective tool. But GMM PNN is not only the most advantages, but also has many advantages GMM not as strong robustness, require less training corpus, and other networks to other theories, such as seamless integration.
- 2022-07-28 06:04:03下载
- 积分:1
-
通过采用MATLAB中的MEX程序进行实时语音端点检测
通过采用MATLAB中的MEX程序进行实时语音端点检测-The application of MEX in MATLAB on the realtime speech endpoint detection.
- 2022-02-02 07:08:35下载
- 积分:1
-
MFC-asr-基于MFC的窗口语音识别
基于MFC的窗口语音识别界面控制程序欢迎大家下载
- 2023-03-07 03:50:04下载
- 积分:1
-
转换音频Wav到PCM
PCM
转换音频Wav到PCM
PCM -> G723 G729 Gsm iLBC
G723 G729 Gsm iLBC -> PCM
需要p_voice库支持-Audio Conversion Wav to PCMPCM-
- 2022-02-25 00:03:39下载
- 积分: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
-
为微软SAPI(Text
为微软SAPI(Text-to-Speech API)封装的类- Kind (Text-to-Speech API) seals which for Microsoft SAPI
- 2023-03-11 10:40:03下载
- 积分:1
-
一种语音段起止端点检测新方法.rar格式为vip
一种语音段起止端点检测新方法.rar格式为vip-made available a voice of a new endpoint detection methods. Rar format vip
- 2022-03-04 10:30:50下载
- 积分:1
-
语音处理算法中的cvsd算法在ccs环境下用汇编实现的测试向量代码...
语音处理算法中的cvsd算法在ccs环境下用汇编实现的测试向量代码-Voice processing algorithms in the CVSD algorithm in ccs environment with compilation of test vectors to achieve code
- 2022-07-03 03:16:04下载
- 积分:1
-
一个基于DirectShow的语音采集与简单识别的例子程序,主要用于机器人的简单交互。包括C++源代码。...
一个基于DirectShow的语音采集与简单识别的例子程序,主要用于机器人的简单交互。包括C++源代码。-a DirectShow-based Voice Acquisition and simple identification procedures example, Robot used mainly for the simple interaction. Including C++ source code.
- 2022-06-27 05:08:28下载
- 积分:1