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

Feature/real fft #22

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

Feature/real fft #22

wants to merge 5 commits into from

Commits on Mar 2, 2023

  1. FFT optimization

    - Add real fft implementation;
    - FFT cache optimization;
    - Remove ifft.h header;
    - Add circshift function;
    - Code refactoring;
    vitalsong committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    cfc90cf View commit details
    Browse the repository at this point in the history
  2. rfft optimization

    vitalsong committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    3d53a96 View commit details
    Browse the repository at this point in the history
  3. optimization fixes

    vitalsong committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    ab84b08 View commit details
    Browse the repository at this point in the history
  4. Update README.md, fix CI

    vitalsong committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    4ca7f74 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Fix dft-tables

    vitalsong committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    bf221fa View commit details
    Browse the repository at this point in the history