登录
首页 » matlab » 天棚阻尼-SIMULINK-S-Function

天棚阻尼-SIMULINK-S-Function

于 2021-03-03 发布
0 221
下载积分: 1 下载次数: 11

代码说明:

说明:  建立了四分之一半主动悬架和被动悬架,其次选取车身加速度、悬架动挠度和轮胎变形为评价指标,建立了最优控制器,最后在 matalb 中进行了仿真验证(Simulation of ceiling damping)

文件列表:

天棚阻尼-SIMULINK-S-Function\二系模型.doc, 254976 , 2013-04-07
天棚阻尼-SIMULINK-S-Function\天棚阻尼仿真\AAR5_Y.csv, 9827 , 2011-10-28
天棚阻尼-SIMULINK-S-Function\天棚阻尼仿真\dis.mat, 360072 , 2013-04-08
天棚阻尼-SIMULINK-S-Function\天棚阻尼仿真\single_mass_param.m, 495 , 2013-04-07
天棚阻尼-SIMULINK-S-Function\天棚阻尼仿真\single_mass_param.asv, 422 , 2013-04-07
天棚阻尼-SIMULINK-S-Function\天棚阻尼仿真\Sky_hook.m, 1140 , 2013-04-08
天棚阻尼-SIMULINK-S-Function\天棚阻尼仿真\Sky_hook.asv, 1153 , 2013-04-08
天棚阻尼-SIMULINK-S-Function\天棚阻尼仿真\acc.mat, 240056 , 2013-04-08
天棚阻尼-SIMULINK-S-Function\天棚阻尼仿真\single_mass.mdl, 18860 , 2013-04-08
天棚阻尼-SIMULINK-S-Function\天棚阻尼仿真, 0 , 2013-04-07
天棚阻尼-SIMULINK-S-Function, 0 , 2013-04-02

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

发表评论

0 个回复

  • 合成孔径雷达DPCA程序,希望对大家有用
    合成孔径雷达DPCA程序,希望对大家有用-synthetic aperture radar DPCA procedures in the hope that it may be useful for
    2022-04-24 17:12:36下载
    积分:1
  • 搜狐中国人社区Flash版中国省份地图
    搜狐中国人社区Flash版中国省份地图,以前在chinaren网站发现的Flash中国地图 包括所有省会城市,带地图热点信息,鼠标放上去,对应省份会高亮显示,动画效果相当不错哦,自带Flash源文件,修改完善更方便。
    2022-05-28 04:19:49下载
    积分:1
  • DSPTMS320F281xADC转换模块头文件
    DSPTMS320F281xADC转换模块头文件-DSPTMS320F281xADC transition module header file
    2022-10-17 18:30:02下载
    积分:1
  • 这是个重量级的东西,是罗宾写的操作系统,非常值得看看。还有一些文档。不知道最新版本是多少了。...
    这是个重量级的东西,是罗宾写的操作系统,非常值得看看。还有一些文档。不知道最新版本是多少了。-heavyweight This is something that is written by Robin operating system is very worthwhile to see. Some documents. Do not know what is the latest version of the.
    2023-05-15 12:45:02下载
    积分:1
  • 粒子群路径规划
    基于粒子群算法解决tsp旅行商问题,粒子群算法(以下简称PSO)就是模拟鸟群觅食行为的一种彷生算法 。 解=粒子=鸟 (鸟的位置象征着离食物的距离,粒子的位置也象征着离最优解的距离,是评价解质量的唯一标准), 找食物=找最优解,一个西瓜=一个粒子找到的历史最优解,一块肉=整个粒子群找到历史最优解 。(Solving TSP traveling salesman problem based on particle swarm optimization)
    2019-01-27 14:11:08下载
    积分:1
  • 031610203 周文惠 第三章作业
    南航C++书后第三章习题,用的是C++语言编写,但是是vc6.0的老版编译器编写!(Chapter 3 exercises after Nanhang C++ book are written in C++ language, but it is written by the old compiler of vc6.0.)
    2018-12-22 20:23:46下载
    积分:1
  • fastes
    DEs加密算法,用于对文件进行加密,并且速度较快,但是已破解,(DEs encryption algorithm, used for file encryption, and faster, but has been cracked,)
    2017-04-18 14:00:03下载
    积分:1
  • 是DELPHI的ADO批量导入程序
    是DELPHI的ADO批量导入程序-Delphi is the bulk import procedures ADO
    2023-08-22 11:50:03下载
    积分:1
  • lena
    说明:  SLIC算法是simple linear iterative cluster的简称,该算法用来生成超像素(superpixel) 算法步骤: 已知一副图像大小M*N,可以从RGB空间转换为LAB空间,LAB颜色空间表现的颜色更全面 假如预定义参数K,K为预生成的超像素数量,即预计将M*N大小的图像(像素数目即为M*N)分隔为K个超像素块,每个超像素块范围大小包含[(M*N)/K]个像素 假设每个超像素区域长和宽都均匀分布的话,那么每个超像素块的长和宽均可定义为S,S=sqrt(M*N/K) 遍历操作,将每个像素块的中心点的坐标(x,y)及其lab的值保存起来,加入到事先定义好的集合中(Algorithmic steps: Given the size of an image M*N, it can be converted from RGB space to LAB space, and the color space of LAB is more comprehensive. If the predefined parameter K, K is the number of pre-generated super-pixels, i.e., the image of M*N size (the number of pixels is M*N) is expected to be divided into K super-pixel blocks, each of which contains [(M*N)/K] pixels. Assuming that the length and width of each super-pixel region are evenly distributed, the length and width of each super-pixel block can be defined as S, S = sqrt (M*N/K). The traversal operation saves the coordinates (x, y) and lab values of the central points of each pixel block and adds them to a pre-defined set.)
    2019-06-10 14:48:52下载
    积分:1
  • 4-10
    这是清华版c++程序设计 第四章课后题第10题(This is the Tsinghua version c Program Design Chapter IV title after title No. 10)
    2008-01-05 13:47:01下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载