-
GSM音频编解码程序
GSM音频编解码程序-GSM audio codec procedures
- 2022-06-28 20:09:56下载
- 积分:1
-
实现 直接2型滤波器的设计 以及 仿真 功能
实现 直接2型滤波器的设计 以及 仿真 功能-direct two-filter design and simulation function
- 2022-02-04 04:08:10下载
- 积分:1
-
语音增量调制编码。deltamodulation
语音增量调制编码。deltamodulation
语音增量调制编码。deltamodulation...
语音增量调制编码。deltamodulation
语音增量调制编码。deltamodulation
语音增量调制编码。deltamodulation-Voice delta modulation encoding. Voice deltamodulation delta modulation encoding. Voice deltamodulation delta modulation encoding. deltamodulation
- 2022-06-20 18:29:52下载
- 积分:1
-
will not point
点对点会
没有看,只是为了下载上传的
大家不要有意见呀-will not point-to-point, just to download uploaded do not view ah
- 2022-02-21 08:29:12下载
- 积分:1
-
N best hypothesis document
N best hypothesis as used H
N best hypothesis document
N best hypothesis as used H-N best hypothesis document
N best hypothesis as used HMM
- 2022-02-06 23:38:55下载
- 积分:1
-
用VC编的用于语音的录音和播放,可实时显示。
用VC编的用于语音的录音和播放,可实时显示。-This software is developed with VC which is mainly used to record and play speech,furthermore,it can be displayed realtime.
- 2022-02-12 00:56:36下载
- 积分:1
-
HMM训练算法
隐马尔 柯夫模型( HM M ) 的传统 训练方法 ——Baum-W elch 算法只能 得到一个局 部最优 模型, 从而影 响
最终的识别率。对于 CHM M , 分段 K 平均方法来取得一个初始值可以解决这一问题, 但对 DHM M 却改进不大。
而 基于全 局搜索的 进化计 算的一 个重要 特点便 是可以 得到次 优解乃 至全 局最优 解。本文 把进 化计算 引入 到
DHM M 的训练中去, 提出一种改 进的进化训练方法, 实验结果表 明, 这种训 练方法初 具了全局搜 索和快速收 敛
的特点, 得到的模型优于传统方法和直接用进化计算所得的模型, 提高了系统的识别率。
- 2022-04-24 21:54:59下载
- 积分:1
-
基于ADSP TS201S的LMS算法
基于ADSP TS201S的LMS算法-Based on the LMS algorithm ADSP TS201S
- 2022-02-14 23:15:52下载
- 积分: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
-
TTS应用,完成朗读功能,你可以在源码基础上用半个小时写出同样的程序。...
TTS应用,完成朗读功能,你可以在源码基础上用半个小时写出同样的程序。-TTS application, complete the reading function, you can source the basis of half an hour to write using the same procedure.
- 2023-07-24 11:35:03下载
- 积分:1