robert80203 / HuPR-A-Benchmark-for-Human-Pose-Estimation-Using-Millimeter-Wave-Radar

The official implementation of HuPR: A Benchmark for Human Pose Estimation Using Millimeter Wave Radar
75 stars 17 forks source link

What's the meaning of paprameter in Radar? #14

Open onlinehuazai opened 4 months ago

onlinehuazai commented 4 months ago
    self.adcRatio = 4
    self.numAngleBins = self.numADCSamples//self.adcRatio
    self.numEleBins = 8
    self.numRX = 4
    #self.numTX = 2
    self.numLanes = 2
    self.framePerSecond = 10
    self.duration = 60
    self.numFrame = self.framePerSecond * self.duration
    self.numChirp = 64 * 3 
    self.idxProcChirp = 64
    self.numGroupChirp = 4

Can you give more details and describes about these parameters? Such as numLanes ?