Skip to content

Instantly share code, notes, and snippets.

@alice-rdz
Created November 1, 2012 21:25
Show Gist options
  • Save alice-rdz/3996689 to your computer and use it in GitHub Desktop.
Save alice-rdz/3996689 to your computer and use it in GitHub Desktop.
octave:1> s=tf("s");
octave:2> G=tf(10/(s*s*s+6*s*s+8*s))
Transfer function 'G' from input 'u1' to output ...
10
y1: -----------------
s^3 + 6 s^2 + 8 s
Continuous-time model.
octave:3> nyquist(G)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment