• 大小: 386KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-06-08
  • 语言: Matlab
  • 标签: MATLAB  

资源简介

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

资源截图

代码片段和文件信息

% 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个文件信息

评论

共有 条评论