Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 547 Bytes

README.rst

File metadata and controls

23 lines (15 loc) · 547 Bytes

Fourier Toolkit

License: MIT

Fourier Toolkit (FTK) is a collection of utilities to compute Fourier Transforms.

Installation

# user install
pip install fourier_toolkit@git+https://github.com/SepandKashani/fourier_toolkit.git

# developer install
git clone https://github.com/SepandKashani/fourier_toolkit.git
cd fourier_toolkit/
pip install -e ".[dev]"