Simulink: Switching for a duration less than the discrete sample time
2 次查看(过去 30 天)
显示 更早的评论
Hi, I'm relatively new to Simulink. Is there a way to close a switch(es) for a duration less than the sample time of my simulink model? My model has a fixed sample time of 5ms and I'd like to close a switch for part of that time (eg 2ms). Any information would be greatly appreciated. Is there a block that can assist with this requirement?
Put another way: is there a way to pass a vector (representing on/off time) to a block which then makes an output signal high for the stipulated time T (when T is less than the sample time Ts).
1 个评论
Kaustubha Govind
2011-3-1
Since your model sample-time is 5ms, the output of this switch block is only sampled every 5ms. Therefore, any change that occurs in between those times is not taken note of. Is there a reason that you want to achieve this? Also, why not use a variable-step solver or a smaller time-step?
采纳的回答
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!