cordic-algorithm
There are 25 repositories under cordic-algorithm topic.
JoshuaEbenezer/FFT-cordic-HDL
FFT implementation using CORDIC algorithm written in Verilog.
tbewley/RR
the Renaissance Repository, a collection of pedagogical codes associated with the forthcoming texts Renaissance Robotics and Numerical Renaissance, by Thomas Bewley
sadrasabouri/CORDIC
Implementation of CORDIC Algorithms Using Verilog
hukenovs/blackman_harris_win
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)
JensGrabner/snc98_Slash-Number-Calculator
accurate scientific calculator with fractions inside
tarlaun/CORDIC
Digital System Design Project - Spring 2020
kalhorghazal/CORDIC-Vectoring-Mode
📐 CORDIC in Vectoring Mode, Computer Aided Design of Digital Systems course, University of Tehran
AxelRieben/CORDIC-Algorithm
Javascript implementation of the CORDIC Algorithm that approximate trigonometric functions
feddischson/yac
YAC - Yet Another CORDIC Core
h-kaushik/scalable-cordic
Self-project on describing CORDIC algorithm for calculation of arctan(y/x) using Verilog.
TurtleTaco/Cordic-Sqrt-Algorithm-Invoking
CORDIC square root algorithm implemented in Xilinx FPGAs
yektaKamane/CORDIC-Algorithm
Implementation of the CORDIC machine in circular rotation mode
ali-asnaashari/CORDIC-Algorithm
Implementation of the CORDIC machine in circular rotation mode
pbing/CORDIC
Synthesizeable CORDIC processor in SystemVerilog.
FloHofstetter/M9-VLSI-Anwendungen
Summary of projects I did in VLSI desing.
johnmaxrin/AF754
A collection of activation functions implemented in Bluespec for integration with hardware designs, ensuring IEEE 754 compliance
william96ming/Coordinate-Rotation-Digital-Computer
A FPGA design that is a 16-bits CORDIC computer to find the sine and cosine of a angle in range of 0 to π/2.
andreanstev/CORDIC_Algorithm
Algorithms for calculating sine and cos with an input in degree. For now it only works for quadrant I. (This code is just for demonstration, not for implementation)
ar7eniyan/cordic-rust
An implementation of CORDIC algorithm written in Rust
ElecGeek/MultiSignalGene
Generates multi channels sounds from primitives
ErikDaniaPutra/Tugas-Besar-EL2002-Sistem-Digital
Sine, Cosine, Tan, Arc sin, and Arc Cos Calculator using CORDIC Algorithm.
Lima001/BCC-Metodos-Numericos
Repositório destinado ao armazenamento e compartilhamento de códigos desenvolvidos na disciplina de Métodos Numéricos do Curso de Bacharelado em Ciências da Computação
pat-pgt/MultiFrequenciesDetector
Time domain to logarithmic frequency domain converter, as the polyphase FFT do for the linear.
Kerciu/cordic-risc-v
My implementation of CORDIC algorithm in RISC-V assembly 🧮🔢 — a project for the Computer Architecture Lab at Warsaw University of Technology (WUT) 🎓. This project showcases the CORDIC algorithm's implementation and its application in RISC-V assembly language. 💻🚀