summaryrefslogtreecommitdiff
path: root/2048/CH7/EX7.2/nyquist_ex1.sce
blob: 0028b9f6e0cae51a3a61eb6f5b4891a8e08a9de6 (plain)
1
2
3
4
5
6
7
// Procedure to draw the Nyquist plot, as discussed in Example 7.2 on page 250. 
// 7.2

exec('tf.sci',-1);

H = tf(1,[1 -1 0],-1);
nyquist(H,0.1,0.5)