GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
Loading...
Searching...
No Matches
fft_internal.h File Reference

Internals of FFT for OpenCL. More...

#include "clFFT.h"
#include <iostream>
#include <sstream>
#include <string>

Go to the source code of this file.

Classes

struct  kernel_info_t
struct  cl_fft_plan

Typedefs

typedef enum kernel_dir_t cl_fft_kernel_dir
typedef struct kernel_info_t cl_fft_kernel_info

Enumerations

enum  kernel_dir_t { cl_fft_kernel_x , cl_fft_kernel_y , cl_fft_kernel_z }

Functions

void FFT1D (cl_fft_plan *plan, cl_fft_kernel_dir dir)

Detailed Description

Internals of FFT for OpenCL.

Version: <1.0>

Copyright ( C ) 2008 Apple Inc. All Rights Reserved. SPDX-License-Identifier: LicenseRef-Apple-Permissive

Definition in file fft_internal.h.

Enumeration Type Documentation

◆ kernel_dir_t

enum kernel_dir_t

Definition at line 25 of file fft_internal.h.