-
ADPCM(自适应脉冲编码解码模块)将提供给大家…
ADPCM(Adaptive Pluse Coding Modular)便解码器,供大家学习参考-ADPCM (Adaptive Pluse Coding Modular) decoder will be available for everyone to learn the reference
- 2022-08-12 23:40:37下载
- 积分: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
-
an algorithm testing procedures, test the A program dtw
一个测试dtw算法的程序,A program test the dtw-an algorithm testing procedures, test the A program dtw
- 2022-01-25 16:37:03下载
- 积分:1
-
文本语音转换示范代码
文本语音(Text-to-Speech,以下简称TTS),基于MSTTS,它的作用就是把通过TTS引擎把文本转化为语音输出。代码示范了如何运用Microsoft Speech SDK 建立自己的文本语音转换应用程序。
- 2022-02-26 17:27:37下载
- 积分:1
-
cti编程的全面例子
cti编程的全面例子-CTI comprehensive programming examples
- 2023-02-06 14:20:04下载
- 积分: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
-
CCS下调试通过的基于5416DSP及AIC23的语音数据调出、并播放。
CCS下调试通过的基于5416DSP及AIC23的语音数据调出、并播放。-CCS under the debugger through the AIC23-based 5416DSP and out of voice data, and play.
- 2022-04-28 06:58:10下载
- 积分:1
-
提供了segmantal SNR及IS的计算代码,用于语音增强后评价用。
提供了segmantal SNR及IS的计算代码,用于语音增强后评价用。-Provided segmantal SNR and IS calculation code for speech enhancement with post-evaluation.
- 2022-03-25 11:37:25下载
- 积分:1
-
vb下语音合成原代码,选择一篇txt的文档,然后可以朗读出来,可选择男声女声,音量等。...
vb下语音合成原代码,选择一篇txt的文档,然后可以朗读出来,可选择男声女声,音量等。-sound syntonizing source code using vb. please select a document with txt ,then read it aloud,the male and female voice are optional on the program
- 2023-09-02 03:25:03下载
- 积分:1
-
AGC algorithm for CMMB
AGC algorithm for CMMB
-AGC algorithm for CMMB
AGC algorithm for CMMB
- 2022-02-28 18:58:21下载
- 积分:1