diff options
Diffstat (limited to '911/CH9/EX9.11.b/ex_9_11_b.sce')
-rw-r--r-- | 911/CH9/EX9.11.b/ex_9_11_b.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/911/CH9/EX9.11.b/ex_9_11_b.sce b/911/CH9/EX9.11.b/ex_9_11_b.sce new file mode 100644 index 000000000..12f71dd60 --- /dev/null +++ b/911/CH9/EX9.11.b/ex_9_11_b.sce @@ -0,0 +1,6 @@ +//example 9.11.b//
+clc
+//clears the screen//
+clear
+//clears all existing variables//
+disp('The modulus of a Johnson counter is twice as the number of bits (or flip flops). Therefore, the number of flip flops required is 5. The count sequence is 00000, 10000, 11000, ,11100, 11110, 11111, 01111, 00111, 00011, 00001 and back to 00000')
\ No newline at end of file |