#include <dsp_types.h>
Definition at line 216 of file dsp_types.h.
Data Fields | |
| dsp16_t__ | imag |
| imaginary part | |
| dsp16_t__ | real |
| real part | |
| dsp16_t__ dsp16_complex_t::imag |
imaginary part
Definition at line 221 of file dsp_types.h.
Referenced by dsp16_debug_print_complex(), dsp16_trans_complexfft(), dsp16_trans_complexifft(), and dsp16_trans_realcomplexfft().
| dsp16_t__ dsp16_complex_t::real |
real part
Definition at line 219 of file dsp_types.h.
Referenced by dsp16_debug_print_complex(), dsp16_trans_complexfft(), dsp16_trans_complexifft(), and dsp16_trans_realcomplexfft().
1.5.5