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.
controlSUITE中DSP库的函数void RFFT_f32_phase (RFFT_F32_STRUCT *),其输出应该在RFFT_F32_STRUCT结构体中的float32 *PhaseBuf指针中,但是需要多大的数组去存储结果?(FPU DSP Software Library USER’S GUIDE 5.16 Real Fast Fourier Transform Phase例程中没有定义该数组),另外其计算后相位的值怎么使用具体意义是什么?谢谢!
您好,
N-pt RFFT 由索引0、1、..N/2 (即 N/2 + 1复数值或 N+2实值)唯一指定(这是由于 N/2周围的共轭对称)
N-pt RFFT 幅度由索引0、1、…唯一指定 N/2、即 N/2 + 1实数幅度值
N-pt RFFT 相位由1、2、…唯一指定 N/2、即 N/2实数幅度值(索引0为 DC)