Tool/software:
This is the chirp cycle time and the values in profileCfg given while using AWR1843
As given in the figure
ADC sampling time = number of ADC samples / Sampling Rate
I am using AWR1843 with DCA1000 to get raw data. So while using mmWaveStudio application t in the sensorCofig tab we put the profileCfg values.
Here are the values I have given
Frequency slope = 29.982 MHz/uS = 29.982*10^12 Hz/S
sampling rate = 10000 ksps (kilo samples per second)
ADC start time = 6 us
Ramp end time = 60 us
number of ADC samples = 256
From above values
ADC sampling time = 60 - 6 = 54 us
number of ADC samples = 54 us*10000 ksps = 540 samples
So my questions are
1) if choosing the number of ADC samples as 256 justifies this. What about the remaining 540-256 = 284 samples? (In the profileCfg we have the provision to change the number of samples to any values. What about the remaining samples)
2) How should I calculate the range resolution, IF frequency resolution? from the page 12 in mmwaveSensing-FMCW-offlineviewing_0.pdf (ti.com.cn) both are related. IF frequency resolution = (Frequency slope*2*range resolution)/speed of light.
From page 12 in mmwaveSensing-FMCW-offlineviewing_0.pdf (ti.com.cn), the range resolution = speed of light / (2*bandwidth)
here bandwidth = frequency slope * ADC sampling time = 29.982*10^12*54*10^-6 = 1.619028 GHz
so range resolution = 3*10^8/(2*1.619028*10^9) = 0.0926481815014935 meters
Hence, IF frequency resolution = (29.982*10^12 *2*0.0926481815014935)/(3*10^8) = 18,518.5185 Hz
generally, frequency resolution is calculated as Sampling rate/ Number of ADC samples,
Here if the Number of ADC samples is taken as 540, then frequency resolution = 10000*10^3/540 = 18,518.518 Hz
But if I consider number of samples as 256 as given in profileCfg, frequency resolution = 10000*10^3/256 = 39,062.5 Hz.
from IF frequency resolution = (Frequency slope*2*range resolution)/speed of light., if I calculate the range resolution it is coming as (39,062.5 *3*10^8)/(2*29.982*10^12) = 0.1954297578547128 m
So which of the 0.0926 and 0.1954 to take as range resolution, which of 18,518.5185 and 39,062.5 to take as IF frequency resolution?