How to make a clock like this

clockdigital-logicflipflop

Could someone help me to make a clock that has outputs like this

enter image description here

there are 3 clock outputs

I have a reference schematic here, and this clock has 4 output and it made up of 2 flip flops, it uses IC SN74LS74 as shown in the picture, the IC is used to divide the frequency by 4 and then it is possible to use those states using logic gates to give the correct output
enter image description here

So I need the output are just 3 clocks, could someone help me to find a true states for this problem.

Best Answer

How about using a decade counter like (74HC)4017? You use a single clock signal for input and you connect the first unused output to \$\overline{\text{RESET}}\$

enter image description here

So in your case you would connect "Decoded output 4" to \$\overline{\text{RESET}}\$ and use "Decoded output 0, 1 and 2" as output. The clock input must be four times higher than the desired output.