#include <dsp_types.h>
Definition at line 233 of file dsp_types.h.
Data Fields | |
dsp32_t__ | imag |
imaginary part | |
dsp32_t__ | real |
real part |
dsp32_t__ dsp32_complex_t::imag |
imaginary part
Definition at line 238 of file dsp_types.h.
Referenced by dsp32_debug_print_complex(), and dsp32_trans_realcomplexfft().
dsp32_t__ dsp32_complex_t::real |
real part
Definition at line 236 of file dsp_types.h.
Referenced by dsp32_debug_print_complex(), and dsp32_trans_realcomplexfft().