-
语音识别 语音识别 语音识别
语音识别 语音识别 语音识别 -Speech Recognition Speech Recognition Speech Recognition Speech Recognition Speech Recognition Speech Recognition
- 2022-06-15 08:43:20下载
- 积分:1
-
VoiceRecognition.zip
VoiceRecognition.zip-----关于语音识别的嵌入式系统的源程序(KC51)-VoiceRecognition.zip----- Speech Recognition on the embedded system of the source (KC51)
- 2022-02-01 16:39:50下载
- 积分:1
-
语音识别算法的DTW识别程序,VC 功能用于语音识别
语音识别算法的DTW识别程序,VC 功能用于语音识别-DTW distinguish program using audio distinguish arithmetic.it could be used to distinguish audio.
- 2023-01-13 05:55:03下载
- 积分:1
-
ITU
ITU-T G.723语音压缩编解码算法源码和测试语音,内有标准附件和使用说明。-ITU-T G.723 voice compression codec algorithm source code and test voice, within the standard accessories and use.
- 2022-11-14 12:00:03下载
- 积分:1
-
16kb/s Low Delay CELP 算法
16kb/s Low Delay CELP 算法 -16kb/s Low Delay CELP algorithm
- 2022-08-21 05:25:07下载
- 积分:1
-
本文系统的介绍了语音识别的技术及其实现方法
本文系统的介绍了语音识别的技术及其实现方法-This article introduces the technic and implement method of speech recognise
- 2022-01-31 08:03:45下载
- 积分:1
-
本程序实现用谱减法消除语音中的噪声,其中语音是纯净的,噪声是后加上去的,滤除效果良好...
本程序实现用谱减法消除语音中的噪声,其中语音是纯净的,噪声是后加上去的,滤除效果良好-This procedure using spectral subtraction to eliminate the noise in the voice, which voice is pure, after noise is added, and filter out the effect of good
- 2022-02-05 01:11:54下载
- 积分:1
-
large
大规模连续语音识别工具,比较实用。可以做实际建模-large-scale continuous speech recognition tools, more practical. Modeling can do practical
- 2023-02-08 14:35:03下载
- 积分:1
-
用VC编的用于实时录音的工具,相当于windows的录音工具。
用VC编的用于实时录音的工具,相当于windows的录音工具。-A realtime recording tool developed with VC just like the recording tool of windows.
- 2023-02-17 16:25:02下载
- 积分: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