CORDIC ALGORITHM
#1

CORDIC ALGORITHM
Radar works by bouncing electromagnetic energy off a target, recording the echo and making some useful observation from the data. A fundamental problem in radar is that the vast majority of the reflected energy does not make it back to the receiver. Much of the processing in a radar system is to improve the signal to noise ratio of the received signal and maximizing range accuracy to determine the position of the target with less error. Various techniques are available to the radar engineer for the design of high range solution system .These techniques may be categorized as simple pulse and pulse compression techniques. NEED FOR CORDIC Digital Signal Processing is dominated by microprocessors with enhancements , single cycle multiply-accumulate instruction and special addressing modes . Microprocessors are not fast enough for truly demanding DSP tasks. Algorithms optimized for these microprocessors based system do not map well into hardware.The advent of reconfigurable logic computers permits the higher speeds of dedicated hardware solution at costs that are competitive with the traditional software approach. Among these hardware-efficient algorithms is a class of iterative solutions for trigonometric and other transcendental functions that use only shifts & adds to perform. This trigonometric algorithm is called CORDIC. The trigonometric CORDIC algorithms were originally developed as a digital solution for real-time navigation problems CORDIC Theory: An algorithm for vector rotation CORDIC is an acronym for Coordinate Rotation Digital Computer. It is a hardware efficient algorithm, which belong to a class of iterative solutions that use only shifts & adds to perform a wide range of functions including certain trigonometric, hyperbolic, linear and logarithmic functions. CORDIC revolves around the idea of "rotating" the phase of a complex number, by multiplying it by a succession of constant values. however, the "multiplies" can all be powers of 2,so in binary arithmetic they can be done using just shifts and adds; no actual "multiplier" is needed
Reply
#2
Now one can read full text of my book about CORDIC
published in 1972:
http://baykov.de/CORDIC1972.htm
http://umup.narod.ru/1115.zip

And also:
http://baykov.de/CORDIC1985.htm

http://web.archiveweb/19990421185918/dev...ykov3.html

Vladimir Baykov
Reply
#3
Now one can read the full text of my book
about CORDIC published in 1975:

http://baykov.de/CORDIC1975.htm
http://umup.narod.ru/1115.zip
[Image: image002.jpg]

and also my PhD Thesis:
http://baykov.de/CORDIC1972.htm

The second book about CORDIC:
http://baykov.de/CORDIC1985.htm

http://web.archiveweb/19990421185918/dev...ykov3.html

Vladimir Baykov
Reply
#4
wow ..its very nice
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: cordic exponential, cordic fft, cordic chalk, cordic algorithm implementation in c**aptech dism portal paper question and answersbular form, cordic atan2 vhdl, cordic algorithm, cordic atan2 for fpga,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  ODAM: An Optimized Distributed Association Rule Mining Algorithm computer science crazy 5 3,352 23-01-2012, 11:56 AM
Last Post: seminar addict
  quantum cost optimization algorithm full report computer science crazy 0 883 16-01-2012, 06:02 PM
Last Post: computer science crazy
  Simulation of Dijkstra Routing Algorithm full report project topics 2 3,812 30-11-2011, 10:22 PM
Last Post: VickyBujju
  An Adaptive Algorithm for Incremental Mining of Association Rules smart paper boy 0 1,021 30-08-2011, 09:38 AM
Last Post: smart paper boy
  A Time-Varying Convergence Parameter for the LMS Algorithm in the Presence of White smart paper boy 0 922 19-08-2011, 10:37 AM
Last Post: smart paper boy
  An Adaptive K-means Clustering Algorithm for Breast Image Segmentation smart paper boy 0 1,138 29-07-2011, 02:19 PM
Last Post: smart paper boy
  A MPPT ALGORITHM FOR SINGLE-PHASE SINGLE-STAGE PHOTOVOLTAIC CONVERTERS smart paper boy 0 1,542 28-07-2011, 03:45 PM
Last Post: smart paper boy
  A New Fast Acquisition Algorithm for GPS Receivers smart paper boy 0 748 28-07-2011, 03:42 PM
Last Post: smart paper boy
  Real Time Image Segmentation using watershed algorithm on FPGA smart paper boy 0 870 28-07-2011, 12:07 PM
Last Post: smart paper boy
  Developing and Implementing Encryption Algorithm for Addressing GSM Security Issues smart paper boy 0 1,134 19-07-2011, 04:31 PM
Last Post: smart paper boy

Forum Jump: