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.

IWR1443:Why can't the iwr1443 radar have three-dimensional point cloud data when people move 10 meters away

Part Number: IWR1443

I want to use the 1443 radar to monitor the movement of objects within 100m, but when the distance between the object and the radar is more than 10m, I can't get the point cloud data

The board I used was iwr1443, which burned the cfg file downloaded from  mmWaveDemoVisualizer , as follows

sensorStop
flushCfg
dfeDataOutputMode 1
channelCfg 15 7 0
adcCfg 2 1
adcbufCfg 0 1 0 1
profileCfg 0 77 296 7 48.98 0 0 15 1 256 6250 0 0 30
chirpCfg 0 0 0 0 0 0 0 1
chirpCfg 1 1 0 0 0 0 0 4
chirpCfg 2 2 0 0 0 0 0 2
frameCfg 0 2 16 0 33.333 1 0
lowPower 0 0
guiMonitor 1 1 0 0 0 1
cfarCfg 0 2 8 4 3 0 1280
peakGrouping 1 0 0 1 229
multiObjBeamForming 1 0.5
clutterRemoval 0
calibDcRangeSig 0 -5 8 256
compRangeBiasAndRxChanPhase 0.0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0
measureRangeBiasAndRxChanPhase 0 1.5 0.2
CQRxSatMonitor 0 3 4 127 0
CQSigImgMonitor 0 127 4
analogMonitor 1 1
sensorStart

The maximum distance set is 50m, but when the object moves 10 meters away, the hexadecimal string returned by the radar is as follows

0201040306050807050002014000000043140a00b8010000ae630a7000000000000000000c00000050560451c700000007000000300000005a8d01003f010c20

it means no points:

{'platform': 'a1443', 'frameNumber': 440, 'numTLVs': 0}
{'numObj': 0}

Is there any way for me to get 3D point cloud data at a greater distance ?