Data Structures | |
| struct | dsp16_complex_t |
| 16-bit complex signed fixed point type More... | |
| struct | dsp32_complex_t |
| 32-bit complex signed fixed point type More... | |
Defines | |
| #define | dsp16_t__ S16 |
| 16-bit signed fixed point type | |
| #define | dsp32_t__ S32 |
| 32-bit signed fixed point type | |
Typedefs | |
| typedef dsp16_t__ | dsp16_t |
| 16-bit signed fixed point type optimized for 32-bit or lower microcontrollers | |
| typedef dsp32_t__ | dsp32_t |
| 32-bit signed fixed point type optimized for 32-bit or lower microcontrollers | |
| #define dsp16_t__ S16 |
| #define dsp32_t__ S32 |
| typedef dsp16_t__ dsp16_t |
16-bit signed fixed point type optimized for 32-bit or lower microcontrollers
Definition at line 199 of file dsp_types.h.
| typedef dsp32_t__ dsp32_t |
32-bit signed fixed point type optimized for 32-bit or lower microcontrollers
Definition at line 208 of file dsp_types.h.
1.5.5