help me to find frequency divider f/3

Status
Not open for further replies.

saikumar486

Newbie level 4
Joined
Oct 19, 2010
Messages
6
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,318
using asynchronous counter frequency divider i.e., i need to calculate f/3 how to design ??
 

Thanks shah ! will u elaborate it !!if u don't mine but in my point of view even division is ok i.e., using one flipflop(f/2) but how to divide frequency with odd number!!
 

present_state -> next_state
00 -> 01
01 -> 10
10 -> 00

Make the 2-bit counter as shown above, bit[1] in above counter will have frequency f/3 of original counter clock. Note duty cycle is not 50%.
 
here is the code i ve wriiten for frequency divide by 3, hope it helps u...
its a vhdl program n the final result is the variable clkout.
 

Attachments

  • fdivby3.txt
    992 bytes · Views: 95

are you looking for vhdl code or a circuit diagram? make a simple mod 4 counter(you'll need two flipflops, right?). Connect the reset of both the flip flops to the output of an and gate. The AND gate will have inputs as the two outputs of the flipflops. Take the output from the second flipflop. And you have your solution
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…