Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 651 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 651 Bytes

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