RISA
cuda_kernels_filter.h File Reference
#include <cmath>
Include dependency graph for cuda_kernels_filter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 risa
 
 risa::cuda
 

Macros

#define _USE_MATH_DEFINES
 

Functions

__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...
 

Macro Definition Documentation

#define _USE_MATH_DEFINES

Definition at line 27 of file cuda_kernels_filter.h.