Accelerator pedal in Simulink
20 views (last 30 days)
Show older comments
I'm a student Currently in the learning phase of Matlab and Simulink.
I wish to develop a Simulink model like . When a accelerator pedal is pressed in a vehicle, Speed should not shoot up immediately . IT should Ramp up. If its pressed for Some seconds it should ramp at a particular speed.
I searched for models couldn't find a block to perform this . Is there any block available for Acceleartor pedal??
I went through the below links http://www.mathworks.in/help/simulink/examples/modeling-an-anti-lock-braking-system.html http://ctms.engin.umich.edu/CTMS/index.php?example=CruiseControl§ion=ControlPID
It wasn't really helpful for me. Could someone guide me related to automotive Blocks rest i could take Care
Thanks in advance
1 Comment
Kaustubha Govind
on 16 Jun 2014
Steven: I don't think there is a block as part of MathWorks libraries for the accelerator pedal. You might need to build one yourself using basic blocks.
Answers (1)
vinothkannan K
on 5 Aug 2014
Steven,
You can develop your own subsystem, Take this as reference
http://www.mathworks.in/help/simulink/examples/modeling-an-anti-lock-braking-system.html
It's just example..... You need implement your logic by simulink blocks.
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!