From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 1583/CH9/EX9.2/PLLA_Ex_9_2.sce | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 1583/CH9/EX9.2/PLLA_Ex_9_2.sce (limited to '1583/CH9/EX9.2/PLLA_Ex_9_2.sce') diff --git a/1583/CH9/EX9.2/PLLA_Ex_9_2.sce b/1583/CH9/EX9.2/PLLA_Ex_9_2.sce new file mode 100755 index 000000000..194b35628 --- /dev/null +++ b/1583/CH9/EX9.2/PLLA_Ex_9_2.sce @@ -0,0 +1,10 @@ +clc +//chapter 9: Stability Analysis +//Example 9.2 page no 357 +//given +Kv=50//DC gain +wL=10//corner frequency +disp('The system crossover frequecny is approximately 22 rad/s') +PhaseMargin=90-(atan(22/wL)*180/%pi)//phase margin of system +disp(PhaseMargin,'The phase margin is ') + -- cgit