Created
March 6, 2017 19:39
-
-
Save diegocasmo/c24ec217bc490fb10fb99ffa3f8fa112 to your computer and use it in GitHub Desktop.
Mathematical examples used for the blogpost: 'The Fast Fourier Transform Algorithm'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ae(y) = a0 + a2y + a4y^2 + a6^y3 + ... + a(n-2)y^(n-2/2) | |
Ao(y) = a1 + a3y + a5y^2 + a6^y3 + ... + a(n-1)y^(n-2/2) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Full blog post can be found here: https://medium.com/@diegocasmo/the-fast-fourier-transform-algorithm-6f06900c565b#.lqtcu69lk