summaryrefslogtreecommitdiff
path: root/74/CH12/EX12.10/example10_sce.sce
diff options
context:
space:
mode:
Diffstat (limited to '74/CH12/EX12.10/example10_sce.sce')
-rwxr-xr-x74/CH12/EX12.10/example10_sce.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/74/CH12/EX12.10/example10_sce.sce b/74/CH12/EX12.10/example10_sce.sce
new file mode 100755
index 000000000..d0821b926
--- /dev/null
+++ b/74/CH12/EX12.10/example10_sce.sce
@@ -0,0 +1,9 @@
+//chapter 12
+//example 12.10
+//page 429
+t1=83.33;
+Vr=100*10^-3;// reference voltage
+Vi=100*10^-3;//input voltage
+Cf=12*10^3;//clock frequency
+DIGITALVout=Cf*t1*(Vi/Vr)
+disp(DIGITALVout) \ No newline at end of file