<%@ page language="java" contentType="text/html" %> <%-- Include common initialisation code --%> <%@ include file="/arch/common.jsp" %> <%-- The current tab --%> <% String currentTab = "Research"; %> <%-- Content of navigation pane --%> <%@ include file="nav.jsp" %> <% showCurrentLink=true; %> <%-- Current navigation location --%> <% String currentNav = "Reports and Theses"; %> <%-- Include the code for the document header --%> <%@ include file="/arch/header.jsp" %>

Research Report CS-RR-264

<%-- Include the code for the lines and navigation --%> <%@ include file="/arch/middle.jsp" %>

C. Clarke and Graham R. Nudd, Three Dimensional CORDIC with reduced iterations (March 1, 1994).

Abstract

This paper describes a modification to the three dimensional CORDIC algorithm using an approximation of the Taylor series. The modification has the potential to reduce the number of iterations required for a three dimensional CORDIC operation by at least 25 percent. The approach used is based upon a modification of the two dimensional CORDIC algorithm originally suggested by H.M Ahmed.

Download

cs-rr-264.ps.gz

<%-- Include the code for the document footer --%> <%@ include file="/arch/footer.jsp" %>