|
MounRiver Studio |
http://mounriver.com/ |
| char _IQtoa(char A, const char B, _iq C); |
/**********************************************************************************************************************************
*
Function Name : _IQtoa
* Description : Convert IQ
format number into a string
*
Input : A: Buffer for
storing conversion
results
*
: B: Formatted output parameter "%I.Qf", I and Q represent the decimal number of
integer and fractional part
respectively
*
: For example, "%7.8f" prints 7 decimal digits in the integer part and 8 decimal
digits in the decimal
part.
*
: C: The number of IQ formats to be converted
*
Return : String form of
C
**********************************************************************************************************************************/