我想问一下,TI的AWR1642BOOST有没有能力可以在只进行测距的情况下完成4K个复数点的DFT运算。
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.
使用参考如下:
#include "c6x.h"
...
int start, stop;
TSCL = 0; // need to write to it to start counting
start = TSCL;
///... critical code
stop = TSCL;
stop -= start; // stop will have the total number of CPU cycles