diff options
Diffstat (limited to '61/CH12/EX12.11')
-rwxr-xr-x | 61/CH12/EX12.11/ex12_11.sce | 6 |
1 files changed, 6 insertions, 0 deletions
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 |