PhysicsTeacher.in

High School Physics

Irregular Sequence Counter

Last updated on July 21st, 2023 at 09:58 am

In this post on Irregular Sequence Counter, we will design a counter for an irregular sequence using J-K flip-flops with step-by-step analysis.

Irregular Sequence Counter design

Problem statement: Design a counter to generate the following irregular sequence 0->2->5->4->7->0 using J-K flip-flops.

Design Solution: Let’s design the counter using J-K flip-flops.

Step1: State diagram for the given sequence 0->2->5->4->7->0 is

Design a Synchronous counter for an irregular sequence - Step1: State diagram for the given sequence 0->2->5->4->7->0 is

Step2: Choose the flip-flop and write the transition table for the same flip-flop

Three J-K flip-flops are required because it is a 3-bit counter (output QCQBQA).

J-K Transition Table is given below:

Step2: Choose the flip-flop and write the transition table for the same flip-flop

Step 3: Draw the state table and the excitation table for the state diagram using J-K flip-flops.

Step 3: Draw the state table and the excitation table for the state diagram using J-K flip-flops.

Step 4: Solve the K- map to get the reduced expression for each flip flop input. For the min-terms 0, 2, 5, 4, and 7 get the output from the above table but for the unused state ( 1,3,6)consider the output as don’t care(X).

Design a Synchronous counter for an irregular sequence - Solve the K- map

Step 5: Implement the logic circuit with J-K flip-flop and logic gates.

Design a Synchronous counter for an irregular sequence - implement the logic circuit with J-K flip-flop and logic gates.

You can also refer to the following related posts for further study:

Synchronous Counter Design

Asynchronous Modulus counter

Author of this post

This post is co-authored by Professor Saraswati Saha, who is an assistant professor at RCCIIT, a renowned degree engineering college in India. Professor Saha teaches subjects related to digital electronics & microprocessors.

See also  Design steps of 4-bit (MOD-16) synchronous up counter using J-K flip-flop
Scroll to top
error: physicsTeacher.in