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 --- 1733/CH8/EX8.21/8_21.sce | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 1733/CH8/EX8.21/8_21.sce (limited to '1733/CH8/EX8.21') diff --git a/1733/CH8/EX8.21/8_21.sce b/1733/CH8/EX8.21/8_21.sce new file mode 100755 index 000000000..6156a53be --- /dev/null +++ b/1733/CH8/EX8.21/8_21.sce @@ -0,0 +1,15 @@ +//8.21 +clc; +R2=5.6*10^3; +R1=1*10^3; +Avf=1+R2/R1; +printf("Mid band Gain=%.2f", Avf) +Vin=1.6; +Vo=Avf*Vin; +printf("\nOutput voltage=%.3f mV", Vo) +R=1000; +C=0.001*10^-6; +fc=1/(2*%pi*R*C); +printf("\nCutt off frequency=%.2f Hz", fc) +Gain=0.707*Avf; +printf("\nGain=%.3f", Gain) -- cgit