Skip to content

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

License

Notifications You must be signed in to change notification settings

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