Soft Adi 7
Soft Adi 7
enroll no.0112it111004
Experiment no. 7
Aim : wap to plot the nyquist of a given transfer function . Software required: matlab 7.0 Program: clc clf clear all close all %given transfer function g(s) = 2s^2+s/s^3+4s+8 n=[0 2 1 0] d=[1 0 4 8 ] sys= tf (n,d) nyquist(sys) x label('real axis') y label('imaginary axis') title('nyquist plot of given t.f') grid on. Output : n= 0 d= 1 0 4 8 2 1 0
enroll no.0112it111004
Resultant :
-1.2
-1
-0.8
-0.6
-0.4
-0.2
Real Axis