-
Cspline
这是一个三次样条插值的.m程序
输入的是一个二维数组A(Nx2)
插值方法为:
S(x) = A(J) + B(J)*( x - x(J) ) + C(J)*( x - x(J) )**2 +D(J) * ( x - x(J) )**3 for x(J) <= x < x(J + 1) (This is a cubic spline interpolation. M program input is a two-dimensional array A (Nx2) interpolation method: S (x) = A (J)+ B (J)* (x- x (J ))+ C (J)* (x- x (J))** 2+ D (J)* (x- x (J))** 3 for x (J) )
- 2008-07-21 11:53:17下载
- 积分:1
-
SAHC
it is for simple hill climbing algorithm
- 2014-01-22 00:49:56下载
- 积分:1
-
admm_lin_inv
ADMM 交替方向乘子法Alternating Direction Method of Multipliers(Alternating Direction Method of Multipliers)
- 2020-09-29 14:27:44下载
- 积分:1
-
fypsampling
matlab test code for sampling frequency
- 2012-10-07 21:25:08下载
- 积分:1
-
fig3_27
切比雪夫加权波束形成算法,与最优阵列信号处理书籍配套。(Cut Chebyshev weighted beam forming algorithm, and the optimal array signal processing books matching.)
- 2020-11-04 20:49:53下载
- 积分:1
-
studentSnopt.tar
很好最优控制软件,配点法详细程序,需要仔细琢磨(A good way to learn Collocation in Optimal control)
- 2014-02-23 20:25:14下载
- 积分:1
-
DMRAS
this is the simulation for adaptive control system
- 2010-07-01 16:18:49下载
- 积分:1
-
lms
智能天线算发中的最小均方误差算法,运行后可以直接出结果(Smart Antenna count made in the MMSE algorithm, after running the results can be directly)
- 2009-05-20 10:46:49下载
- 积分:1
-
ogy_logistic
一维Logistic映射的OGY控制(稳定至不动点)(One-dimensional Logistic map of OGY control (stability to the fixed point))
- 2011-08-02 16:07:35下载
- 积分:1
-
road
BP神经网络预测公路运量
1.问题的描述
公路运量主要包括公路的客运量和公路货运量两个方面。据研究,某地区的公路运量主要与该地区的人数、机动车数量和公路面积有关,表1给出了20年得公路运量相关数据,表中人数和公路客运量的单位为万人,机动车数量单位为万两,公路面积的单位为万平方千米,公路货运量单位为万吨。
根据有关部门数据,该地区2010年和2011年的人数分别为73.39和75.55万人,机动车数量分别为3.9635和4.0975万辆,公路面积将分别为0.9880和1.0268万平方米。请利用BP神经网络预测该地区2010年2011年得公路客运量和公路货运量。
(BP neural network to predict the road traffic (1) description of the problem of road traffic including road passenger and road freight volume two. According to research, an area of road traffic and the number of the region, the number of motor vehicles and road area, Table 1 shows the 20 years have to road traffic-related data, the table number and road passenger traffic units for people , million two units of the number of motor vehicles, road area in square kilometers, the highway freight volume was 10 000 tons. According to relevant data, the number of people of the region in 2010 and 2011 were 73.39 and 75.55 million, the number of motor vehicles were 3.9635 and 4.0975 million units, the road area were 0.9880 and 1.0268 million square meters. Please use the BP neural network in the region in 2011, 2010 have highway passenger volume and road cargo.)
- 2012-08-13 20:09:28下载
- 积分:1