Other Parts Discussed in Thread: IWR1443, IWR1642, AWR1243, AWR1642
Hi,
I wonder two things,
1. What is the minimum frame period value?
I'd like to capture real time data from equally spaced chirp with at most 1ms interval. Since the continuous chirping mode is not available for IWR1443 (value 2 for dfeDataOutputMode corresponds to that option according to mmwave sdk user guide), I need to use the frame structure. However, I see some restriction in the frame period related to "duty cycle", and I don't get what it exactly means. Can I make the frame period shorter than 1ms or put many chirps equally spaced so that every chirp (even across different frames) has the same interval to the next one?
2. Is there any guide on receiving real time raw data?
Through the DataCaptureDemo in the Quick Start Guide, I see the demo lua file records data and call matlab to post process it. However, I want to receive data continuously and process it in real time. Do you have any information about this? Also, I would really appreciate if you let me know where I can edit the post processing matlab code.