_IQ3mpyIQX() function
Multiply two IQ numbers in different IQ formats, returning the product in IQ3 format.
Syntax
extern int32_t _IQ3mpyIQX(int32_t A,
int n1,
int32_t B,
int n2);
Arguments
n1
IQ format for first value.
n2
IQ format for second value.
a
IQN1 type value input to be multiplied.
b
IQN2 type value input to be multiplied.
Return value
IQ3 type result of the multiplication.