Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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: 92

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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top