登录
首页 » matlab » 5956462drive-cycle

5956462drive-cycle

于 2021-01-03 发布 文件大小:383KB
0 348
下载积分: 1 下载次数: 15

代码说明:

  工况识别,用于各种工况下的仿真模拟,效果很好(Working condition identification)

文件列表:

CYC_1015.m
CYC_1015.mat
CYC_1015_6PRIUS.m
CYC_1015_6PRIUS.mat
CYC_5PEAK.m
CYC_ARB02.m
CYC_ARB02.mat
CYC_ARTERIAL.m
CYC_ARTERIAL.mat
CYC_BUSRTE.m
CYC_BUSRTE.mat
CYC_CBD14.m
CYC_CBD14.mat
CYC_CBDBUS.m
CYC_CBDBUS.mat
CYC_CBDTRUCK.m
CYC_CBDTRUCK.mat
CYC_CLEVELAND.m
cyc_cleveland.mat
CYC_COAST.m
CYC_COMMUTER.m
CYC_COMMUTER.mat
CYC_CONSTANT.m
CYC_CONSTANT_45.m
CYC_CONSTANT_60.m
CYC_const_65.m
CYC_CSHVR.m
CYC_CSHVR_Driver.mat
CYC_CSHVR_Vehicle.mat
CYC_ECE.m
CYC_ECE.mat
CYC_ECE_EUDC.m
CYC_ECE_EUDC_LOW.m
CYC_EUDC.m
CYC_EUDC.mat
CYC_EUDC_LOW.mat
CYC_FTP.m
CYC_HL07.m
CYC_HL07.mat
CYC_HWFET.m
CYC_HWFET.mat
CYC_HWFET_MTN.m
CYC_IM240.m
CYC_IM240.mat
cyc_india_hwy_sample.m
CYC_INDIA_HWY_SAMPLE.mat
cyc_india_urban_sample.m
CYC_INDIA_URBAN_SAMPLE.mat
CYC_INTERACTIVE.m
CYC_L60MPH.m
CYC_LA92.m
CYC_LA92.mat
CYC_MANHATTAN.m
CYC_MANHATTAN.mat
CYC_MEASURED_MASS1.mat
CYC_NEDC.m
CYC_NewYorkBus.m
CYC_NewYorkBus.mat
CYC_NREL2VAIL.m
CYC_NREL2VAIL.mat
CYC_NurembergR36.m
CYC_NurembergR36.mat
CYC_NYCC.m
CYC_NYCC.mat
CYC_NYCCOMP.m
CYC_NYCCOMP.mat
CYC_NYCTRUCK.m
CYC_NYCTRUCK.mat
CYC_NYGTC.m
cyc_nygtc.mat
CYC_REP05.m
CYC_REP05.mat
CYC_SC03.m
CYC_SC03.mat
CYC_SKELETON.m
CYC_STEP.m
CYC_TEST_10sec.m
CYC_UDDS.m
CYC_UDDS.mat
CYC_UDDSHDV.m
CYC_UDDSHDV.mat
CYC_UKBUS6.mat
CYC_UKBUS_MASS_VAR1.m
CYC_UNIF01.m
CYC_UNIF01.mat
CYC_US06.m
CYC_US06.mat
CYC_US06_HWY.m
CYC_US06_HWY.mat
CYC_VAIL2NREL.m
CYC_VAIL2NREL.mat
CYC_WVU5PEAK.mat
CYC_WVUCITY.m
CYC_WVUCITY.mat
CYC_WVUINTER.m
CYC_WVUINTER.mat
CYC_WVUSUB.m
CYC_WVUSUB.mat

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 字体与颜色对话框
    在C++ BURIDER 6.0下开发的字体与颜色对话框原程序(6.0 in the C BURIDER developed fonts and colors of the original dialog procedures)
    2005-04-26 09:51:35下载
    积分:1
  • gatbx
    说明:  谢菲尔德大学的MATLAB遗传算法工具箱,已经试过,很好用,在这里分享给大家。完全解压后将文件放到matlab的toolboxs里,再打开matlab的set path添加保存(The MATLAB Genetic Algorithm Toolbox at the University of Sheffield has been tried and used very well and is shared here. After fully decompressing, put the file into the toolbox of matlab, and then open the set path of matlab to save it.)
    2019-03-27 15:57:44下载
    积分:1
  • QPSK_CMA of SMF
    单模光纤中相干接收QPSK信号应用了CMA算法的简单DSP示例,自带vpa仿真数据。(A simple DSP example of CMA algorithm is used to receive QPSK signals coherently in single-mode optical fibers, with VPA simulation data.)
    2020-12-15 22:09:14下载
    积分:1
  • rs_new
    说明:  完整的rs+卷积编译码程序,可运行通过,并生成误码率曲线图(rs+conv encoding and decoding)
    2019-07-01 22:22:57下载
    积分:1
  • Piotrs-Image-a-Video-Matlab-Toolbox
    用来图像分割,特征提取,目标跟踪,分类的工具箱(Used for image segmentation, feature extraction, target tracking and classification of the toolbox)
    2017-04-01 21:43:53下载
    积分:1
  • BPSK_conv_rs_milad_javadzadeh_1370
    说明:  convolution and reed solomon coding for bpsk
    2020-06-19 17:00:01下载
    积分:1
  • C-notes
    C 语言常见问题集,本书共20章,原著:Steve Summit,翻译:朱群英, 孙云。这不是一本普通的基础入门书籍,他把所有C中可能遇见的难点,容易出错的地方全部收集其中,通俗易懂 第一章:声明和初始化 第二章:结构、联合和枚举 第三章:表达式 第四章:指针 第五章:空(null) 指针 第六章:数组和指针 第七章:内存分配 第八章:字符和字符串 第九章:布尔表达式和变量 第十章:C 预处理器 第十一章:ANSI/ISO 标准C 第十二章:标准输入输出库 第十三章:库函数 第十四章:浮点运算 第十五章:可变参数 第十六章:奇怪的问题 第十七章:风格 第十八章:工具和资源 第十九章:系统依赖 第十章:杂项(C language FAQ, book has 20 chapters, original: Steve Summit, translation: Zhu heroes, Sun Yun. This was not an ordinary introductory books, he may meet all the difficulties C, error-prone areas to collect them all, easily understood Chapter One: Declaration and initialization Chapter II: Structure, joint and enumeration Chapter III: expression Chapter IV: Pointer Chapter V: empty (null) pointer Chapter: Arrays and Pointers Chapter VII: memory allocation Chapter VIII: Characters and strings Chapter IX: Boolean expressions and variables Chapter X: C preprocessor Chapter XI: ANSI/ISO standard C Chapter XII: standard input output library Chapter XIII: Library Functions Chapter XIV: floating-point operations Chapter XV: Variable parameters Chapter XVI: strange question XVII: Style Chapter XVIII: Tools and resources XIX: system dependent Chapter X: Miscellaneous)
    2010-09-21 23:24:48下载
    积分:1
  • XYZ2NEU
    坐标转换加上示例坐标文件,代码可结合坐标转换公式进行学习(Coordinate conversion plus sample coordinate file, the code can be combined with coordinate conversion formula for learning)
    2017-09-20 12:32:12下载
    积分:1
  • C++接口开发
    接口开发-封装&终端,解决了接口无任何响应 平台关闭 网络不正常(系统设置/防火墙) 无法连接 登录失败等诸多问题(Interface Development-Packaging-Terminal Solves No Response of Interface Platform closure Network abnormalities (system settings/firewalls) cannot connect Many problems such as login failure)
    2020-06-21 09:20:02下载
    积分:1
  • CLOCK
    以实例为背景学习基于MFC的WINDOWS应用程序设计,编写一个模拟时钟程序,此程序在屏幕左边有一个指针式钟面,右方有两个矩形框,上面以数字方式显示日期和时间,该时间应与指针显示的时间一致,下方的矩形框作为秒表。用菜单选项或按钮设置时间和秒表。时间不必与机器系统时间相同,可任意设置。(Background-instance learning WINDOWS MFC-based application design, the preparation of an analog clock program, this program has a pointer on the screen on the left clock face, on the right there are two rectangular box, above digitally display the date and time, which should be consistent with the pointer display time, and the lower rectangular box as a stopwatch. With a menu option or button to set the time and stopwatch. Time Machine does not have the same system time can be set arbitrarily.)
    2013-10-17 15:52:11下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载