The Design of Frequency Divider-數位邏輯技術
Frequency Divider-數位邏輯技術
Introduction to Frequency Divider
- When a high frequency signal source is provided, you can lowering the frequency of the signal by applying frequency divider.
Implementation of Frequency Divider
Main Idea of the Implementation
- Take a 50Mhz signal for example
- 50Mhz source will provide 50M high signal in 1 second. To lowering it down to 1hz, we can simply do it by reading the input. If 50M high signal is being read, then output ONE high signal. By doing so, the frequency will be lowered to 1 hz.
50Mhz to 1hz Frequecny Divider VHDL Implemnetation
1 | library ieee; |
- Title: The Design of Frequency Divider-數位邏輯技術
- Author: Shih Jiun Lin
- Created at : 2023-10-18 22:00:00
- Updated at : 2023-11-12 23:02:55
- Link: https://shih-jiun-lin.github.io/2023/10/18/Frequency Divide-數位邏輯技術/
- License: This work is licensed under CC BY-NC-SA 4.0.