资源简介
对想学习整车工况仿真的朋友这是一个很好的学习程序,可以说拿来就用。废话不多说,谁拥有谁知道。

代码片段和文件信息
% 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中的实现
相关资源
- matlab_OFDM调制解调(来自剑桥大学)
- Matlab路面裂缝识别69319
- 高灵敏度GPS接收机MATLAB仿真,附捕获
- 基于MATLAB的质点弹道计算与外弹道优
- 阵列天线的matlab仿真
- MATLAB 经典程序源代码大全
- MATLAB小波软阈值去噪代码33473
- 天线阵的波束形成在MATLAB仿真程序及
- 非线性SVM算法-matlab实现
- 《MATLAB 智能算法超级学习手册》-程序
- 组合导航matlab程序
- 读取txt文件内容matlab代码实现
- Matlab实现基于相关的模板匹配程序
- matlab优化工具箱讲解
- 基于MATLAB的快速傅里叶变换
- 光纤传输中的分布傅立叶算法matlab实
- 基于matlab的图像处理源程序
- matlab 椭圆拟合程序
- 算术编码解码matlab源代码
- optical_flow 光流法 matlab 实现程序
- 引导图像滤波器 Matlab实现
- 分形几何中一些经典图形的Matlab画法
- OFDM系统MATLAB仿真代码
- SVM工具箱(matlab中运行)
- 图像小波变换MatLab源代码
- LU分解的MATLAB实现
- 冈萨雷斯数字图像处理matlab版(第三
- 替代数据法的matlab程序
- 用matlab实现的多站定位系统性能仿真
- 通过不同方法进行粗糙集属性约简m
评论
共有 条评论