-
hdf5prop
HDF file related Doc
- 2012-09-21 17:06:30下载
- 积分:1
-
emd
EMD算法,经验模态分解,信号处理与分析方面用到,算法很简单,中文(EMD algorithm, the empirical mode decomposition, signal processing and analysis used, the algorithm is very simple, Chinese)
- 2013-12-12 15:43:06下载
- 积分:1
-
Example_Cpp
c++的adc(数模转换器)测试实例程序,很实用,适合初学者(the c++ adc test instance procedures, very practical, very classic)
- 2013-03-06 14:34:44下载
- 积分:1
-
Tnewsom123h
使用自适应逼近的短期负荷预测,,为matlab代码,程序较为简单
(Short-term load forecasting using adaptive approximation for the matlab code, the procedure is relatively simple)
- 2012-08-09 01:07:59下载
- 积分:1
-
massive-mimo
为满足对日益增长的数据传输速率和系统容量
的要求,无线宽带移动通信已由传统的单输入单输
出(single-input single-output,SISO)系统发展到多输
入多输出(multiple-input multiple-output,MIMO)系
统(In MIMO systems, channel state information (CSI) is necessary for coherent detection and channelequalization at the receiver.)
- 2014-09-02 21:19:52下载
- 积分:1
-
ning2
这是我做的第一个程序,希望大家支持下,谢谢,thank you(this is mine doing)
- 2011-12-22 12:31:27下载
- 积分:1
-
ex
说明: matlab神经网络,用于神经网络的建模。希望有用(matlab neural network for neural network modeling. Hope that useful)
- 2011-03-30 15:05:49下载
- 积分:1
-
TMA1
抛物线拟合算法实现代码,已经通过测试可指直接运行(Parabola fitting algorithm code, has passed the tests can be run directly refers to)
- 2013-09-25 12:33:44下载
- 积分:1
-
Pointers-and-Arrays
This Chapter deals with POinters and Arrays. Sample Programs are given to workout in C++ environment.
- 2014-09-16 23:41:56下载
- 积分:1
-
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