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 --- 226/CH19/EX19.22/example22_sce.sce | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 226/CH19/EX19.22/example22_sce.sce (limited to '226/CH19/EX19.22/example22_sce.sce') diff --git a/226/CH19/EX19.22/example22_sce.sce b/226/CH19/EX19.22/example22_sce.sce new file mode 100755 index 000000000..28396843f --- /dev/null +++ b/226/CH19/EX19.22/example22_sce.sce @@ -0,0 +1,15 @@ +//chapter 19 +//example 19.22 +//page 868 +printf("\n") +printf("given") +Vcc=15;Rl=15;Rd=.3;R5=2.2*10^3;R6=33*10^3;C2=3.9*10^-6;C4=100*10^-12; +disp(" power output") +Vp=(Vcc*Rl)/(Rd+Rl) +Ip=Vp/Rl +Po=(Vp*Ip)/2 +disp(" voltage gain") +Av=(R5+R6)/R5 +disp("cutoff frequency") +f1=1/(2*3.14*C2*R5) +f2=1/(2*3.14*C4*R6) \ No newline at end of file -- cgit