Use of integrator in Simulink

조회 수: 2 (최근 30일)
Tan Edwin
Tan Edwin 2011년 2월 15일
답변: Vineet Kumar 2016년 9월 1일
Im trying to find the area under the graph (called it graph A) from simulink graph A looks something like this: <a><[IMG]http://img171.imageshack.us/img171/5214/83269046.th.png[/IMG][/URL]</a>> (Sry dunno how to show image. Graph A looks sthing like a normally distributed curve)
but when i use an integrator from simulink, the graph i obtained showed a negative valuefor the initial part. There is no negative value for graph A. So is there something wrong with my method?
  댓글 수: 4
Kaustubha Govind
Kaustubha Govind 2011년 2월 15일
What happens when you set continuous sample time for your S-function: [0 0]
James Allison
James Allison 2011년 2월 16일
In the Diagnostics>Data Validity pane of configuration parameters, try setting 'Underspecified initialization detection' to 'Simplified'.

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

답변 (1개)

Vineet Kumar
Vineet Kumar 2016년 9월 1일
The Integrator block outputs the value of the integral of its input signal with respect to time.
The Integrator Limited block is identical to the Integrator block with the exception that the output of the block is limited based on the upper and lower saturation limits. See Limiting the Integral for details.
Simulink® treats the Integrator block as a dynamic system with one state.

카테고리

Help CenterFile Exchange에서 General Applications에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by