schrofft

schrofft

Functions

Description

Functions

schro_fft_fwd_f32 ()

void
schro_fft_fwd_f32 (float *d_real,
                   float *d_imag,
                   const float *s_real,
                   const float *s_imag,
                   const float *costable,
                   const float *sintable,
                   int shift);


schro_fft_generate_tables_f32 ()

void
schro_fft_generate_tables_f32 (float *costable,
                               float *sintable,
                               int shift);


schro_fft_rev_f32 ()

void
schro_fft_rev_f32 (float *d_real,
                   float *d_imag,
                   const float *s_real,
                   const float *s_imag,
                   const float *costable,
                   const float *sintable,
                   int shift);

Types and Values