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.

AWR2243BOOST: Parameters calculation

Part Number: AWR2243BOOST

Hello!

I have done some calculation for parameters necessary in signal processing and I want to ask your opinion if I did it right..

bandwidth = freqSlopeConst * numAdcSamples / digOutSampleRate;
rangeResolution = C * 1e-09 / (2 * bandwidth );
rangeMax = C * numAdcSamples * 2 * 1e-09 / (4 * bandwidth);
velocityResolution = C * 2 * 1e-03 / (2 * startFreqConst * (idleTimeConst + rampEndTime) * chirpCount * num_Tx);
Where 
   bandwidth should be in Ghz
   rangeResolution should be in m
   rangeMax should be in m
   velocityResolution should be in m/s
   
And
   freqSlopeConst is mHz/us
   digOutSampleRate is ksps
   startFreqConst is Ghz
   idleTimeConst is us
   rampEndTime is us
I am also confused about the data format, what is the diference between complex and complex2? For maxim range and velocity resolution i multiplied the value by 2 thinking there are complex numbers, it is correct?
Thanks,
Iulian