-
FPE
说明: 按FPE定阶的
源程序:fpe.cpp
M序列:M序列.txt
白噪声:Gauss.txt
程序中先用依模型阶次递推算法估计模型的参数,再用fpe方法判断模型的阶次。
程序运行结果如下:
n: 1
判断阶次FPE的值: 0.0096406
-0.481665 1.07868
n: 2
判断阶次FPE的值: 0.00875755
-0.446739 0.00498181 1.07791 0.0527289
n: 3
判断阶次FPE的值: 0.0087098
-0.459433 0.120972 -0.0569228 1.07814 0.0390757 0.116982
n: 4
判断阶次FPE的值: 0.000396884
-0.509677 0.4501 -0.200906 0.0656188 1.07991 -0.0156362 0.442989 0.0497236
n: 5
判断阶次FPE的值: 3.2095e-007
-1.18415 0.813123 -0.517862 0.34881 -0.116864 1.07999 -0.744141 0.474462 -0.253112 0.122771
n: 6
判断阶次FPE的值: 3.23349e-007
-1.14659 0.76933 -0.487651 0.329676 -0.10377 -0.00440907 1.07999 -0.703574 0.447253 -0.235282 0.113587 0.00479688
从以上结果可以看出,当n=5时,fpe值最小,所以这时的模型阶次和参数估计值为最优结果:
3.2095e-007
-1.18415 0.813123 -0.517862 0.34881 -0.116864 1.07999 -0.744141 0.474462 -0.253112 0.122771(err)
- 2008-09-12 01:14:14下载
- 积分:1
-
knn-code
给定一个样本集exset,样本数为M,每个样本点是N维向量,对于给定目标点d,d也为N维向量,要从exset中找出与d距离最近的k个点(k<=N)(knn code c++)
- 2012-04-13 11:34:28下载
- 积分:1
-
huidu
介绍MATLAB中灰度共生矩阵的文档,刚入门的可以拿去看看!(Documents introduced in MATLAB GLCM, just getting started can take it and see!)
- 2013-04-02 19:20:57下载
- 积分:1
-
sift
这是一个关于SIFT算法介绍的pdf和ppt的合集,可以很好地帮助初学者了解sift算法。(中英文都有)(This is a collection of pdf and ppt about SIFT algorithm. I believe it can greatly help beginners to understand SIFT algorithm.)
- 2012-04-29 21:13:46下载
- 积分:1
-
tushuguanli
数据管理、记录浏览、借还操作(借书、还书、续借、更新、删除、添加)等功能。(Data management, record visit, through further operations (borrowing, but also books, renew, update, delete, add) and other functions.)
- 2009-12-30 15:09:00下载
- 积分:1
-
add
实现了MATLAB 与VC的混合编程的方法,生成相应的DLL动态链接库供VC调用,最后生成相应的空间。实现了二则的混合编程(Realized MATLAB and VC mixed programming method, to generate the corresponding DLL dynamic link library for VC call, the last to generate the corresponding space. Achieve a mix of programming Two)
- 2014-10-21 22:19:10下载
- 积分:1
-
communicatebook
通讯录 程序设计 大二作品 c++ 面向对象 文件读写 操作符重载(Address Book program design sophomore c++ object-oriented works of the file to read and write operator overloading)
- 2009-11-14 11:17:54下载
- 积分:1
-
Bubble-Sort
Bubble Sort Search Algorithm Implementation Document of Data Structures
- 2014-12-13 01:33:33下载
- 积分:1
-
smatlab
说明: 小波变换通过matlab实现s小波变换代码,给出变换结果。(Wavelet transform, through the realization of s wavelet transform matlab code, given the results of transformation.)
- 2008-10-16 14:12:19下载
- 积分:1
-
SVM-KMExample
支持向量机SVM和核函数的matlab程序集(SVM matlab)
- 2010-08-30 16:52:28下载
- 积分:1