Skip to content

Instantly share code, notes, and snippets.

@diegocasmo
Created March 6, 2017 19:39
Show Gist options
  • Save diegocasmo/c24ec217bc490fb10fb99ffa3f8fa112 to your computer and use it in GitHub Desktop.
Save diegocasmo/c24ec217bc490fb10fb99ffa3f8fa112 to your computer and use it in GitHub Desktop.
Mathematical examples used for the blogpost: 'The Fast Fourier Transform Algorithm'
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)
@diegocasmo
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment