Other Parts Discussed in Thread: AWR1642
Hi, the SDK users guide 3.5.0.4 says this:
BPM enabled:
If BPM is enabled in previous
argument, this is the chirp index for
the first BPM chirp. It will have
phase 0 on both
TX antennas (TXA+ , TXB+). Note
that the chirpCfg command for this
chirp index must have both TX
antennas enabled.
so:
bpmCfg -1 1 0 1 means that both chirps will be transmitted with two antennas simultaneously with 0 phase between txa and txb in the first chirp and phase 180 in the second chirp?
and
BPM disabled:
If BPM is disabled, a BPM disable
command (set phase to zero on
both TX antennas) will be issued
for the chirps in the range
[chirp0Idx..chirp1Idx]
so:
bpmCfg -1 0 0 0 means that both chirps will be transmitted with two antennas simultaneously with 0 phase between txa and txb for the chirps in the range [chirp0Idx..chirp1Idx]?