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 --- 61/CH12/EX12.10/ex12_10.sce | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 61/CH12/EX12.10/ex12_10.sce (limited to '61/CH12/EX12.10') diff --git a/61/CH12/EX12.10/ex12_10.sce b/61/CH12/EX12.10/ex12_10.sce new file mode 100755 index 000000000..f40646f2f --- /dev/null +++ b/61/CH12/EX12.10/ex12_10.sce @@ -0,0 +1,15 @@ +//ex12.10 +A_v1=40; //all gains are in decibels +A_v2=32; +A_v3=20; +f_c1=2*10^3; +f_c2=40*10^3; +f_c3=150*10^3; +f=f_c1; +A_ol_mid=A_v1+A_v2+A_v3; +theta_1=phase_shift(f,f_c1); +theta_2=phase_shift(f,f_c2); +theta_3=phase_shift(f,f_c3); +theta_tot=theta_1+theta_2+theta_3; +disp(A_ol_mid,'open loop midrange gain in decibels') +disp(theta_tot,'total phase lag in degrees') \ No newline at end of file -- cgit