You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
High-performance CORDIC hardware accelerator on Zynq-7000 SoC with 16-stage pipeline and 0.05% error margin.基于Zynq-7000 SoC的高性能CORDIC硬件加速器,具有16级流水线和0.05%误差容限。
The data captured from the Petalinux Environment over the Uart interface will be transmitted to the CORDIC IP and the results will be transmitted to the PC over the Uart.
Calculating sine and cosine using CORDIC algorithm in MIPS assembly. Project for Computer Architecture (ARKO) laboratories at Warsaw University of Technology.
A project in which Xilinx's CORDIC (COordinate Rotation DIgital Computer) IP is used as the hardware accelerator and the processor transfers the computational load to the hardware accelerator.