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.11/ex12_11.sce | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 61/CH12/EX12.11/ex12_11.sce (limited to '61/CH12/EX12.11') diff --git a/61/CH12/EX12.11/ex12_11.sce b/61/CH12/EX12.11/ex12_11.sce new file mode 100755 index 000000000..3315fd710 --- /dev/null +++ b/61/CH12/EX12.11/ex12_11.sce @@ -0,0 +1,6 @@ +//ex12.11 +A_ol_mid=150000; //open loop midrange gain +B=0.002; //feedback attenuation +BW_ol=200; //open loop bandwidth +BW_cl=BW_ol*(1+B*A_ol_mid); +disp(BW_cl,'closed loop bandwidth in hertz') \ No newline at end of file -- cgit