Dear TI Support Team,
I am analyzing the Long Range People Detection project using the IWR6843ISK board, and I have a question regarding the chirp configuration and TX channel order.
According to the default configuration provided by TI, the chirp settings are as follows:
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
In this configuration, the TX channel order is TX1 (Azimuth), TX3 (Azimuth), and TX2 (Elevation).
However, if I change the chirp configuration as below:
chirpCfg 0 0 0 0 0 0 0 1
chirpCfg 1 1 0 0 0 0 0 2
chirpCfg 2 2 0 0 0 0 0 4
the TX channel order becomes TX1 (Azimuth), TX2 (Elevation), and TX3 (Azimuth).
I would like to know what specific difference this change would cause in terms of signal processing or virtual antenna mapping.
From my understanding, when the TX order is set as TX1, TX2, TX3, the function AoAProcDSP_dopplerCompensation() seems to apply different cosine and sine values to RX1–RX4 for TX2 and TX3, compared to the original configuration.
Could you please clarify how this TX channel reordering affects:
-
The virtual antenna configuration, phase compensation within
AoAProcDSP_dopplerCompensation, and overall AoA (Azimuth/Elevation) estimation?
Thank you for your support.
Best regards,
Jaehoon Kim