资源简介
对想学习整车工况仿真的朋友这是一个很好的学习程序,可以说拿来就用。废话不多说,谁拥有谁知道。
代码片段和文件信息
% ADVISOR data file: CYC_1015.m
%
% Data source:
% Engineers at Chrysler Corp.
%
% Data confirmation:
%
% Notes:
% This data represents the Japanese 10-15 mode driving cycle.
%
% Created on: 12-Jun-1998
% By: SS of NREL
%
% Revision history at end of file.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% FILE ID INFO
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
cyc_description=‘Japanese 10-15 mode driving cycle‘;
cyc_version=2002; % version of ADVISOR for which the file was generated
cyc_proprietary=0; % 0=> non-proprietary 1=> proprietary do not distribute
cyc_validation=0; % 0=> no validation 1=> data agrees with source data
% 2=> data matches source data and data collection methods have been verified
disp([‘Data loaded: CYC_1015 - ‘cyc_description])
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% SPEED AND KEY POSITION vs. time
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% load variable ‘cyc_mph‘ 2 column matrix with time in the first column
load CYC_1015.mat
% keep key in ‘on‘ position throughout cycle (‘1‘ in the 2nd column => ‘on‘)
vc_key_on=[cyc_mph(:1) ones(size(cyc_mph1)1)];
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% OTHER DATA
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Size of ‘window‘ used to filter the trace with centered-in-time averaging;
% higher numbers mean more smoothing and less rigorous following of the trace.
% Used when cyc_filter_bool=1
cyc_avg_time=1; % (s)
cyc_filter_bool=0; % 0=> no filtering follow trace exactly; 1=> smooth trace
cyc_grade=0; %no grade associated with this cycle
cyc_elevation_init=0; %the initial elevation in meters.
if size(cyc_grade1)<2
% convert cyc_grade to a two column matrix grade vs. dist
cyc_grade=[0 cyc_grade; 1 cyc_grade]; % use this for a constant roadway grade
end
% A constant zero delta in cargo-mass:
% First column is distance (m) second column is mass (kg)
cyc_cargo_mass=[0 0
1 0];
if size(cyc_cargo_mass1)<2
% convert cyc_grade to a two column matrix grade vs. dist
cyc_cargo_mass=[0 cyc_cargo_mass; 1 cyc_cargo_mass]; % use this for a constant roadway grade
end
if exist(‘cyc_coast_gb_shift_delay‘)
gb_shift_delay=cyc_coast_gb_shift_delay; % restore the original gb_shift_delay which may have been changed by cyc_coast
end
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% REVISION HISTORY
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 30-Jun-1998 (MRC): cosmetic changes
% 3/15/99:ss updated *_version to 2.1 from 2.0
% 11/3/99:ss updated version to 2.21
% 8/20/01: mpo added special case code to reset gb_shift_delay if changed by cyc_coast
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-10-19 11:28 drive-cycle\
文件 2727 2002-05-01 23:14 drive-cycle\CYC_1015.m
文件 1056 2002-05-01 23:14 drive-cycle\CYC_1015.mat
文件 2758 2002-05-01 23:14 drive-cycle\CYC_1015_6PRIUS.m
文件 10752 2002-05-01 23:14 drive-cycle\CYC_1015_6PRIUS.mat
文件 2760 2002-05-01 23:14 drive-cycle\CYC_5PEAK.m
文件 3203 2002-05-01 23:14 drive-cycle\CYC_ARB02.m
文件 26432 2002-05-01 23:14 drive-cycle\CYC_ARB02.mat
文件 2809 2002-05-01 23:14 drive-cycle\CYC_ARTERIAL.m
文件 4864 2002-05-01 23:14 drive-cycle\CYC_ARTERIAL.mat
文件 2913 2002-05-01 23:14 drive-cycle\CYC_BUSRTE.m
文件 20832 2002-05-01 23:14 drive-cycle\CYC_BUSRTE.mat
文件 3918 2002-05-01 23:14 drive-cycle\CYC_CBD14.m
文件 91392 2002-05-01 23:14 drive-cycle\CYC_CBD14.mat
文件 2729 2002-05-01 23:14 drive-cycle\CYC_CBDBUS.m
文件 11768 2002-05-01 23:14 drive-cycle\CYC_CBDBUS.mat
文件 2740 2002-05-01 23:14 drive-cycle\CYC_CBDTRUCK.m
文件 17288 2002-05-01 23:14 drive-cycle\CYC_CBDTRUCK.mat
文件 2874 2002-05-01 23:14 drive-cycle\CYC_CLEVELAND.m
文件 10352 2002-05-01 23:14 drive-cycle\cyc_cleveland.mat
文件 3011 2002-05-01 23:14 drive-cycle\CYC_COAST.m
文件 3071 2002-05-01 23:14 drive-cycle\CYC_COMMUTER.m
文件 6864 2002-05-01 23:14 drive-cycle\CYC_COMMUTER.mat
文件 2891 2002-05-01 23:14 drive-cycle\CYC_CONSTANT.m
文件 2742 2002-05-01 23:14 drive-cycle\CYC_CONSTANT_45.m
文件 2767 2002-05-01 23:14 drive-cycle\CYC_CONSTANT_60.m
文件 3137 2002-05-01 23:14 drive-cycle\CYC_const_65.m
文件 2948 2002-05-01 23:14 drive-cycle\CYC_CSHVR.m
文件 28672 2002-05-01 23:14 drive-cycle\CYC_CSHVR_Driver.mat
文件 28744 2002-05-01 23:14 drive-cycle\CYC_CSHVR_Vehicle.mat
文件 4793 2002-05-01 23:14 drive-cycle\CYC_ECE.m
............此处省略68个文件信息
- 上一篇:商用车VCUsimuli
nk程序 - 下一篇:lpc在matlab中的实现
相关资源
- lpc在matlab中的实现
- matlab粒子群算法工具箱
- matlab_radon图像重建
- 永磁同步电机离线辨识
- 循环平稳信号处理完整的Matlab工具箱
- matlab混沌工具箱211907
- Matlab数字图像处理 大作业
- lbp matlab程序中的getmapping文件
- matlab批量根据鼠标选中矩形区域剪切
- DMC算法在matlab中运行
- 一份用MATLAB编制电机效率map图的程序
- 贝叶斯分类器matlab实现
- 数字信号处理仿真,经典谱估计matl
- 小波变换降噪处理
- KSVDMatlab程序
- SVM中matlab版本的交叉验证和参数选择
- 道路图像分割程序
- K最邻近分类器设计matlab
- MATLAB GUI---常见图像处理算法
- 基于趋近律的滑模控制matlab仿真
- 扩频通信变换域抗干扰技术matlab实现
- 计算lpcc的matlab程序
- matlab GPS水准高程拟合
- GUI人脸识别MATLAB代码
- 正交最小二乘法的matlab代码(ols)
- 一个批量剪裁图像的matlab程序
- ARNOLD变换代码 可直接使用
- 《MATLAB神经网络原理与精解》随书附
- 图片左右翻转的Matlab代码
- matlab2018b license standalone
评论
共有 条评论