15 const size_t bit_width);
21 void flt_bit_reverse_indexes_float(
23 const unsigned length);
29 void flt_bit_reverse_indexes_double(
31 const unsigned length);
37 void flt_make_sine_table_float(
45 void flt_make_sine_table_double(
53 void flt_fft_forward_float(
56 const float sine_table[]);
62 void flt_fft_forward_double(
65 const double sine_table[]);
71 void flt_fft_inverse_float(
74 const float sine_table[]);
80 void flt_fft_inverse_double(
83 const double sine_table[]);
89 void flt_fft_split_spectrum_float(
97 void flt_fft_split_spectrum_double(
105 void flt_fft_merge_spectra_float(
113 void flt_fft_merge_spectra_double(
A complex number with a double-precision floating-point real part and a double-precision floating-poi...
Definition: xs3_math_types.h:409
[bfp_complex_s16_t]
Definition: xs3_math_types.h:397