-
NR-Method
NR-Method
newton raphson algorithm mfile
- 2009-05-26 05:19:03下载
- 积分:1
-
pmtk3-1nov12
machine learning a probabilistic persepective的源码(machine learning a probabilistic persepective code)
- 2012-12-31 11:43:06下载
- 积分:1
-
Kurtogram
fast algorithm uses a pyramidal decomposition of the signal into a user-specified number of level
- 2011-09-12 09:41:51下载
- 积分:1
-
gpml-demo
高斯过程 提供了多个核函数的选择以及拟合还有预测上的使用(Gaussion Process)
- 2015-04-02 14:42:57下载
- 积分:1
-
huiguifenximatlab
matlab做回归分析必看的资料,里面有直线、曲线,一员多元分析具体实现方法(matlab to do regression analysis of data must see, there are lines, curves, more than one yuan of specific method)
- 2011-05-17 16:49:14下载
- 积分:1
-
matlab
房价的指数拟合,二次式项式拟合,二元线性回归(matlab regress)
- 2011-06-20 20:01:24下载
- 积分:1
-
exercise319a
(MATLAB) On the companion website, you will find in the directory Chap exercises/chapter3 a
workspace ex3M2.mat. In this workspace, you will find waveforms of the words “we” and “be” (at
10000 samples/s) in the array we be 10k. The waveforms and a spectrogram of the waveforms are
shownin Figure 3.33. To display the spectrogram andwaveform, use the function specgram ex3p19.m
also in Chap exercises/chapter3. To listen to the waveform, use the MATLAB function sound.m.
- 2015-04-17 16:19:33下载
- 积分:1
-
Adaptive-DFE-for-GMSK-
gmsk调制系统的DFE均衡算法,一篇外文论文,有参考价值(gmsk DFE equalization algorithm modulation system, a foreign language papers, there is reference value)
- 2011-05-07 20:55:02下载
- 积分:1
-
processing_pic
完成对于图像的DCT变换反变换,FFT变换反变换,动态模糊,加噪声去噪声等等,配有图形界面,功能强大(For complete image DCT transform inverse transform, FFT transform inverse transform, as well as some dynamic blurring function, and with a graphical interface)
- 2014-12-22 22:43:45下载
- 积分:1
-
matlab
function [CellSpace_nextstep VehicleSpace] = CountingNextStepVehicleState(CellSpace_current,CellSpace_nextstep,VehicleSpace,TakenMat, TakenCarIDMat,VMAX,signalFlag,UseLaneChangingModelFlag)
计算下一时刻的元胞空间状态
获取当前时刻元胞空间中的车辆信息,
[VehicleInCellSpaceMat]=GetVehicleInCellSpace(CellSpace_current,TakenMat,TakenCarIDMat)
if isempty(VehicleInCellSpaceMat) == 1 如果为空
return
end
对每个车辆进行遍历, 获取每个车辆的数据,以及邻居车辆的数据
计算每个车辆的下一时刻状态并更新到下一时刻的元胞空间中
[CellSpace_nextstep VehicleSpace] = UpdataCellSpaceWithVehicleInfo(CellSpace_current,CellSpace_nextstep,VehicleSpace,VehicleInCellSpaceMat,VMAX,signalFlag,UseLaneChangingModel(function [CellSpace_nextstep VehicleSpace] = CountingNextStepVehicleState(CellSpace_current,CellSpace_nextstep,VehicleSpace,TakenMat, TakenCarIDMat,VMAX,signalFlag,UseLaneChangingModelFlag)
计算下一时刻的元胞空间状态
获取当前时刻元胞空间中的车辆信息,
[VehicleInCellSpaceMat]=GetVehicleInCellSpace(CellSpace_current,TakenMat,TakenCarIDMat)
if isempty(VehicleInCellSpaceMat) == 1 如果为空
return
end
对每个车辆进行遍历, 获取每个车辆的数据,以及邻居车辆的数据
计算每个车辆的下一时刻状态并更新到下一时刻的元胞空间中
[CellSpace_nextstep VehicleSpace] = UpdataCellSpaceWithVehicleInfo(CellSpace_current,CellSpace_nextstep,VehicleSpace,VehicleInCellSpaceMat,VMAX,signalFlag,UseLaneChangingModelFlag)
)
- 2013-05-04 19:01:27下载
- 积分:1