Skip to content

A simple implementation for FFT algorithm, based on the book Introduction to Algorithms.

License

Notifications You must be signed in to change notification settings

mcxxmc/simple-implementation-fft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-implementation-fft

A simple implementation for FFT algorithm, based on the book Introduction to Algorithms.

It supports both DFT and its reverse. Please refer to the test file (fft_test.go) for how to use.

Currently, it assumes that the length of the input to be a power of 2.

TODO

  1. enable inputs of variant lengths.

About

A simple implementation for FFT algorithm, based on the book Introduction to Algorithms.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages