msp_cmplx_shift_q15 | ( | const msp_cmplx_shift_q15_params * | params, |
const _q15 * | src, | ||
_q15 * | dst | ||
) |
uint16_t | length |
Length of source and destination data, must be a multiple of two. | |
int8_t | shift |
bool | conjugate |
Return complex conjugate result. |
请问这个复数移位函数里面的参数conjugate返回共轭结果是什么意思?使用时这个参数怎样配置?