summaryrefslogtreecommitdiff
path: root/74/CH12/EX12.8/example8_sce.sce
diff options
context:
space:
mode:
Diffstat (limited to '74/CH12/EX12.8/example8_sce.sce')
-rwxr-xr-x74/CH12/EX12.8/example8_sce.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/74/CH12/EX12.8/example8_sce.sce b/74/CH12/EX12.8/example8_sce.sce
new file mode 100755
index 000000000..0ea168ebe
--- /dev/null
+++ b/74/CH12/EX12.8/example8_sce.sce
@@ -0,0 +1,7 @@
+//chapter 12
+// example 12.8
+//page 426
+n=12;// 12-bit ADC
+Vi=4.095;//input voltage
+Qe=Vi/((2^n-1)*2);// quqntizing error
+disp(Qe) \ No newline at end of file