- #1
khedira
- 12
- 0
i understand that the "nyquist" command in MATLAB requires one to key in the transfer function..
however, i am stuck here as i am unable to form a transfer function from the following numerator and denominator:
num = s-3/2-1/2*(-24*s+1)^(1/2)
den = 1.25*s^2 +3.75*s + 2.5
i know that the den can easily be form by [1.25 3.75 2.5] (assuming that numerator has degree of 2 only). however, how can i transform my num to be a tf form? please advise. thank you.
however, i am stuck here as i am unable to form a transfer function from the following numerator and denominator:
num = s-3/2-1/2*(-24*s+1)^(1/2)
den = 1.25*s^2 +3.75*s + 2.5
i know that the den can easily be form by [1.25 3.75 2.5] (assuming that numerator has degree of 2 only). however, how can i transform my num to be a tf form? please advise. thank you.