Sunday, November 3, 2013

0-1-1-1-3-4-5-7 Synchronous Pattern Generator

Hints :
No of flip-flops required JK 7476 : 5
No of flip-flops whose outputs are taken as output of circuit : 3 ( The least significant 3 digits )

T5,T4,T3,T2,T1 : Inputs of Flipflops
D5,D4,D3,D2,D1 : Outputs ( D3-D1 : Output of the circuit )

t5 = d4+d5
                      
t4 = d5d3d2d1

t3 = d2
                             
t2 = d5+d2+d3d2d1
               
t1 = d2d1+d2d1

Note : Expressions may be further simplified using K-map

Proteus 8 Simulation File : Download

Circuit Diagram :





No comments:

Post a Comment