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.
尊敬的专家
我们在 C2000上提供以下功能:
1.定点 CFFT (IQmath)
FPU CFFT (浮点)
VCU0和 VCU2 CFFT (浮点)
但是、我们提供的所有上述 CFFT 均由32位数据处理。
我的客户发现 F28069上的 RAM 不足以用于他们的算法。
F28069上是否有512点的16位 CFFT 示例代码?
感谢您的评论。
你(们)好、Jefferey
我想更正您的帖子中的内容。
VCU (0类和2类)都实现了16位定点 FFT、即复数的实部和虚部都是16位(Q15格式)。 在 F28069上、您可以使用 VCU 类型0来实现最小的 FFT。
此外、如果您的输入不复杂、我建议在复杂版本上使用实数 FFT (rfft)以节省更多空间。