Other Parts Discussed in Thread: AWR1243
Dear sir or madam,
I would like to compute the maximum range of the TIDEP-01012 in MIMO-Mode.From a data processing point of view the maximum range is limited to:
r_max = (c * f_sampling) / (2 * chirp_slope)
with:
c = speed of light
f_sampling = sampling frequency
chirp_slope = slope of the chirp
However, there is also an other formula to compute the maximum range:
r_max = sqrt4( (P_r * sigma * c^2 * G_r^2) / ( (4*pi)^4 * f_0^2 * P_min) )
with:
P_r = Power output of the radar [W]
sigma = radar cross section of an object, e.g. car/corner reflector [m^2]
c = speed of light [m/s]
G_r = radar antenna gain [linear]
f_0 = radar signal frequency [Hz]
P_min = minimum detectable power [W]
I wanted to ask, where could I find the related numbers for these properties?
P_r was already replied in another thread post (https://e2e.ti.com/support/sensors/f/1023/t/892866) with 20 dBm for one antenna. With P[W] ) 10^( (P[dBm]-30)/10)=0.1W
Sigma depends on the actual object and c is a constant for the speed of light.
G_r would be written in the Lua configuration script and in the AWR1243 document (chapter 5.7, https://www.ti.com/lit/ds/symlink/awr1243.pdf?ts=1604525689951) and would be equal to 48dB or 63095.7 with ratio = 10^(G_r/10)
f_0 would be the center frequency, e.g. 79 GHz
I could not find information about P_min .
Thank you very much for your help.
Best,
Andreas