汽车制动实验台相关源代码及仿真文件
应用介绍
此项目是汽车制动实验台相关源代码及仿真文件。
%先导入中附着条件制动的数据
marker_idx = 1:50:400;
subplot(1,2,1)
plot(slip,'b-')
title('')
grid on;
axis([0 9 0 1]);%限制轴的显示宽度 前面是x轴,后面是y 轴
%%%%%%%%%%%基本设置%%%%%%%%%%%%%%
% 注意在matlab脚本语言使用的是GBK编码的格式
xlabel("Time","fontsize",12); %标签文字大小
ylabel("Slip rate","fontsize",12);
%legend('High Adhesion coefficient','Middle Adhesion coefficient','Low Adhesion coefficient')
set(gca,'FontSize',10); %legend、坐标轴数字
set(findobj(get(gca,'Children'),'LineWidth',0.5),'LineWidth',2); %设置线宽
set(gcf,'Position',[500 100 640 360]); %前两个是初始位置坐标,后两个是初始分辨率
%%%%%%%%%%%基本设置%%%%%%%%%
subplot(1,2,2)
plot(Vehicle_speed,'bo-','MarkerIndices',marker_idx)
hold on;
plot(Wheel_speed,'r^-','MarkerIndices',marker_idx)
axis([0 9 0 30]);%限制轴的显示宽度 前面是x轴,后面是y 轴
grid on;
%%%%%%%%%%%基本设置%%%%%%%%%%%%%%
% 注意在matlab脚本语言使用的是GBK编码的格式
xlabel("Time","fontsize",12); %标签文字大小
ylabel("Speed","fontsize",12);
legend('Vehicle speed','Wheel speed')
set(gca,'FontSize',10); %legend、坐标轴数字
set(findobj(get(gca,'Children'),'LineWidth',0.5),'LineWidth',2); %设置线宽
set(gcf,'Position',[500 100 720 480]); %前两个是初始位置坐标,后两个是初始分辨率
%%%%%%%%%%%基本设置%%%%%%%%%
% 绘制总标题
suptitle('Braking simulation under medium adhesion condition');
.................想了解更多请下载附件。
©版权声明:本文内容由互联网用户自发贡献,版权归原创作者所有,本站不拥有所有权,也不承担相关法律责任。如果您发现本站中有涉嫌抄袭的内容,欢迎发送邮件至: www_apollocode_net@163.com 进行举报,并提供相关证据,一经查实,本站将立刻删除涉嫌侵权内容。
转载请注明出处: apollocode » 汽车制动实验台相关源代码及仿真文件
文件列表(部分)
名称 | 大小 | 修改日期 |
---|---|---|
.travis.yml | 0.67 KB | 2020-07-23 |
README | 0.70 KB | 2020-09-24 |
ABSExperimentTable.h | 0.21 KB | 2020-09-24 |
MsTimer2.cpp | 0.70 KB | 2020-07-23 |
MsTimer2.h | 0.19 KB | 2020-07-23 |
README | 0.51 KB | 2020-09-24 |
platformio.ini | 0.28 KB | 2020-07-23 |
main.cpp | 0.98 KB | 2020-09-24 |
README | 0.32 KB | 2020-07-23 |
演示图片.png | 44.32 KB | 2020-07-23 |
Simulation_of_high_adhesion.m | 0.68 KB | 2020-07-23 |
Simulation_of_low_adhesion.m | 0.68 KB | 2020-07-23 |
Simulation_of_medium_adhesion.m | 0.64 KB | 2020-07-23 |
T_B.m | 0.57 KB | 2020-07-23 |
T_I.m | 0.76 KB | 2020-07-23 |
T_Iw.m | 0.66 KB | 2020-07-23 |
controlSimulation.slx | 34.69 KB | 2020-07-23 |
ABSExperimentTable | 0.00 KB | 2020-07-23 |
MsTimer2 | 0.00 KB | 2020-07-23 |
include | 0.00 KB | 2020-07-23 |
lib | 0.00 KB | 2020-07-23 |
src | 0.00 KB | 2020-07-23 |
test | 0.00 KB | 2020-07-23 |
encoder_test | 0.00 KB | 2020-09-24 |
Arduino | 0.00 KB | 2020-07-23 |
doc | 0.00 KB | 2020-07-23 |
MATLAB_Script | 0.00 KB | 2020-07-23 |
Simulink | 0.00 KB | 2020-07-23 |
Automobile-ABS-brake-control | 0.00 KB | 2020-09-24 |
发表评论 取消回复