TABLE 1 - uploaded by Burhan Khurshid
Content may be subject to copyright.
LATENCY COMPARISON FOR16 AND 32-BIT CORDIC

LATENCY COMPARISON FOR16 AND 32-BIT CORDIC

Source publication
Article
Full-text available
Digital Signal Processing domain has long been dominated by software systems; however, the state of art signal processing is now again switching back to hardware based solutions. This requires development of algorithms that can be efficiently implemented on different hardware platforms. CORDIC is one such hardware-efficient algorithm that is used i...

Context in source publication

Context 1
... folded and unfolded structures are analyzed for different performance parameters. Table 1 provides latency ...

Similar publications

Article
Full-text available
Digital Signal Processing algorithms are known to provide an unbeatable performance in processing the real world data. To assure this real-time throughput requirement, DSP algorithms need to be implemented and optimized for sustaining high data rates while maintaining a flexible tradeoff with performance parameters like area, speed and power. CORDI...
Article
Full-text available
CORDIC is an acronym for COordinate Rotation Digital Computer. It is a hardware-efficient, shift and add algorithm that is used in various digital signal processing applications for computing trigonometric, logarithmic, hyperbolic and other linear and transcendental functions. Traditionally the algorithm is implemented in hardware in two different...

Citations

... With digital signal processing switching back to hardware efficient solutions [2], CORDIC came to picture. The CORDIC method of computation basically represents a compromise between the look-up table method and the power series method, wherein the precision of the result is preserved without having to use any considerable amount of on chip memory. ...
Article
Full-text available
CORDIC is an acronym for COordinate Rotation Digital Computer. It is a hardware-efficient, shift and add algorithm that is used in various digital signal processing applications for computing trigonometric, logarithmic, hyperbolic and other linear and transcendental functions. Traditionally the algorithm is implemented in hardware in two different styles: folded and unfolded. Unfolded structures are pipelined to increase the throughput of the structure. This paper implements the algorithm in normal unfolded style, but using multistage pipelined adders. The resulting structure is compared against the traditional unfolded and pipelined approaches and is shown to have an improved throughput. The structure has been coded in VHDL and implemented using Xilinx FPGA synthesis tool. The algorithm has been simulated for sine and cosine function evaluation. The simulations are carried out using Xilinx ISim tool.