Xiangyu-Gao / mmWave-radar-signal-processing-and-microDoppler-classification

Codes and template data for paper "Experiments with mmWave Automotive Radar Test-bed"
MIT License
277 stars 66 forks source link

Question about phase compensation #25

Closed hujinxiangwd closed 2 months ago

hujinxiangwd commented 10 months ago

)2 D(@N EYFIEP1GH~TCZ6 why using phase compenation twice ? TBIQL8PR)L}KQ@(H53MHOVT

Xiangyu-Gao commented 10 months ago

The first compensation is for RangeData and the second compensation is for DopplerData and both of them were not compensated.

hujinxiangwd commented 3 months ago

in equation pha_com = exp(-1i pi ...) Why use pi instead of 2*pi ?

Xiangyu-Gao commented 3 months ago

the compensation equation originally should be: pha_com = exp(-1i 2 pi (detout(1,pick_idx)-fft_Vel/2-1) / fft_Vel / 2.) 2 is canceled out in the equation