-
Speech Recognition access autocorrelation function, Matlab version. His series,...
语音识别中的通道自相关函数,matlab版。自己编的,通过测试-Speech Recognition access autocorrelation function, Matlab version. His series, testing
- 2022-04-07 01:59:56下载
- 积分: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
-
在线签名鉴定,用AR实现算法和DTW算法实现,还包括一个比较综合的实例,对此方面研究的朋友有用处...
在线签名鉴定,用AR实现算法和DTW算法实现,还包括一个比较综合的实例,对此方面研究的朋友有用处-Online signature identification, use AR to achieve algorithm and DTW algorithm, but also a more comprehensive example of this research useful friends
- 2022-04-30 20:29:22下载
- 积分:1
-
SVM分类器,针对语音信号的分类识别应用。内容非常多,大家可以筛选着利用。...
SVM分类器,针对语音信号的分类识别应用。内容非常多,大家可以筛选着利用。-SVMclassification
- 2022-05-18 20:59:48下载
- 积分:1
-
c# development of the LAN voice communications and includes client server
c#开发的局域网语音通讯
包含客户端和服务器端-c# development of the LAN voice communications and includes client server
- 2023-05-08 06:50:02下载
- 积分:1
-
元器件进行语音呼叫时,使用 GSM 调制解调器的短信
ZylGSM 是一个 Delphi 和 C + + 生成器的组件,与 GSM 调制解调器或电话与集成调制解调器 (几乎所有新的一代移动电话) 进行通信。此组件与工作在 (Hayes) 很想加入书友会 GSM 调制解调器连接到串行端口之一。您可以使用它也与 USB、 IrDA、 蓝牙设备,因为这些设备有一个驱动程序,将重定向到一个虚拟串行端口从 USB、 IrDA 或蓝牙端口输入
什么是此版本中的新功能: 版本 1.28 支持 Delphi / C + + 生成器 XE3。
- 2022-06-14 00:38:11下载
- 积分:1
-
It is developed with VC.It can test the trail of speech at realtime and provide...
用VC编的用于实时地对录音的轨迹的测试。可以自动显示-It is developed with VC.It can test the trail of speech at realtime and provide an auto display.
- 2023-02-03 18:20:03下载
- 积分:1
-
用matlab编程来实现,用HMM模型进行孤立词的语音识别
用matlab编程来实现,用HMM模型进行孤立词的语音识别-using Matlab programming to achieve with HMM term isolation of Speech Recognition
- 2022-08-02 18:04:38下载
- 积分:1
-
语音识别基纸
speech recognition base paper
pdf file
- 2022-11-11 17:30:04下载
- 积分:1
-
prepared using Matlab model based hmm voice identification procedures, but there...
用matlab编写的基于hmm模型的语音识别程序,但是调试好像有些问题,欢迎指正:)-prepared using Matlab model based hmm voice identification procedures, but there seems to be some debugging, and welcomes the correction :)
- 2022-03-20 04:00:30下载
- 积分:1