Other Parts Discussed in Thread: FFTLIB
器件型号: TDA4AEN-Q1
主题中讨论的其他部件: FFTLIB
尊敬的专家:
此问题来自客户。
请问“周期计数“的计量单位
是毫微秒吗?

谢谢你。
Gibbs
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.
Other Parts Discussed in Thread: FFTLIB
器件型号: TDA4AEN-Q1
主题中讨论的其他部件: FFTLIB
尊敬的专家:
此问题来自客户。
请问“周期计数“的计量单位
是毫微秒吗?

谢谢你。
Gibbs
嗨、Gibbs、
TI FFTLIB 性能文档中的“周期计数“是指 CPU 时钟周期数、而不是纳秒数。 周期计数测量 C7x DSP 内核执行 FFT 操作所需的时钟周期数。
为了测量性能、我们通常使用__TSC 计数器。
如欲了解更多有关 TSC(时间戳计数器)的信息、请浏览: https://software-dl.ti.com/codegen/docs/c7000/optimization_guide/3_profiling/compopt-prof_clock_function.html?
要将周期计数转换为实际执行时间、请执行以下操作:
时间 (ns)=周期计数/CPU_Frequency (MHz)× 1000
添加了 FFTlib 常见问题解答链接以供您参考: https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1555358/faq-tda4vh-q1-how-to-use-fftlib
此致、
Betsy Varughese.