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 --- 1199/CH2/EX2.43/2_43.sci | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 1199/CH2/EX2.43/2_43.sci (limited to '1199/CH2/EX2.43/2_43.sci') diff --git a/1199/CH2/EX2.43/2_43.sci b/1199/CH2/EX2.43/2_43.sci new file mode 100755 index 000000000..a4581abab --- /dev/null +++ b/1199/CH2/EX2.43/2_43.sci @@ -0,0 +1,19 @@ +//2.43 +clc; +M=0.95; +w=2*%pi*20; +tc=(1/w)*[(M^2)/(1-M^2)]^0.5; +printf("Time constant=%.2f s",tc) +ph={(%pi/2)-[atan(w*tc)]}*(180/%pi); +printf("\nPhase shift=%.1f deg",ph) +C=(8.85*10^-12*300*10^-6)/(0.125*10^-3); +R=tc*10^-6/C; +printf("\nSeries resistance=%.0f Mohm",R) +M=1/(1+(1/(2*%pi*5*tc)^2))^0.5; +printf("\nAmplitude ratio=%.1f ",M) +Eb=100; +x=0.125*10^-3; +Vs=Eb/x; +printf("\nVoltage sensitivity=%.1f V/m",Vs) + + -- cgit