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
Problem Comments
-
1 Comment
Deepak Kumar
on 19 Dec 2017
how can we find out total number of Counter in a specific time
Solution Comments
Show commentsProblem Recent Solvers51
Suggested Problems
-
Find the sum of the elements in the "second" diagonal
1158 Solvers
-
Back to basics 21 - Matrix replicating
1616 Solvers
-
Matlab Basics - Switching Assignments
310 Solvers
-
Matlab Basics - Absolute Value
629 Solvers
-
Cumulative product of a vector
284 Solvers
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!