我现在想实现这样一个功能,一帧有128个chirp,每个chirp只有Idle time 不同,假设第一个chirp的Idle time是4us,第二个chirp的Idle time 是4.1us,以后的每个chirp的Idle time 依次递增0.1us,最后一个chirp的Idle time 是16.7us,
问题1:请问awr1843是否能实现这样的功能?
问题2:使用rlSetChirpConfig函数,配置128个只有Idle time 不同的chirp波形,这种方法是否可行?
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.
我现在想实现这样一个功能,一帧有128个chirp,每个chirp只有Idle time 不同,假设第一个chirp的Idle time是4us,第二个chirp的Idle time 是4.1us,以后的每个chirp的Idle time 依次递增0.1us,最后一个chirp的Idle time 是16.7us,
问题1:请问awr1843是否能实现这样的功能?
问题2:使用rlSetChirpConfig函数,配置128个只有Idle time 不同的chirp波形,这种方法是否可行?
1. 可以在advanced frame里设置不同的chirp,请看下面文档的6.1章节。
Programming Chirp Parameters in TI Radar Devices (Rev. A)
2. rlSetChirpConfig可以用来配置不同的chirp波形。