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.

Intrinsics与DSPLib中复数操作问题



我使用这两者时浮点复数存储方式不同,DSPLib中偶数位存实部奇数位存虚部,Intrinsics则相反。

请问两者共同使用时有什么方法么?还是必须每次颠倒实部虚部的顺序?

我使用的是_complex_mpysp函数。