Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added FFTMod #67

Merged
merged 50 commits into from Jun 24, 2019
Merged

Commits on Apr 23, 2019

  1. Added FFTMod

    Chillee committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    6011aa5 View commit details
    Browse the repository at this point in the history
  2. Shortened a bit

    Chillee committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    ba0cc27 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2019

  1. Configuration menu
    Copy the full SHA
    bba7a32 View commit details
    Browse the repository at this point in the history
  2. Updated formatting

    Chillee committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    a2b9413 View commit details
    Browse the repository at this point in the history
  3. removed another 2 lines

    Chillee committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    e83e65b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b5a4f4 View commit details
    Browse the repository at this point in the history
  5. Updated headers for FFTMod

    Chillee committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    12f0a0a View commit details
    Browse the repository at this point in the history
  6. Updated header

    Chillee committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    75ba4da View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    81e2ae8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    77adbd4 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2019

  1. Fixed typo

    Chillee committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    5243182 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba5bc7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ace08ab View commit details
    Browse the repository at this point in the history
  4. Fixed some formatting issues

    Chillee committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    7d26dee View commit details
    Browse the repository at this point in the history
  5. Fixed rep space issues

    Chillee committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    7c16aeb View commit details
    Browse the repository at this point in the history
  6. Fixed spacing issues

    Chillee committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    c77b038 View commit details
    Browse the repository at this point in the history
  7. Fixed formatting issues

    Chillee committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    fe7b393 View commit details
    Browse the repository at this point in the history
  8. Modified header

    Chillee committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    64ef0ab View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f5ecd33 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b7eb861 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f072eb1 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2019

  1. Fixed formatting

    Chillee committed Apr 27, 2019
    Configuration menu
    Copy the full SHA
    d5664e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ea261d View commit details
    Browse the repository at this point in the history
  3. removed extraneous spaces

    Chillee committed Apr 27, 2019
    Configuration menu
    Copy the full SHA
    cdd8367 View commit details
    Browse the repository at this point in the history
  4. Fixed wconversion warning

    Chillee committed Apr 27, 2019
    Configuration menu
    Copy the full SHA
    99f761d View commit details
    Browse the repository at this point in the history
  5. Changed from vi to vl

    Chillee committed Apr 27, 2019
    Configuration menu
    Copy the full SHA
    b984354 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e67097d View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2019

  1. Configuration menu
    Copy the full SHA
    dcb957b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93b71fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5526de4 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2019

  1. Fixed formatting issue

    Chillee committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    f37262a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5136a02 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2019

  1. Higher precision FFT

    10% slower, but reused across FFT's so should be fine for any reasonable
    problem.
    simonlindholm committed May 7, 2019
    Configuration menu
    Copy the full SHA
    7ec3cfc View commit details
    Browse the repository at this point in the history
  2. Shorter description

    simonlindholm committed May 7, 2019
    Configuration menu
    Copy the full SHA
    7d00189 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c104ed3 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2019

  1. Configuration menu
    Copy the full SHA
    1d527d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a36aee5 View commit details
    Browse the repository at this point in the history
  3. Shave off a few chars

    simonlindholm committed May 8, 2019
    Configuration menu
    Copy the full SHA
    675d08c View commit details
    Browse the repository at this point in the history
  4. Naive FFTMod fuzz-test

    simonlindholm committed May 8, 2019
    Configuration menu
    Copy the full SHA
    6e161a9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5bd55d9 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2019

  1. Configuration menu
    Copy the full SHA
    94c31ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8d00da View commit details
    Browse the repository at this point in the history
  3. Update test

    simonlindholm committed May 15, 2019
    Configuration menu
    Copy the full SHA
    2a2957b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    12c374d View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2019

  1. Description updates

    simonlindholm committed Jun 22, 2019
    Configuration menu
    Copy the full SHA
    3f09df5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df8c82c View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2019

  1. Update FFT fuzz-test

    simonlindholm committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    3cfc69e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    597b5fa View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2019

  1. Configuration menu
    Copy the full SHA
    4251223 View commit details
    Browse the repository at this point in the history
  2. Fuzz-test consistency

    simonlindholm committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    0fa3607 View commit details
    Browse the repository at this point in the history