continuous signal delay

조회 수: 2 (최근 30일)
mado
mado 2012년 6월 6일
I have continuous signal generated from simulink and i want to make dp = p(k)-p(k-1) where p(k) is the current and p(k-1) is the last value from last reading of simulink.

답변 (3개)

Kaustubha Govind
Kaustubha Govind 2012년 6월 6일
Feed p(k) into the Unit Delay block to get p(k-1) and subtract the latter from the former to get p(k)-p(k-1).

mado
mado 2012년 6월 6일
but this unit delay is for digital and my signal is analog
  댓글 수: 2
Kaustubha Govind
Kaustubha Govind 2012년 6월 7일
Did you mean to say that Unit Delay is a discrete-time block? Yes, but in your question, you said you need p(k-1), which is a discrete-time representation.
Kaustubha Govind
Kaustubha Govind 2012년 6월 7일
Perhaps you need the Transport Delay block? http://www.mathworks.com/help/toolbox/simulink/slref/transportdelay.html

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


mado
mado 2012년 6월 7일
I tried transport delay but the output of this block is zero , i don't know why
  댓글 수: 2
Kaustubha Govind
Kaustubha Govind 2012년 6월 8일
It is probably zero for the length of the delay that you've specified. Increase the simulation stop time to see if the delayed signal is eventually displayed.
mado
mado 2012년 6월 8일
thanks , its working

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

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by