Steady state?

조회 수: 6 (최근 30일)
dimitris
dimitris 2011년 11월 16일
I am building a circuit with simulink and i was wondering if the results i take are in steady state. Are the elements in simulink considered to have only steady state response or transient state takes place?

채택된 답변

Fangjun Jiang
Fangjun Jiang 2011년 11월 16일
Typically, the results of a simulation represent the transient or dynamic response of the model under the stimulus of inputs and initial conditions. If the system is stable, you can run the simulation long enough to get a close approximation of the steady-state.
The function trim() can be used to find the steady state of a model. However, I never tried it on a model with SimElectronics components.
  댓글 수: 2
dimitris
dimitris 2011년 11월 16일
My simulation has to run for some milliseconds, thus i can afford running the system for long time unless i know exactly how much is "long enough". Is this possible ?
Fangjun Jiang
Fangjun Jiang 2011년 11월 16일
Yes, it's relative. You can run your simulation to see if the results go towards an equilibrium. However, that won't guarantee to be the steady state. Use a known input/output result to test it out. Try the trim() function. It's a better approach if it can be applied to SimElectronics.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Electrical Sensors에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by