Exponential transfer function

조회 수: 15 (최근 30일)
Adam
Adam 2011년 4월 11일
댓글: Meet Doshi 2017년 10월 10일
Hi,
I'd like to know how to input a transfer function in Matlab and plot the Frequency response (magnitude and phase).
My First problem is actually inputting the transfer function into Matlab,
It's the transfer function of a first order hold which is: [(1 + sT) / T] x [(1 - e^-sT) / s] x [(1 - e^-sT) / s]
How would I input this into Matlab? I've tried to use the tf() function but haven't got it right so far! - mainly because I don't know how to write exponents in a transfer function and also how to have it dependant on time period, T.
So far I was using this format: num = [1 0]; den = [1 1]; sys = tf(num, den)
But this only works with transfer function with simple 's' terms.
Anyone have any idea?
Thanks!
  댓글 수: 1
Meet Doshi
Meet Doshi 2017년 10월 10일
hd = exp(tf([-2 0],1))

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

채택된 답변

Paulo Silva
Paulo Silva 2011년 4월 11일
편집: John Kelly 2015년 2월 26일

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Matched Filter and Ambiguity Function에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by