-
利用微软的语音引擎使你的程序会朗读,需要安装微软语音引擎或者金山词霸...
利用微软的语音引擎使你的程序会朗读,需要安装微软语音引擎或者金山词霸- Causes your procedure using Microsoft s pronunciation engine to
be able to read aloud, needs to install the Microsoft pronunciation
engine or the Jinshan word tyrant
- 2023-06-15 12:25:04下载
- 积分:1
-
G.729语音压缩标准英文版。挖掘的一般方面…
英文版G.729语音压缩标准。
GENERAL ASPECTS OF DIGITAL TRANSMISSION
SYSTEMS
CODING OF SPEECH AT 8 kbit/s
USING CONJUGATE-STRUCTURE
ALGEBRAIC-CODE-EXCITED
LINEAR-PREDICTION (CS-ACELP)-The English version of G.729 voice compression standards. GENERAL ASPECTS OF DIGITAL TRANSMISSIONSYSTEMSCODING OF SPEECH AT 8 kbit/sUSING CONJUGATE-STRUCTUREALGEBRAIC-CODE-EXCITEDLINEAR-PREDICTION (CS-ACELP)
- 2023-05-24 16:00:04下载
- 积分:1
-
安卓语音识别助手
语音聊天助手,采用讯飞语音识别代码,可以打开应用,搜索天气,语义理解,发短信,打电话,导航等功能。JAVA编程适用于安卓系统。
- 2022-07-02 13:46:21下载
- 积分:1
-
SimpleSpeech是一个使用HMM的自动语音识别系统。对象是研究的学生和对自动语音识别有兴趣的研究工作者。...
SimpleSpeech是一个使用HMM的自动语音识别系统。对象是研究的学生和对自动语音识别有兴趣的研究工作者。-SimpleSpeech HMM is a use of the Automated Voice Recognition System. The object is to study the students and Automatic Speech Recognition to interested researchers.
- 2022-03-07 07:04:16下载
- 积分:1
-
基音提取和转换成沥青,matlab程序,加入了优化…
基音提取并换算成音高,matlab程序,加入了优化的功能使得结果更好-Pitch extraction and converted into pitch, matlab program, joined the optimization of the function of making the results better
- 2022-04-22 21:48:12下载
- 积分: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
-
HMM_隐马尔可夫过程的介绍,希望对初学者有用
HMM_隐马尔可夫过程的介绍,希望对初学者有用-HMM_ Hidden Markov process, the hope that useful for beginners
- 2023-02-10 18:10:04下载
- 积分:1
-
This is the audio codec source code G11, audio, G731.
这是音频编解码源代码G11,G721,G731.-This is the audio codec source code G11, audio, G731.
- 2023-08-14 09:05:02下载
- 积分:1
-
OggVorbis
OggVorbis-win32sdk-1.0.zip开发工具包-OggVorbis- win32sdk- 1.0.zip Development Kit
- 2022-01-28 08:48:30下载
- 积分:1
-
Provide rls realize the matlab using RLS algorithm to design a digital filter to...
提供rls的matlab实现,用RLS算法设计一个数字滤波器,实现语音增强的目标,得到清晰的语音信号-Provide rls realize the matlab using RLS algorithm to design a digital filter to achieve the goal of speech enhancement have been given clear voice signal
- 2022-05-16 22:44:47下载
- 积分:1