在IQmathLib.h有这样定义
#define _IQ1mpyIQX(A, IQA, B, IQB) __IQxmpy(A, B, (1 + 32 - IQA - IQB))
这个宏定义中__IQxmpy(A, B, (1 + 32 - IQA - IQB))能否详细解释下??这个是两种不同Q格式的乘法,输出的值是IQ1格式还是(1 + 32 - IQA - IQB)??这个函数的具体意思??
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
在IQmathLib.h有这样定义
#define _IQ1mpyIQX(A, IQA, B, IQB) __IQxmpy(A, B, (1 + 32 - IQA - IQB))
这个宏定义中__IQxmpy(A, B, (1 + 32 - IQA - IQB))能否详细解释下??这个是两种不同Q格式的乘法,输出的值是IQ1格式还是(1 + 32 - IQA - IQB)??这个函数的具体意思??