Introduction - If you have any usage issues, please Google them yourself
The Fourier transform (FT) decomposes a function of time (a signal) into the frequencies that make it up, in a way similar to how a musical chord can be expressed as the frequencies (or pitches) of its constituent notes. In this sort repository I will be implementing a general Fourier Transform algorithm capable of decomposing a function f(x) = sin(2apix) + sin(2bpix) ... for constants a,b,.. > 0.
Authors
Fotios Kapotos - Initial work
This project is licensed under the MIT License - see the LICENSE.md file for details