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/CH16/EX16.5/example5_sce.sce | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 226/CH16/EX16.5/example5_sce.sce (limited to '226/CH16/EX16.5') diff --git a/226/CH16/EX16.5/example5_sce.sce b/226/CH16/EX16.5/example5_sce.sce new file mode 100755 index 000000000..17077b319 --- /dev/null +++ b/226/CH16/EX16.5/example5_sce.sce @@ -0,0 +1,17 @@ +//chapter 16 +//example 16.5 +//page 683 +printf("\n") +printf("given") +f=5*10^3;vo=5;I1=1*10^-3;Vf=.7; +disp("phase shift oscillator") +R1=(vo/29)/I1 +R1=150;//use standard value +R2=29*R1 +R4=(2*Vf)/I1 +R4=1.5*10^3;//use 1.5kohm standard value +R5=R2-R4 +R6=.4*R5 +R7=.8*R5 +R=R1; +C=1/(2*3.14*R*f*sqrt(6)) \ No newline at end of file -- cgit