joiellantero / fastest-fast-fourier-transform

Algorithms for Fast Fourier Transform (FFT) and the Inverse Fast Fourier Transform (IFFT)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fast Fourier Transform and Inverse Fast Fourier Transform

License

πŸš€ Quickstart

1. Running the program

  • The usual

    $ python3 fft.py
  • Input redirection

    $ python3 fft.py < in_[date]_[time].txt 
  • Input and output redirection

    $ python3 fft.py < in_[date]_[time].txt > out_[date]_[time].txt

πŸ‘¨β€πŸ’» Author

πŸ“„ License

About

Algorithms for Fast Fourier Transform (FFT) and the Inverse Fast Fourier Transform (IFFT)

License:MIT License


Languages

Language:Python 100.0%