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.

MSP430FR5994: msp_cmplx_shift_q15

Part Number: MSP430FR5994
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返回共轭结果是什么意思?使用时这个参数怎样配置?