필터 지우기
필터 지우기

How to find derivative of one output signal with respect to other using simulink???

조회 수: 2 (최근 30일)
I built up a full vehicle simulink model in which i need to find out differenciation of one output signal with respect to other output signal and value of this is again sent back as input to my model.So can any body tell me How to find derivative of one output signal with respect to other using simulink???
  댓글 수: 4
Amar
Amar 2013년 4월 9일
whether logic of chain rule of derivatives is really applicable in simulink....if i use dy/dx = (dy/dt)/(dx/dt) it outputs a value as NaN because at t=0 it gets the value = 0/0 how to overcome this situation.
Yao Li
Yao Li 2013년 4월 9일
편집: Yao Li 2013년 4월 9일
Many ways. triggered subsystem or if..else or any other ways to give a nonzero initial value of dx/dt or delay the calculation of dx/dt

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

답변 (2개)

Rock
Rock 2013년 6월 7일
Is any block on simulink where chain rule differentiation is applicable?

Iain
Iain 2013년 6월 7일
You could just calculate (difference in signal 1 over "a timestep")/(difference in signal 2 over "the same timestep").

카테고리

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

제품

Community Treasure Hunt

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

Start Hunting!

Translated by