Main Content
sendCommand
Description
Examples
Send Command to Enable Static Clutter Removal
rdr = mmWaveRadar("TI IWR6843ISK"); % Start reading data from the Radar [dets,tim] = rdr(); % Send command to enable static clutter removal response = sendCommand(rdr, 'clutterRemoval -1 1') response = 'clutterRemoval -1 1 Done'
Input Arguments
Output Arguments
Version History
Introduced in R2023b