Skip to content

Shravanthi98/DFT-using-CORDIC-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

IMPLEMENTATION OF DISCRETE FOURIER TRANSFORM USING CORDIC ALGORITHM

This project deals with the implementation of DFT using CORDIC Algorithm in its rotation mode of operation. The twiddle factors, i.e. the phase rotation factors, required in DFT computations are calculated by CORDIC algorithm. Moreover, by utilizing some trigonometric identities in the DFT calculation CORDIC rotators are effectively used. This implementation reduces the complexity of the DFT by a great amount without compromising on the accuracy of the result.

Instructions to Run:

runner.m :Run this file to obtain the DFT of the given input sequence which will be printed on the command window.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages