How many flip flops are needed to divide the input frequency by 64?
Answers
Answered by
6
As straight forward ripple counter divides the clock by 2 at each flip flop and since 2 x 2 x 2 x 2 x 2 x 2 = 64 it can be done with six flip flops.
Answered by
0
Answer:
Six flip flops are needed to divide the input frequency by 64
Explanation:
We are required to construct a counter which divides the input frequency by 64
That is, we require a MOD-64
The number of flip-flops is required to construct the mod-64 counter must satisfy:
For a counter with 'n' flip-flops
The minimum value of n satisfying the above is:
put n = 6
64 = 64
Therefore six flip flops are needed to divide the input frequency by 64
Similar questions