Simulink Help (i would imagine its a pretty simple solution)

  • Thread starter Thread starter Davieslad
  • Start date Start date
  • Tags Tags
    Simulink
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 4K views
Davieslad
Messages
22
Reaction score
0
I have a system, setup to simulate the braking of a vehicle.

the vehicle decelerates from 400 mph to zero using a parachute, and conventional brakes

the parachute deploys at 400mph

to prevent the brakes from overheating they need to be used at a lower velocity

at present i have a simulink model which takes into account the parachute, the drag force off the car, and the wheel brakes, all from 400mph.

wheelspic-1.jpg


does anyone know what sort of 'block' would be most appropriate to stop the constant 'wheelbrakes' having any effect until v=200mph?

cheers

ed
 
Physics news on Phys.org
as it turn out, it was! i used the embedded MATLAB function to write a simple if statement...

so simple whaen you know how..