-
simple speech synthesis (text to speech), engaged in this aspect, he can refer t...
简单的语音合成程序(text to speech),从事此方面的,可以参考他的引擎-simple speech synthesis (text to speech), engaged in this aspect, he can refer to the engine
- 2022-02-25 05:45:33下载
- 积分:1
-
本文系统的介绍了语音识别的技术及其实现方法
本文系统的介绍了语音识别的技术及其实现方法-This article introduces the technic and implement method of speech recognise
- 2022-01-31 08:03:45下载
- 积分:1
-
语音信号短时能量matlab实现,语音信号的端点检测matlab实现。
语音信号短时能量matlab实现,语音信号的端点检测matlab实现。-Speech signal to achieve short-term energy matlab, speech endpoint detection signal matlab implementation.
- 2023-07-11 05:55: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
-
vc开发的基于UDP协议的点对点语音聊天程序
vc开发的基于UDP协议的点对点语音聊天程序-UDP-based protocol-peer voice chat program
- 2022-08-21 17:04:06下载
- 积分:1
-
自编的语音语谱图程序,适用于语音信号处理以及语音增强处理,...
自编的语音语谱图程序,适用于语音信号处理以及语音增强处理,-self Speech Spectrogram procedures applicable to the speech signal processing and speech enhancement.
- 2023-03-15 19:35:04下载
- 积分:1
-
fghfghgfhgfhgfh
FGHFGFHDFHFGHDFGHDFGHDFGHDFGHDFGHGHDFGHGH
- 2022-03-14 19:02:30下载
- 积分:1
-
The Yin algorithm was developed by Alain de Cheveigné of IRCAM
The Yin algorithm was developed by Alain de Cheveigné of IRCAM-CNRS and Hideki Kawahara of Wakayama University. It allows for real-time continuous (for each sample) fundamental frequency estimation.
It features a very low error rate and few tuning parameters.
This implementation is a C++ template, with EMM support for faster processing. Developped in Visual C++ 6.0, but should compile with other compilers.-The Yin algorithm was developed by Alain de Cheveigné of IRCAM-CNRS and Hideki Kawahara of Wakayama University. It allows for real-time continuous (for each sample) fundamental frequency estimation.
It features a very low error rate and few tuning parameters.
This implementation is a C++ template, with EMM support for faster processing. Developped in Visual C++ 6.0, but should compile with other compilers.
- 2023-07-02 17:40:03下载
- 积分:1
-
A simple voice
一个简单的基于微软语音开发包设计的语音识别程序,有注释-A simple voice-based Microsoft development kit designed for speech recognition procedures have Notes
- 2022-09-21 19:35:03下载
- 积分:1
-
nlms算法及其示例,与大家分享,希望大家可以帮我弄个多输入的NLMS...
nlms算法及其示例,与大家分享,希望大家可以帮我弄个多输入的NLMS-nlms algorithm and its examples to share with you, I hope everyone can help me multi-input弄个the NLMS
- 2022-12-17 16:05:03下载
- 积分:1