Problem 2630. Number of Flip Flop required in ripple counter

Find the number of flip flop required in ripple counter.

If modulus of counter (N) is given find outnumber of Flip Flop (n) required for ripple counter.

 N <= 2^n

Examples

 If modulus is 16, then n = 4
 If modulus is 10, then n = 4 (Number of FF is always an integer) 

Solution Stats

69.23% Correct | 30.77% Incorrect
Last Solution submitted on Dec 18, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers51

Suggested Problems

More from this Author70

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!