I have a characteristic equation of a time-delay system and i can't define it with StateSpaceModel
or TransferFunctionModel
command in Mathematica; Because these commands only work for linear systems without delay.
My purpose is to define a Time-Delay system in Mathematica 8.0.1 and plotting Bode Diagram and Nyquist Diagram for a system like this:
g = ((s + 1) (1-E^(-2 s) + E^(-3 s)))/(s^2 + 2 s + 10)