summaryrefslogtreecommitdiff
path: root/226/CH16/EX16.5
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /226/CH16/EX16.5
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '226/CH16/EX16.5')
-rwxr-xr-x226/CH16/EX16.5/example5_sce.sce17
1 files changed, 17 insertions, 0 deletions
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