-
LPCC speech recognition 线性预测倒谱系数
这段代码在用麦克风记录的男性和女性语音文件上进行了测试在我的电脑上也测试了TIMIT数据库的波形文件。结果是已经足够好了。我附加了5个样本波形,我已经测试过了我的密码。
- 2022-02-14 22:54:43下载
- 积分:1
-
程序正割
Hitung_secant 程序 ;
使用 wincrt ;
函数 f(x:real):real ;
开始
f: = x * x + x-94 ;
结束 ;
函数 error(x1,x2:real):real ;
var
err: 真实 ;
开始
err:=(((x2-x1)/x2)*100) ;
如果犯错 < 0 然后
error:=err*(-1)
其他
错误: = 犯错 ;
结束 ;
函数 hitxc(xa,xb:real):real ;
开始
hitxc:=(xb-(f(xb)*((xb-xa)/(f(xb)-f(xa))) ;
结束 ;
程序 pilakar (var xa、 xb:real ; xc:real) ;
开始
xa: = xb;
xb: = xc ;
结束 ;
函数 cek(xa,xb:real):real ;
开始
cek:=(f(xa)*f(xb)) ;
结束 ;
程序拉 (var it: 整数 ; var xc1,xc2:real ; xc:real) ;
开始
它: = 它 + 1 ;
xc1: = xc2 ;
xc2: = xc ;
结束 ;
var
x 1,x 2,额敏,呃,xc、 xc1、 xc2,a、 b、 c:real ;
iterasi:integer ;
开始
重复
开始
clrscr ;
写 ("masukan x 1: ") ; readln(x1) ;
写 ("masukan
- 2022-08-17 06:09:53下载
- 积分:1
-
matlabinchemistry
matlab在化学工程中的应用实例程序,对大家研究学习有指导作用。(practice of matlab in chemistry and chemistry engnierr)
- 2009-05-28 09:51:53下载
- 积分:1
-
Tsai
利用Tsai两步标定法实现摄像机的标定,里面有官方给的世界坐标和图像坐标便于理解(Tsai calibration method used to achieve two-step camera calibration, there are official to the world coordinates and image coordinates of easy to understand)
- 2011-05-17 16:43:58下载
- 积分:1
-
nncontroller
神经网络控制器的matlab实现,已经上传,希望能给需要的同志一些帮助(The neural network controller matlab realize, has been uploaded, I hope to give comrades need some help)
- 2013-01-25 19:48:28下载
- 积分:1
-
Yeni_Klas..
segmentation codes good repetition
- 2010-04-22 04:01:42下载
- 积分:1
-
classical-spectral-estimation-
经典谱估计方法的MATLAB分析,主要是周期图法及其改进(MATLAB classical analysis of spectral estimation method, the main improvement is the periodogram and)
- 2011-04-28 20:13:58下载
- 积分:1
-
Cooperation-diversity-DF
协作通信系统中DF协议下的系统仿真,可以实现中断概率的分析。(DF protocol system simulation, collaborative communications system outage probability analysis.)
- 2012-04-22 10:51:59下载
- 积分:1
-
8
说明: Power syetem using simulink - arabic
- 2013-03-16 03:41:48下载
- 积分:1
-
Code
This Code compute the Mahalanobis distance between two gussian distribution.
- 2013-03-25 23:25:39下载
- 积分:1