Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 906 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 906 Bytes

Trainable Fractional Fourier Transform

In this repository, we present the source code for the experiments of our Trainable Fractional Fourier Transform paper is accepted to IEEE Signal Processing Letters. The installable package torch-frft is maintained at its own GitHub page. The package is available on both PyPI and Conda. Installation instructions are provided below.

Installation of torch-frft

You can install the package directly from PyPI using pip or poetry as follows:

pip install torch-frft

or

poetry add torch-frft

or directly from Conda:

conda install -c conda-forge torch-frft