imathsoft / sinctransform

Fast Sinc Transform Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sinc Transform

A C++ package for computing the fast sinc and sinc-squared transforms in 1, 2, and 3 dimensions according to the algorithm proposed by Greengard et. al. in 2006. Matlab codes are included for convenience as well. The transforms are defined as follows:

Documentation

Please see the primary documentation here for installation instructions, example code, derivations, licenses, etc.

Prerequisites

Note that this code crucially requires the FINUFFT library, as detailed in the installation instructions, as well as all of its required libraries (FFTW, for example).

About

Fast Sinc Transform Library

License:Other


Languages

Language:C++ 87.1%Language:MATLAB 11.9%Language:Makefile 1.0%