Classes | Typedefs | Functions | Variables
kfc.c File Reference
#include "kfc.h"
Include dependency graph for kfc.c:

Go to the source code of this file.

Classes

struct  cached_fft
 

Typedefs

typedef struct cached_fftkfc_cfg
 

Functions

static kiss_fft_cfg find_cached_fft (int nfft, int inverse)
 
void kfc_cleanup (void)
 
void kfc_fft (int nfft, const kiss_fft_cpx *fin, kiss_fft_cpx *fout)
 
void kfc_ifft (int nfft, const kiss_fft_cpx *fin, kiss_fft_cpx *fout)
 

Variables

static kfc_cfg cache_root =NULL
 
static int ncached =0
 

Typedef Documentation

◆ kfc_cfg

typedef struct cached_fft* kfc_cfg

Definition at line 11 of file kfc.c.

Function Documentation

◆ find_cached_fft()

static kiss_fft_cfg find_cached_fft ( int  nfft,
int  inverse 
)
static

Definition at line 24 of file kfc.c.

◆ kfc_cleanup()

void kfc_cleanup ( void  )

Definition at line 63 of file kfc.c.

◆ kfc_fft()

void kfc_fft ( int  nfft,
const kiss_fft_cpx fin,
kiss_fft_cpx fout 
)

Definition at line 75 of file kfc.c.

◆ kfc_ifft()

void kfc_ifft ( int  nfft,
const kiss_fft_cpx fin,
kiss_fft_cpx fout 
)

Definition at line 80 of file kfc.c.

Variable Documentation

◆ cache_root

kfc_cfg cache_root =NULL
static

Definition at line 21 of file kfc.c.

◆ ncached

int ncached =0
static

Definition at line 22 of file kfc.c.



plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Aug 11 2024 02:24:27