updateProcessingChain
R2026bLaunch Hardware Setup pages to update the signal processing chain for a TI AWR2944EVM radar sensor
Since R2026b
Syntax
rdr.updateProcessingchain()
Description
rdr.updateProcessingchain() launches the specific Hardware Setup pages
to update the signal processing chain and flash the corresponding executable binary to a
Texas Instruments® (TI) AWR2944EVM mmWave radar sensor, represented using rdr
connection object. rdr is an instance of either mmWaveRadar (the
System object used for reading object detections) or dca1000 (the
System object used for reading raw ADC (IQ) data).
You use this function to change the signal processing chain after creating the
mmWaveradar or dca1000 System object. The TI
AWR2944EVM radar sensor supports TDM (Time-division Multiplexing) or DDM (Doppler Division
Multiplexing) as the processing chain. In the TDM processing chain, only one transmit
antenna is active at a time. In the DDM processing chain, all transmit antennas transmit
simultaneously. As a result, TDM never has more than one active transmitter at a time,
whereas DDM uses all transmitters concurrently.
The Hardware Setup pages guide you through these steps:
Enable flashing mode of AWR2944EVM mmWave sensor.
Select the processing chain —
TDM,DDM, orAutodetect from Configuration File (.cfg)Flash the executable binary specific to processing chain to AWR2944EVM.
Enable functional mode.
Connect and set up DCA1000EVM (only required for reading raw ADC (IQ) data)
Verify radar data acquisition.
Examples
Version History
Introduced in R2026b



