You are on page 1of 2

|55.

23
3. Z-Transfurm

Numerator : [ o-1
Denominato : To7 o·4 ol7
System Stable

Proqram Code :
clc;
clear all)

lose al;
Entey the numerator):
num In put (
input ( Enter the denominator:):
den

Subplot (2, 2,) ;


Zp\ane (num, den);
Eitle C 2-plane);
numa - r0ots (num );
TOots (den)
den b
Subplot (1,2, 2);
den b) ;
zPkan e (numa,
Aitle C' 2 - Plane');
abs Yoo ts
abs (den b);
abs Yoots
abs_ roots
it stable "))
disp (" System is
|abs_roots >|
else abs roots-|

if abs roo ts

disp C" System is marginall, stabe


else
disp (' Susstem is Unstable ");
end
end

You might also like