diff options
Diffstat (limited to '226/CH16/EX16.1/example1_sce.sce')
-rwxr-xr-x | 226/CH16/EX16.1/example1_sce.sce | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/226/CH16/EX16.1/example1_sce.sce b/226/CH16/EX16.1/example1_sce.sce new file mode 100755 index 000000000..7520cb7a5 --- /dev/null +++ b/226/CH16/EX16.1/example1_sce.sce @@ -0,0 +1,16 @@ +//chapter 16
+//example 16.1
+//page 6568
+printf("\n")
+printf("given")
+Vcc=10;Ib=500*10^-9;Acl=29;f=1*10^3;
+disp(" phase shift oscillator")
+I1=100*Ib
+vo=Vcc-1
+vi=vo/Acl
+R1=vi/I1
+R1=5.6*10^3;//use standard value 5.6Kohm
+R2=Acl*R1
+R2=180*10^3;//use satndard value 180Kohm to give Acl>180
+R3=R2;R=R1;
+C=1/(2*3.14*R*f*sqrt(6))
\ No newline at end of file |