summaryrefslogtreecommitdiff
path: root/226/CH16/EX16.4/example4_sce.sce
diff options
context:
space:
mode:
Diffstat (limited to '226/CH16/EX16.4/example4_sce.sce')
-rwxr-xr-x226/CH16/EX16.4/example4_sce.sce17
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