How to distinguish between different time blocks and proprieties

4 Ansichten (letzte 30 Tage)
I am very confused between different time stage or topologies like in photo for simulink
-Power gui sample time
-Solver fixed time
And blocks sample time
Each one has own value
Is there any rule to respect when choosing seting time for each configuration
picture attached

Akzeptierte Antwort

Shubham
Shubham am 2 Okt. 2024
Bearbeitet: Shubham am 7 Okt. 2024
Hey Yasser,
I understand that the different sample times in Simulink can be confusing. Each sample time has a separate purpose.
  • The Step size (fundamental time step) for a Simulation determines the time intervals at which the solver computes the model’s states. For fixed-step solvers, you can specify the step size or let Simulink choose it automatically. A smaller step size increases accuracy but also increases simulation time.
  • Block Sample time is the time step at which the block states and outputs are updated in a simulation. Different blocks can have different sample times within a model.
  • The sample time for Powergui block is used to ensure the electrical system’s dynamics are captured accurately, whereas block sample time is set to control the execution rate of specific blocks. Powergui block is specific for the electrical system in a simulation. Different systems can have different Powergui blocks.
For better results, ensure that the sample times of different blocks and the solver are consistent.
You may find the following MATLAB Answer useful for understanding the key difference between Simulation Step Size and Block Sample time: https://www.mathworks.com/matlabcentral/answers/1924525-what-is-the-difference-between-step-size-and-sample-time#answer_1187415
I hope this answers your query!

Weitere Antworten (0)

Kategorien

Mehr zu Power Transmission and Distribution finden Sie in Help Center und File Exchange

Produkte


Version

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by