-
CDMA2000 1X语音编解码程序和测试用例,很好用
cdma2000 1x语音编解码程序,并带有测试用例,很好用-cdma2000 1x voice codec procedures and with test cases, very good use
- 2023-08-17 07:40:04下载
- 积分:1
-
美国进口最新语音识别芯片,识别率90%,在身份识别,玩具,控制方面应用广泛...
美国进口最新语音识别芯片,识别率90%,在身份识别,玩具,控制方面应用广泛-imports to the United States the latest speech recognition chips, 90% recognition rate, the identification, toys, extensive application of control
- 2022-02-13 01:39:48下载
- 积分:1
-
Formant voice synthesizer, model parameters can be amended to meet the synthetic...
klatt共振峰语音合成器,可以修改模型参数达到修改合成语音音质的目的。该程序采用gtk开发,可跨平台使用-Formant voice synthesizer, model parameters can be amended to meet the synthetic voice quality purposes. The program uses gtk development, the use of cross-platform
- 2022-07-13 08:05:59下载
- 积分:1
-
Praat软件的源代码,该软件是一个强大的语音信号处理…
软件Praat的源码,此软件可以对语音信号进行强大的处理-Praat software source code, this software can be a powerful voice signal treatment
- 2023-05-18 11:30:03下载
- 积分:1
-
语音合成实例利用SAPI SDK,可以朗读文章,让文字变成声音
语音合成实例利用SAPI SDK,可以朗读文章,让文字变成声音-examples of the use of speech synthesis SAPI SDK can read the article, the words into voice
- 2023-06-17 23:35:03下载
- 积分:1
-
电话功能及语音信号处理和相关硬件配置源码
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
-
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
-
It is a measuring hearing sensitivity in a GUI file of Matlab, this permit save...
It is a measuring hearing sensitivity in a GUI file of Matlab, this permit save 5 seconds of sound and get the modulate signal and spectrum, also have a graphic interface with Simulink...
- 2022-04-15 02:40:42下载
- 积分:1
-
语音识别模型hmm
关于非特定人的语音识别代码,用c语言编写,可以移植到各种嵌入式平台,采用HMM模型,包含前向,后向,维特比算法等详细代码,运行通过,可以用, 适合初学者,有助于语音识别的开发。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
- 2023-01-14 17:05: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