I don't understand the concept of sample time in simulink
5 views (last 30 days)
Show older comments
I had a simulink block(a constant block=2) connected to an output port(yout). I set a 'fixed step size' of 0.2 in the 'configuration parameters' dialogue box. I was thinking that if i set the constant block to a sample time of 0.4, the constant block should execute at every second sumulation time step since 'fixed step size' is 0.2. But when i ran the model for a stop time of 0.8(ie for 5 'time steps' including 0) i got yout=[0;2;2;2;2] meaning that the block executed 5 times. What i was expecting was for the block to execute only 3 times so that yout=[2;2;2].
So I concluded that I do not understand the concept of sample time. I will appreciate it if anyone could help explaining the above result and the general concept of sample time.
Thanks you in advance. Bethel
0 Comments
Accepted Answer
Fangjun Jiang
on 16 Dec 2011
In this case, since you are looking at the logged data yout, the sample time is determined by the sample time specification of the Outport block. If you change the sample time of the Outport block, you'll see the difference.
6 Comments
Maria Sheeba
on 22 Feb 2017
when I ran the setup I get the following error "The sample time 1 of 'G722_ITU_T_Codec/Multiport Switch' at input port 2 is different from the sample time 2.083333333333333e-05 of 'G722_ITU_T_Codec/Random Source' at output port 1. Consider inserting a Rate Transition block between the two ports. Alternatively, you can control the diagnostic action for unspecified rate transitions by changing the option "Multitask (or Single task) rate transition" on the Sample Time Diagnostics pane of the Configuration Parameters dialog box."
More Answers (0)
See Also
Categories
Find more on Sources in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!