-
编译环境:vc++.net2003 名称:语音合成软件 作者:yxifu
编译环境:vc++.net2003 名称:语音合成软件 作者:yxifu-Program environment: VC++.net2003 Name: program of speech synthesize Programer: yxifu
- 2022-01-21 19:09:24下载
- 积分:1
-
g.729协议源代码,c语言,直接可以应用(dsp定点化)
g.729协议源代码,c语言,直接可以应用(dsp定点化)
- 2023-02-19 00:50:04下载
- 积分:1
-
利用Windows 系统中的语音系统发声,用户打开文本文件,将整个文件读出来。...
利用Windows 系统中的语音系统发声,用户打开文本文件,将整个文件读出来。-use of the Windows operating system audible voice, the user opens a text file, the entire file read out.
- 2022-02-01 23:24:41下载
- 积分: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
-
OggVorbis
OggVorbis-win32sdk-1.0.zip开发工具包-OggVorbis- win32sdk- 1.0.zip Development Kit
- 2022-01-28 08:48:30下载
- 积分:1
-
EVC platform recording procedures. Mack good configuration can be tape recorded....
EVC平台下的录音程序。配置好麦克,即可进行录音。程序运行过程中会弹出多个对话框,用于说明程序的运行情况。-EVC platform recording procedures. Mack good configuration can be tape recorded. Procedures, there would be a number of pop-up dialog box, used to illustrate the operation of the procedures.
- 2023-02-13 21:55:03下载
- 积分:1
-
G.711 alaw和ulaw编码、解码算法的源代码,在嵌入式平台。
G.711 alaw和ulaw编码、解码算法源码,在嵌入式平台上验证通过。-G.711 alaw and ulaw encoding, decoding algorithm source code, in the embedded platform authentication through.
- 2022-09-17 21:55:03下载
- 积分:1
-
一个通过语音控制电脑动作的程序,使用到了微软speech sdk.在微软智能代理(Agent)技术上,整合了语音合成和语音识别技术....
一个通过语音控制电脑动作的程序,使用到了微软speech sdk.在微软智能代理(Agent)技术上,整合了语音合成和语音识别技术.-A computer through voice control action procedures, the use of the Microsoft speech sdk. In Microsoft Agent (Agent) technology, the integration of speech synthesis and voice recognition technology.
- 2023-09-07 22:05:07下载
- 积分:1
-
Professor Masato Akagi paper "Development of an F0 control model based on F0 dyn...
赤木正人教授在论文“Development of an F0 control model based on F0 dynamic characteristics for singing-voice synthesis”中提出的f0 overshoot模型的matlab实现-Professor Masato Akagi paper "Development of an F0 control model based on F0 dynamic characteristics for singing-voice synthesis" presented f0 overshoot model matlab implementation
- 2022-01-26 14:28:52下载
- 积分:1
-
lms的matlab程序仿真,可以实现lms的一些性能仿真
lms的matlab程序仿真,可以实现lms的一些性能仿真-matlab simulation of LMS procedures, you can realize some of LMS performance simulation
- 2022-09-26 10:00:03下载
- 积分:1