-
电话功能及语音信号处理和相关硬件配置源码
drive code for telephone function and sound signal proces...
电话功能及语音信号处理和相关硬件配置源码
drive code for telephone function and sound signal process including related hardware setting-Telephone functions and speech signal processing and related hardware configuration source drive code for telephone function and sound signal process including related hardware setting
- 2023-04-16 18:15:03下载
- 积分:1
-
Based on short
Based on short-term energy detection and short-term cross zero rates detection in speech
reorganization,the paper presents two-threshold endpoint detection.In addition,an accurate speech
segmentation algorithm is achieved with the wavelet transform and statistics signal frequency domain
characteristics.using cepstrum transform and cepstrum distance with the background noise,the paper achieved
the speech segmentation algorithm.Analysis and Implementation of Speech Endpoint Detection
- 2022-02-05 18:36:32下载
- 积分: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
-
介绍汉语连续语音识别中声母与韵母的建模,然后用分类聚类的方法进行汉语连续语音的识别。...
介绍汉语连续语音识别中声母与韵母的建模,然后用分类聚类的方法进行汉语连续语音的识别。-Introduction of Chinese Continuous Speech Recognition of consonant and vowel modeling, and then use the classification of clustering methods for Chinese continuous speech recognition.
- 2022-07-23 05:51:33下载
- 积分:1
-
一个简易的端点检测程序,已经实现,包括基于过零率、短时能量的双门限判决方法。...
一个简易的端点检测程序,已经实现,包括基于过零率、短时能量的双门限判决方法。-a simple endpoint detection procedures has been achieved, including on the basis of zero rate Short-term dual energy threshold judgment method.
- 2023-07-25 04:25:03下载
- 积分:1
-
基于信号处理的代码,包含基本处理算法。NE…
基于ipp的信号处理代码,几乎包含了处理各种算法。
需要IPP库支持。-based on the signal processing code, contain virtually processing algorithms. Need the support of IPP.
- 2022-01-28 07:48:26下载
- 积分: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
-
cti编程的全面例子
cti编程的全面例子-CTI comprehensive programming examples
- 2023-02-06 14:20:04下载
- 积分:1
-
语音开发中的重要算法,尤其是在voip中广泛使用。该算法简单明了。...
语音开发中的重要算法,尤其是在voip中广泛使用。该算法简单明了。-voice to the important development of algorithms, especially in the widely used voip. The algorithm is simple and clear.
- 2022-06-28 02:19:58下载
- 积分:1
-
LMS filter (minimum mean square error filter), learning modern digital signal pr...
LMS滤波器(最小均方误差滤波器),学习现代数字信号处理理论的人应该用的上。-LMS filter (minimum mean square error filter), learning modern digital signal processing theory should be used on.
- 2022-08-06 03:50:26下载
- 积分:1