Fixed-Point ATAN2 using CORDIC

버전 1.0.0.1 (10.9 KB) 작성자: Giorgia Zucchelli
This demo shows how a fixed-point cordic algorithm to calculate a phase from polar coordinates (arct
다운로드 수: 3.1K
업데이트 날짜: 2016/9/1

라이선스 보기

This demo consists of a m-file script (fixed_point_atan2_using_cordic.m) and a m-file function (atan2_fixpt.m). The script contains a step-by-step explanation of how a four quadrant arctan can be calculated using a CORDIC (COordinate Rotation DIgital Computer) algorithm. The first part shows the CORDIC algorithm in floating-point double precision, whereas the second part of the m-file explains how to implement the CORDIC in 16-bit fixed-point with bit shifts. The third part shows how to generate C code for the m-file function to speed-up the algorithm.
The m-file function contains an implementation of the CORDIC in Embedded MATLAB™ compliant m-code. This function can be used to generate C-code or HDL (VHDL or Verilog) in MATLAB® of Simulink®.

인용 양식

Giorgia Zucchelli (2024). Fixed-Point ATAN2 using CORDIC (https://www.mathworks.com/matlabcentral/fileexchange/19316-fixed-point-atan2-using-cordic), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2007b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.1

Updated license

1.0.0.0