Negative Values in Step Response

조회 수: 11 (최근 30일)
Kenneth
Kenneth 2013년 5월 26일
Hi guys,
I just noticed something interesting on MATLAB.
I was working with a transfer function, and I inserted a delay using a Pade approximation, and plotted the step response. At first glance, it seems just like any other step response, however when i zoomed in on the origin, I noticed that it slightly dips into negative values before coming up.
I've never noticed this before. Anyone have any idea why it does this?

채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2013년 5월 26일
This is normal, when your transfer function contains positives zeros
example H(p)=(-p+2)/(p^2+2p+1)
step([-1 2],[1 2 1])
  댓글 수: 3
Kenneth
Kenneth 2013년 5월 26일
Interesting stuff, thanks for the info!

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

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by