gain

조회 수: 2 (최근 30일)
slasherzz22
slasherzz22 2012년 3월 11일
is it possible to use "gain" in this way.. first i put the gain value "100".. and i want it to change to "200" in 5 second.. ???any help please...
  댓글 수: 1
slasherzz22
slasherzz22 2012년 3월 12일
thank you kaustubha...its very helpful=)

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

채택된 답변

Kaustubha Govind
Kaustubha Govind 2012년 3월 12일
Do you plan to use the Clock block to determine when t>5secs? It is typically not possible to change a block parameter based on the output of another block. See http://blogs.mathworks.com/seth/2011/03/08/how-do-i-change-a-block-parameter-based-on-the-output-of-another-block/ for further explanation.
However, in your case, you can simply use a Product block instead of a Gain block. Use your input signal as one of the inputs, and for the other input connect a Switch block which takes "100" and "200" as its inputs - you can use a Clock block with a comparison operator to determine when to switch between the "100" and "200".

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by