|
XCORE SDK
XCORE Software Development Kit
|
A complex floating-point scalar with a complex 16-bit mantissa. More...
#include <xs3_math_types.h>
Public Attributes | |
| complex_s16_t | mant |
| complex 16-bit mantissa | |
| exponent_t | exp |
| exponent | |
A complex floating-point scalar with a complex 16-bit mantissa.
Represents a (non-standard) complex floating-point value given by \( A + j\cdot B \cdot 2^{x} \), where \(A\) is mant.re, the 16-bit real part of the mantissa, \(B\) is mant.im, the 16-bit imaginary part of the mantissa, and \(x\) is the exponent exp.