FFT implementation using CORDIC algorithm written in Verilog.
-
Updated
Sep 6, 2018 - Verilog
FFT implementation using CORDIC algorithm written in Verilog.
the Renaissance Repository, a collection of pedagogical codes associated with the forthcoming texts Renaissance Robotics and Numerical Renaissance, by Thomas Bewley
Blackman-Harris Window functions (3-, 5-, 7-term etc.) from 1K to 64M points based only on LUTs and DSP48s FPGA resources. Main core - CORDIC like as DDS (sine / cosine generator)
accurate scientific calculator with fractions inside
📐 CORDIC in Vectoring Mode, Computer Aided Design of Digital Systems course, University of Tehran
Digital System Design Project - Spring 2020
Javascript implementation of the CORDIC Algorithm that approximate trigonometric functions
YAC - Yet Another CORDIC Core
Implementation of the CORDIC machine in circular rotation mode
CORDIC square root algorithm implemented in Xilinx FPGAs
Synthesizeable CORDIC processor in SystemVerilog.
Self-project on describing CORDIC algorithm for calculation of arctan(y/x) using Verilog.
Time domain to logarithmic frequency domain converter, as the polyphase FFT do for the linear.
Implementation of the CORDIC machine in circular rotation mode
A synthesizable 16-stage pipelined CORDIC engine in Verilog for high-throughput sine and cosine calculation. 🚀
A collection of activation functions implemented in Bluespec for integration with hardware designs, ensuring IEEE 754 compliance
It is the CORDIC implementation in Verilog. CORDIC is a hardware algorithm (CORDIC 硬體演算法) based on simple additions/subtractions and bit shifts. It can compute trigonometric, hyperbolic, exponentials, logarithms, multiplication, division, square, and square-root. And it is widely used in digital signal processing (DSP), embedded systems and FPGAs.
Summary of projects I did in VLSI desing.
Add a description, image, and links to the cordic-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the cordic-algorithm topic, visit your repo's landing page and select "manage topics."