Skip to content

kellman/pyfftc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Centered FFTs for Pytorch

Pytorch ffts center the dc component at the first position along each dimension, (0,0, ..., 0). However, it is easier to generate and visualize point spread functions as centered functions. fftshift and ifftshift enable easy transfer from zero and centered spaces. This package fills the void with an implementation of centered fft and iffts for Pytorch.

Install

pip install pyfftc

About

A Pytorch implementation of centered ffts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published