Explain the design of a counter with irregular binary count sequence 1,2,4,7.
Answers
Answered by
1
Explanation:
Design counter for given sequence
Prerequisite – Counters
Problem – Design synchronous counter for sequence: 0 → 1 → 3 → 4 → 5 → 7 → 0, using T flip-flop.
Explanation – For given sequence, state transition diagram as following below:
Similar questions