-
vc开发的基于UDP协议的点对点语音聊天程序
vc开发的基于UDP协议的点对点语音聊天程序-UDP-based protocol-peer voice chat program
- 2022-08-21 17:04:06下载
- 积分:1
-
一个HMM的Matlab实现方法,可实现孤立词语音识别
一个HMM的Matlab实现方法,可实现孤立词语音识别-The Matlab realize a HMM method can realize an isolated word speech recognition
- 2022-04-22 15:51:57下载
- 积分:1
-
将音频编码为Wav格式的DirectShow
filter :WaveDest
PCMAuido
将音频编码为Wav格式的DirectShow
filter :WaveDest
PCMAuido -> Wave Audio
-Wav audio encoding format for the DirectShow filter: WaveDestPCMAuido-
- 2022-01-26 07:32:53下载
- 积分:1
-
ITU
ITU-T音频格式编解码代码,包括:G.711 G.721 G.723, 其中G723还支持16kbit/s 24kbit/s 40kbit/s几种码率。g72x.h g711.h是共用的头文件。-These are ITU-T speech codecs,include G.711 G.721 G.723,and G.723 also supports 16kbit/s 24kbit/s 40kbit/s.
g72x.h and g711.h are common head files.
- 2022-03-24 22:35:02下载
- 积分:1
-
这个代码是用来去除语音信号中的沉默,以便识别…
This code is used to remove silence from a voice signal so that the recognition in voice recognition will give good result. The method is Scale on threshold applied to the envelope for detecting scilence periods. The actual threshold is computed by multiplying threshin" by the median value of the envelope samples. The default is (.25), whichis 25 of the median envelope value over input signal .-This code is used to remove silence from a voice signal so that the recognition in voice recognition will give good result. The method is Scale on threshold applied to the envelope for detecting scilence periods. The actual threshold is computed by multiplying threshin" by the median value of the envelope samples. The default is (.25), whichis 25 of the median envelope value over input signal .
- 2023-07-08 01:25:02下载
- 积分:1
-
8kHz采样语音基音检测程序,在VC6.0环境下运行MATLAB…
8kHz采样语音的基音检测程序,VC6.0环境下运行,附有matlab画图程序-8kHz sampling voice pitch detection procedures, VC6.0 environment running matlab with Paint program
- 2022-02-28 14:20:42下载
- 积分:1
-
Matlab
基于matlab平台,采用DTW模型实现了汉语10数字的语音识别-Matlab-based platform, using DTW model achieved a 10-digit Chinese Speech Recognition
- 2023-06-18 12:15:03下载
- 积分: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
-
OPNET bank_net
OPNET bank_net-scalar
- 2022-06-19 18:04:37下载
- 积分:1
-
voiceage
VoiceAge 公司的g729编解码库-VoiceAge
- 2023-08-26 02:05:03下载
- 积分:1