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

Update to rustfft 6.0 and Rust 2018 edition #6

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Commits on Mar 12, 2021

  1. Configuration menu
    Copy the full SHA
    bad50ff View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2021

  1. add zero-padding FFT

    YoshieraHuang committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    3695eb8 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. Configuration menu
    Copy the full SHA
    a6a46f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d7e28d View commit details
    Browse the repository at this point in the history
  3. Update rustfft to 6.0.1

    sunsided committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    3407a9e View commit details
    Browse the repository at this point in the history
  4. Update apodize to 1.0.0

    sunsided committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    b96ee40 View commit details
    Browse the repository at this point in the history
  5. Update .gitignore

    sunsided committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    8547443 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fef79d3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f22c999 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. Configuration menu
    Copy the full SHA
    1ec2791 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    932c966 View commit details
    Browse the repository at this point in the history
  3. Reuse complex input/output buffer

    This also adds explicit zero-padding of the input/output buffer
    to ensure that previous calculations don't "spill over".
    sunsided committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    be2be92 View commit details
    Browse the repository at this point in the history
  4. Add missing result assertion to integration tests

    In addition, the FFT calculation is now performed twice to ensure
    that the shared input/output buffer does not affect future calculations.
    sunsided committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    bc09103 View commit details
    Browse the repository at this point in the history