-
ekfukf
ekf,ukf等滤波器的工具箱,非常实用,适合初级,中级,高级人群使用(ekf, ukf toolbox so the filter is very useful for beginner, intermediate and advanced groups to use)
- 2010-12-17 15:33:00下载
- 积分:1
-
lab
These are little problems solved in Matlab refering to prediction of population
- 2012-10-21 01:27:23下载
- 积分:1
-
adaptive_sensig_project_modified
This mfile simulates adaptive spectrum sensing.
- 2012-01-29 15:49:45下载
- 积分:1
-
ST
说明: 广义S变换,具有良好的分析特性和局部的时频的特性,而谱白化和反褶积也是高分辨处理中的一种有效的频率补偿手段,本文利用他们的他们的各自优点,使二者结合起来,该方法对地震信号用广义S变换分解,进行频率补偿再进行重构,得到高分辨率时间信号。 理论模型试算和实际地震处理结果证明了该方法的正确性和有效性。 关键词:广义S变换,谱白化,高分辨处理(Generalized S transformation (GST) has good analyzing feature and good Time-frequency localization,. spectrum whitening and deconvolution is an Effective tool for frequency compensation , Utilizing both their advantages , The method first conducts GST decomposition to seismic data,. doing high frequency compensation and then reconstruction to get high resolution seismic to get a high-resolution time signal. Theoretic modeling and field seismic data processing results has proved this method corrected and effective . )
- 2015-10-29 15:40:10下载
- 积分:1
-
pulsecompression_demo_fxj
对于两个目标的雷达脉冲信号压缩,通过MATLAB仿真实现(Two goals for radar pulse compression, through the MATLAB simulation)
- 2007-09-04 16:27:15下载
- 积分:1
-
BubbleSort
Outputs the inputted numbers in increasing order
- 2015-04-04 05:32:25下载
- 积分:1
-
new-matlab
最新国外有关matlab的资料,是国内没有的,希望对大家的学习matlab有帮助。(Matlab latest information about the foreign, is not, we want to learn matlab help.)
- 2011-09-18 21:48:49下载
- 积分:1
-
Interpolation_3.m
interpolaton dd matconazze zeze
- 2011-06-16 06:15:26下载
- 积分:1
-
laplace_2D
this is Laplace 2D . i solve with Jacobi Iteration method ,Point Gauss-seidel Interation method,Line Gauss-Seidel Iteration method ,Point Successive Over-Relaxation method (PSOR),Line Successive Over-Relaxation method (LSOR)
- 2013-05-03 15:30:46下载
- 积分: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