Skip to content

CORDIC-Based Phase Correction on FPGA This project implements the CORDIC (COordinate Rotation DIgital Computer) algorithm for signal phase rotation and correction in a digital communication system using 32-PSK (Phase Shift Keying).

Notifications You must be signed in to change notification settings

16523130/cordic-based-phase-correction-using-fpga

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

CORDIC-Based Phase Correction on FPGA

This project implements the CORDIC (COordinate Rotation DIgital Computer) algorithm for signal phase rotation and correction in a digital communication system using 32-PSK (Phase Shift Keying).

The work was developed as a final project for EL2002 – Digital Systems (Institut Teknologi Bandung, 2024). The system is designed in VHDL and implemented on an FPGA, with UART communication support and Python Serial Tool integration for input/output handling.

πŸ”§ Key Features

CORDIC implementation for calculating and correcting signal phase.

32 reference angles (32PSK) for precise phase correction.

Input coordinates (x, y) via UART in HEX format β†’ processed β†’ converted into degrees/radians.

Modular VHDL design with reusable blocks:

register16bit, addsub, multiplier24to16bit, mux, counter4bit, etc.

Integration with Python for data conversion and visualization.

πŸ“‚ Repository Structure

src/ β†’ VHDL source code (main modules and submodules).

sim/ β†’ Simulation files and testbenches (ModelSim).

docs/ β†’ Technical report and documentation.

python/ β†’ Python scripts for UART communication and output processing.

πŸš€ Workflow Overview

Input coordinates (x,y) are sent from PC β†’ FPGA via UART.

FPGA executes the CORDIC iterative rotation algorithm.

Output phase is computed in binary, radians, and degrees.

Results are sent back to PC for display/processing.

πŸ“Ή Demonstration

Video demo: YouTube

Full documentation: Uploading Kelompok_20_Laporan (1).pdf…

About

CORDIC-Based Phase Correction on FPGA This project implements the CORDIC (COordinate Rotation DIgital Computer) algorithm for signal phase rotation and correction in a digital communication system using 32-PSK (Phase Shift Keying).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages