-
小的、快速的TTS系统,是著名的语音合成系统节C版本…
小型、快速的TTS系统,是著名的语音合成系统festival的c版本。可用于嵌入式系统-small, fast TTS system, is the famous speech synthesis systems festival c version. Embedded systems can be used
- 2022-07-06 10:07:08下载
- 积分:1
-
语音信号分帧加窗程序,许多程序包里都没有的!
语音信号分帧加窗程序,许多程序包里都没有的!-Speech signal windowed framing procedure, many programs do not have the bag!
- 2023-02-06 07:30:04下载
- 积分:1
-
WIN CE can use the playback audio code, audio files can be stored by the embedde...
可以使用WIN CE的录放音程式码,可以储存录音档,由embedded visual c++ sp4 所开发-WIN CE can use the playback audio code, audio files can be stored by the embedded visual c++ Sp4 developed
- 2022-01-26 02:29:18下载
- 积分:1
-
a voice recognition example. Learn VB voice identification procedures
一个语音识别的例子。学习VB的语音识别程序-a voice recognition example. Learn VB voice identification procedures
- 2022-09-23 04:10:02下载
- 积分:1
-
端点检测程序 多频带,熵 谱熵 teger能量
希望大家好好学习好好利用...
端点检测程序 多频带,熵 谱熵 teger能量
希望大家好好学习好好利用-endpoint detection procedures multiband, entropy spectral entropy teger energy hope that we learn to make good use
- 2023-05-29 14:20:04下载
- 积分:1
-
语音编码的原程序,是在国外的网站下来的,没有改动可以直接在软电话下使用!...
语音编码的原程序,是在国外的网站下来的,没有改动可以直接在软电话下使用!-speech coding the original procedure is outside the site down, no changes may be directly in the use of soft phone!
- 2022-05-07 00:13:44下载
- 积分:1
-
用delphi制作的动画精灵,是初学者的选择!
用delphi制作的动画精灵,是初学者的选择!-Delphi animation produced by the wizard, is the choice for beginners!
- 2022-02-04 09:36:42下载
- 积分:1
-
hammerstein
Hammerstein系统识别,其状态空间子系统包括形成的Hammerstein系统的线性部分。
- 2023-03-30 13:50:03下载
- 积分:1
-
Front
语音的识别的前端技术,语音的基音周期检测-Front-end voice recognition technology, Voice Pitch Detection
- 2022-07-07 14:00:28下载
- 积分: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