https://github.com/drom/nco
Little handy Numerically controlled oscillator (NCO) Verilog RTL
https://github.com/drom/nco
Last synced: 13 days ago
JSON representation
Little handy Numerically controlled oscillator (NCO) Verilog RTL
- Host: GitHub
- URL: https://github.com/drom/nco
- Owner: drom
- License: mit
- Created: 2018-03-17T06:25:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-15T23:53:13.000Z (over 1 year ago)
- Last Synced: 2025-05-07T11:15:57.598Z (13 days ago)
- Language: JavaScript
- Homepage: https://drom.io/nco
- Size: 1.04 MB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[Numerically controlled oscillator](https://en.wikipedia.org/wiki/Numerically_controlled_oscillator) (NCO) in Verilog RTL
Configurable hybrid implementation:
* complex output {Im, Re}
* Integer (2's complement) implementation
* Pi/4 Look-up table stage
* N2 - CORDIC stages
* N3 - Dynamic Rotation CORDIC stages## Parameters
* WD : data width (per component)
* SCALE : fixed point magnitude of the output signal
* WA0 : phase accumulator width
* WA1 : Look-up table bits
* WA2 : bits for the CORDIC stages
* WA3 : bits for the Dynamic Rotation CORDIC