Implementation of a half integer Divider

Source: Internet
Author: User

In digital system design, the divider is a basic circuit. The implementation of the divider is very simple. You can use a standard counter or a programmable logic device to implement an integer divider. A divider is usually used to divide a given frequency to obtain the desired frequency. In some cases, the frequency required by the user is not an integer multiple of the frequency clock source. In this case, the Fractional Divider can be used for frequency division.

The basic principle of fractional Division is the pulse throughput counting method: Two integer divider with different division ratios are designed to control the different times of the two division ratios per unit time, to obtain the required fractional division value. For example, if you want to design a divider with a dividing coefficient of 10.1, you can design the divider into 9 times, 10 times, and 11 times, so that the total dividing value is
(9 × 10 + 1 × 11)/(9 + 1) = 10.1

From the characteristics of this implementation method, we can see that because the frequency division value of the divider is constantly changing, the signal jitter obtained after the frequency division is large.
When the Division coefficient is N-0.5 (N is an integer), can control the deduction of pulse time, so that the output is a stable pulse frequency, rather than a n-division, a N-1 frequency.

 

The following is a 2.5-frequency circuit diagram.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.