summaryrefslogtreecommitdiff
path: root/462/CH10/EX10.3/ex_10_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '462/CH10/EX10.3/ex_10_3.sce')
-rwxr-xr-x462/CH10/EX10.3/ex_10_3.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/462/CH10/EX10.3/ex_10_3.sce b/462/CH10/EX10.3/ex_10_3.sce
new file mode 100755
index 000000000..34aded322
--- /dev/null
+++ b/462/CH10/EX10.3/ex_10_3.sce
@@ -0,0 +1,8 @@
+//example 10.3//
+clc
+//clears the window//
+clear
+//clears already existing variables//
+disp('since the 1''s compliment representations of the positive numbers +0 to +7 are same as the representations of the unipolar binary numbers, no offset voltage is required for these inputs.')
+disp('For the negative numbers 1111 to 1000, the output analog voltage is to be offset by -15V. This can be achieved by operating a switch with MSB of input to introduce proper value of Voff.')
+//answer// \ No newline at end of file