This is demonstration code related to FFT theory and implementation. This was used in a presentation for Computer Science Club. It is basically an example of a DFT and very concise FFT in Ruby. The FFT is recursive, which is not an efficient method for computing it. For that you need to using fancy indexing with iteration. The purpose of this implementation is to demonstrate the simple form of recursion for the FFT.
-
Notifications
You must be signed in to change notification settings - Fork 0
FFT code for Computer Science Club presentation
License
CompScienceClub/ruby-fft
About
FFT code for Computer Science Club presentation
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published