split frequency

M

Martin Kokelmann

hello,

i want to split a frequency.For example:

The clock is given with 3.9152 MHz and as output there have to be 10KHz.

How can I implement it?

From 3.9152 MHz to 1 Hz is no problem.

Is this a attempt?

Martin
 
A

Allan Herriman

hello,

i want to split a frequency.For example:

The clock is given with 3.9152 MHz and as output there have to be 10KHz.

How can I implement it?

From 3.9152 MHz to 1 Hz is no problem.

Is this a attempt?


Firstly, are you sure you mean 3.9152MHz, and not 4.9152MHz?
4.9152MHz is a common crystal frequency, used for baud rate
generators.


In general, you can divide any frequency down to any lower frequency,
as long as the ratio of the two frequencies isn't an irrational
number.
So, yes, your problem is not difficult to solve.

Performing such a frequency division will result in adding jitter to
the signal. This jitter will have an amplitude that may be as large
as 1 period of the input clock (255ns here).

Can your application tolerate this much jitter?


The coding is trivial. This web page:
http://fractional-divider.tripod.com/
has a script which will write the code for you.

Regards,
Allan
 
J

Jezwold

You can actualy divide by an approximation of an irrational number by
using whats known as a fractional divider,there are two commonly used
types one is a phase accumulator type the other is a dual modulus type.
IA search on google should help or i have a copy of a perl script and
test bench which makes design easy
Jez(removethis)[email protected]
if you would like a copy.
 
A

Allan Herriman

You can actualy divide by an approximation of an irrational number by
using whats known as a fractional divider,there are two commonly used
types one is a phase accumulator type the other is a dual modulus type.

"approximation of irrational number" = rational number

:)

Allan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,754
Messages
2,569,521
Members
44,995
Latest member
PinupduzSap

Latest Threads

Top