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

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

Data Processing in MUSIC #14

Closed Vandana92GS closed 1 month ago

Vandana92GS commented 1 year ago

Hi, In the MUSIC code provided there is no data file available. Therefore I would like to know what is the data cube size of the data in terms of samples , chirps and receivers. Is there any preprocessing performed on the data before applying it to the music algorithm?

Thank you, Vandana

Xiangyu-Gao commented 1 year ago

The number of receivers is 8 and I assumed the configuration of samples or chirps does not affect the MUSIC code since it is only for the doa estimation.

Is there any preprocessing performed on the data before applying it to the music algorithm? - Well, good question. If you have a static object/target, you can always average the covariance matrixes to reduce the noise which gives you better performance for doa estimation.

Vandana92GS commented 1 year ago

Thank you for the reply. So can I assume the input data matrix to represent the no.of receivers, samples and frame number?

Xiangyu-Gao commented 1 year ago

I did not remember the details of the input data, but max. dimension should be 2. You can try no.of receivers by samples, or samples by no.of receivers, or no.of receivers by frames, or frames by no.of receivers.