Skip to content

joiellantero/fastest-fast-fourier-transform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

16 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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)

Topics

Resources

License

Stars

Watchers

Forks

Languages