循环模式下的CORDIC旋转和矢量我要分享

CORDIC rotation and vector in loop mode

givens-rotation compensation Cordic-Rotation Givens

关注次数: 229

下载次数: 0

文件大小: 2KB

代码分类: 仿真计算

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

这个代码演示了在循环模式下的CORDIC旋转和矢量,还有补偿和角度校正,也是吉文斯旋转的代码。


English Description:

This code demonstrates CORDIC rotation and vector in loop mode, as well as compensation and angle correction, which is also givens rotation code


代码预览

New folder

..........\cordic_rotation.m

..........\cordic_rotation1.m

..........\cordic_vctr_circular.m

..........\cordic_vctr_circular1.m

..........\GivensRotation.m