Skip to content

An implementation of the FFT Cooley-Tukey algorithm

Notifications You must be signed in to change notification settings

eduvfalc/fp-fft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fixed-Point FFT

An implementation of the FFT Cooley-Tukey algorithm using the Compositional Numeric Library's fixed-point representation and the Embedded Template Library's vector.

Pre-requisites

Install the Compositional Numeric Library's and Embedded Template Library's header files locally in your system (follow the steps explained in their repos).

Building

For your convenience, you can build the application using the script build.sh. You will need cmake for that.

Testing

You can run the tests by executing the script test.sh. You will need googletest for that.

About

An implementation of the FFT Cooley-Tukey algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published