diff options
Diffstat (limited to '226/CH16/EX16.10/example10_sce.sce')
-rwxr-xr-x | 226/CH16/EX16.10/example10_sce.sce | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/226/CH16/EX16.10/example10_sce.sce b/226/CH16/EX16.10/example10_sce.sce new file mode 100755 index 000000000..52bce6272 --- /dev/null +++ b/226/CH16/EX16.10/example10_sce.sce @@ -0,0 +1,17 @@ +//chapter 16
+//example 16.10
+//page 699
+printf("\n")
+printf("given")
+Vcc=9;Vo=3;I1=1*10^-3;f=500;UTP=3;
+disp("design the triangular wave")
+Vi=Vcc-1
+V=Vo-(-Vo)
+disp(" I1>>Ibmax for op-amp")
+R1=Vi/I1
+t=1/(2*f)
+C1=(I1*t)/V
+disp("schmitt design")
+I2=1*10^-3;
+R2=UTP/I2
+R3=(Vcc-1)/I2
\ No newline at end of file |