Hello, I have known the following formula:
doppler = dopplerIdx * dopplerResolutionMps;
range = rangeIdx * rangeIdxToMeters.
And I have known how to calculate dopplerResolutionMps and rangeIdxToMeters in the mmWave.js.
But how can I get dopplerResolutionMps and rangeIdxToMeters when I don't known the command sent to the device?
In other words, can I get dopplerResolutionMps and rangeIdxToMeters without known of the command sent to the device? How?
Thank you.