IQ Numeric Module.
Overview
defines for IQ
#include "stdint.h"
Go to the source code of this file.
|
| void | float2IQ (IQ_NUM_T *pIqNum, const float setValue) |
| | Float to IQ conversion. More...
|
| |
| void | float2IQx (int32_t *pIqxNum, const float setValue, const int16_t iqScaling) |
| | Float to IQ conversion with scaling. More...
|
| |
§ float2IQ()
| void float2IQ |
( |
IQ_NUM_T * |
pIqNum, |
|
|
const float |
setValue |
|
) |
| |
§ float2IQx()
| void float2IQx |
( |
int32_t * |
pIqxNum, |
|
|
const float |
setValue, |
|
|
const int16_t |
iqScaling |
|
) |
| |
Float to IQ conversion with scaling.
- Parameters
-
| [in] | pIqxNum | Pointer to IQ value |
| [in] | setValue | float value |
| [in] | iqScaling | scaling factor |