summaryrefslogtreecommitdiff
path: root/1583/CH9/EX9.6/PLLA_Ex_9_6.sce
blob: 2267dc76423628801485173157e403331326045d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
clc
//Chapter 9:Stability Analysis
//example 8.6 page no 373
//given
zeta=0.8//damping ratio
B=10^3//closed loop bandwidth
X=sqrt(1+2*zeta^2+sqrt(2+4*zeta^2+4*zeta^4))
Ka=(B/X)^2//loop gain
wn=sqrt(Ka)//
wz=wn/(2*zeta)//the system zero
mprintf('the closed loop gain is %3.2e (rad/s)^2 \n wn = %f rad/s \n the system has zero at %d rad/s',Ka,wn,wz)