Hello,
I am trying to tune up my chirp config file for an application of human presence detection for short range operation (e.g. 5-10 meters). I was able to establish the values of the main components within my CFG file such as timing parameters (ADC sampling time, etc), slope, ADC sampling frequency and number of loops. My objective was to create a config that is sensitive enough for smaller movements. That is, I am trying to optimize for velocity resolution parameter. However, it is still not clear to me how (or if) the idle time affects the performance.
I learned that idle time may have a certain minimum value - Table 3 of https://www.ti.com/lit/an/swra553a/swra553a.pdf . However, I am trying to understand what happens if we have a much larger value for the idle time.
So, for my CFG file, I tested different values of idle time while keeping all the other parameters the same: from 10us to 500us. When looking at the data, I noticed that larger values of idle time help to distinguish smaller movements better. I'm trying to figure out why do I observe such phenomenon.
My questions would be:
1. What would be a general advice on choosing the idle time given application of presence detection. Is it better to go as large as possible or as small as possible, or somewhere on the middle? My only interests would be ability to distinguish smaller movements while having as high SNR as possible.
2. Is my understanding correct that the increased idle time helps to improve sensitivity to smaller movements, or I misunderstand something? How does this play out on theoretical level? From what I know, the idle time defines a period of time between two consecutive chirps, so I just cannot wrap my head around the fact that we would see data differently when the idle time is increased between the chirps while the ADC sampling time and number of loops remains the same. If my assumption is correct, what is the explanation of it?
3. Are there any cases when the idle time is too short? For example, I learned that it gives some rest time to DSP processes to be done - are there more to be aware of?