diff options
author | priyanka | 2015-06-24 15:03:17 +0530 |
---|---|---|
committer | priyanka | 2015-06-24 15:03:17 +0530 |
commit | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch) | |
tree | ab291cffc65280e58ac82470ba63fbcca7805165 /226/CH16/EX16.4/example4_sce.sce | |
download | Scilab-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.4/example4_sce.sce')
-rwxr-xr-x | 226/CH16/EX16.4/example4_sce.sce | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/226/CH16/EX16.4/example4_sce.sce b/226/CH16/EX16.4/example4_sce.sce new file mode 100755 index 000000000..fd2b96f62 --- /dev/null +++ b/226/CH16/EX16.4/example4_sce.sce @@ -0,0 +1,17 @@ +//chapter 16
+//example 16.4
+//page 680
+printf("\n")
+printf("given")
+f=100*10^3;Vo=9;Acl=3;
+disp(" design of wein bridge oscillator")
+Vcc=Vo+1
+C1=1000*10^-12;//standard value
+C2=C1;
+R1=1/(2*3.14*f*C1)
+R2=R1;R4=R2;
+R3=2*R4;
+R3=3.3*10^3;//use standard value
+disp(" minimum full power bandwidth")
+f2=Acl*f
+SR=2*3.14*f*Vo
\ No newline at end of file |