schrofft

schrofft

Synopsis

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);
void                schro_fft_generate_tables_f32       (float *costable,
                                                         float *sintable,
                                                         int shift);
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);

Description

Details

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);