-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Signal processing part #28
Comments
Hi, 1- We used cross correlation with a calibration matrix to recover both azimuth and elevation angle. It stores the MIMO spectrum for each azimuth/elevation angle --> CalibrationTable.npy 2- All the Rx and Tx emit and received at the same time. So, in order to build each Rx/Tx virtual antenna, we apply a phase shift on the Tx signal, the phase shift because a DOppler shift after the 2nd FFT. Therefore, if you look to a power spectrum, you will see for one objects a range R, 12 spots on the row R with different Doppler values. All these spots refer to the same object, but they have a doppler shift of 16 bin so that you can rebuild the MIMO spectrum. The first Tx0 is the spot that has another spot on its right separated by 16 bins, and another spot on its left seperated by 256-12*16 hope it helps |
@jrebut
Thanks again for your excellent paper and contribution. |
@jrebut @shawrby Besides, I have three more questions:
Why does the code put the last bin in the first place?
Thanks in advance for the answer. |
May I ask if you are using TDMA-MIMO mode or DDMA-MIMO mode, as far as I know, only in DDMA mode all the transmitting antennas transmit signals at the same time. |
Thank you very much for the good research paper!. I'm analyzing the signal processing part. I have several questions.
Thanks in advance for your answer.
The text was updated successfully, but these errors were encountered: