Cordic Algorithm Implementation for Transcendental Function Computation
MATLAB implementation of CORDIC algorithm for transcendental function calculation with simulation verification and detailed code analysis
Explore MATLAB source code curated for "cordic算法" with clean implementations, documentation, and examples.
MATLAB implementation of CORDIC algorithm for transcendental function calculation with simulation verification and detailed code analysis
MATLAB simulation of CORDIC algorithm developed during graduation project, accompanied by a research paper explaining CORDIC principles. Includes detailed code implementation for trigonometric and hyperbolic functions using iterative coordinate rotation.
MATLAB implementation of the Cordic algorithm featuring programmatically generated data files - this is the basic, unoptimized version of the algorithm
Implementation of arctangent function using CORDIC algorithm with inputs for x-coordinate, y-coordinate, and iteration count, outputting angle in degrees and radians; includes CORDIC algorithm documentation
CORDIC Algorithm for Computing Transcendental Functions with MATLAB Implementation Details
MATLAB code implementation of the Cordic algorithm with technical explanations and implementation details
MATLAB Simulation of CORDIC Algorithm with Code Implementation Details and Performance Analysis
CORDIC Algorithm Implementation for Arctangent Calculation with Hardware-Efficient Iterative Approach