DSPF_dp_fftDPXDP(int N, double *ptr_x, double *ptr_w, double *ptr_y, int n_min, int offset, int n_max)
用户手册上这么解释的:
ptr_x pointer to complex data input
库函数形参里不是指明说 ptr_x 是指向double型数据的指针吗?
怎么手册解释是指向复数数据的指针?
难道与复数在内存中存储的方式有关?
以上,谢谢!
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.
DSPF_dp_fftDPXDP(int N, double *ptr_x, double *ptr_w, double *ptr_y, int n_min, int offset, int n_max)
用户手册上这么解释的:
ptr_x pointer to complex data input
库函数形参里不是指明说 ptr_x 是指向double型数据的指针吗?
怎么手册解释是指向复数数据的指针?
难道与复数在内存中存储的方式有关?
以上,谢谢!