#include <cmath>
Go to the source code of this file.
|
__global__ void | risa::cuda::filterSL (int x, int y, cufftComplex *data) |
|
__global__ void | risa::cuda::filterRamp (int x, int y, cufftComplex *data) |
|
__global__ void | risa::cuda::filterHamming (int x, int y, cufftComplex *data) |
|
__global__ void | risa::cuda::filterHanning (int x, int y, cufftComplex *data) |
|
template<typename T > |
auto | risa::cuda::sheppLogan (const T w, const T d) -> T |
| computes the value of the Shepp-Logan-filter function More...
|
|
template<typename T > |
auto | risa::cuda::cosine (const T w, const T d) -> T |
| computes the value of the Cosine-filter function More...
|
|
template<typename T > |
auto | risa::cuda::hamming (const T w, const T d) -> T |
| computes the value of the Hamming-filter function More...
|
|
template<typename T > |
auto | risa::cuda::hanning (const T w, const T d) -> T |
| computes the value of the Hanning-filter function More...
|
|
#define _USE_MATH_DEFINES |