summaryrefslogtreecommitdiff
path: root/911/CH10/EX10.6
diff options
context:
space:
mode:
Diffstat (limited to '911/CH10/EX10.6')
-rw-r--r--911/CH10/EX10.6/ex_10_6_a.pdfbin0 -> 108499 bytes
-rw-r--r--911/CH10/EX10.6/ex_10_6_a.sce8
2 files changed, 8 insertions, 0 deletions
diff --git a/911/CH10/EX10.6/ex_10_6_a.pdf b/911/CH10/EX10.6/ex_10_6_a.pdf
new file mode 100644
index 000000000..eee683b19
--- /dev/null
+++ b/911/CH10/EX10.6/ex_10_6_a.pdf
Binary files differ
diff --git a/911/CH10/EX10.6/ex_10_6_a.sce b/911/CH10/EX10.6/ex_10_6_a.sce
new file mode 100644
index 000000000..c61234b4f
--- /dev/null
+++ b/911/CH10/EX10.6/ex_10_6_a.sce
@@ -0,0 +1,8 @@
+//example 10.6(a)//
+clc
+//clears the screen//
+clear
+//clears all variables//
+q=5000/(2^8-1);
+//quantiztion error//
+disp(q,'quantization error (mV) =') \ No newline at end of file