diff options
Diffstat (limited to '911/CH1/EX1.15.b')
-rw-r--r-- | 911/CH1/EX1.15.b/ex_1_15_b.pdf | bin | 0 -> 109122 bytes | |||
-rw-r--r-- | 911/CH1/EX1.15.b/ex_1_15_b.sce | 9 |
2 files changed, 9 insertions, 0 deletions
diff --git a/911/CH1/EX1.15.b/ex_1_15_b.pdf b/911/CH1/EX1.15.b/ex_1_15_b.pdf Binary files differnew file mode 100644 index 000000000..f57a33fa2 --- /dev/null +++ b/911/CH1/EX1.15.b/ex_1_15_b.pdf diff --git a/911/CH1/EX1.15.b/ex_1_15_b.sce b/911/CH1/EX1.15.b/ex_1_15_b.sce new file mode 100644 index 000000000..4f44db8df --- /dev/null +++ b/911/CH1/EX1.15.b/ex_1_15_b.sce @@ -0,0 +1,9 @@ +//example 1.15.b//
+//sequence of gray numbers//
+clc
+//clears the screen//
+clear
+//clears all existing variables//
+a=1111;
+//for gray to binary, first no (MSB) remains the same, second number is addition of first and second of binary ignoring the carry and so on.//
+disp('gray to binary of 1111 =1011')
\ No newline at end of file |