This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

IWR1443BOOST: What's the frame configuration for continuous streaming tab in mmWave studio interface?

Part Number: IWR1443BOOST

Hello TI team,

I'm capturing the data using mmWave studio continuous streaming tab and I'm processing the captured data by writing my own code, but from the mmwave interface I'm not getting the exact idea about the following parameters for continuous streaming:

1. No. of frames that has been captured

2. No. of chirps each frame

3. No. of samples in each chirp

In the cont. streaming tab only the no. of samples=16384 is taken but that's even more confusing because most of the time we take 256 samples per chirp. Please show some light.

Thanks,

Subham

  • Hi Subham

    There are 2 aspects here, 

    1. Do you need a fixed frequency to be sent out of sensor?

    2. Do you need infinite number of frames sent out of the sensor

    The question 1 corresponds to ContStream tab in mmwavestudio. This mode does not send chirps/frames. This sends continuous wave at the selected frequency.

    If you need infinite number of frames then set No of Frames field in SensorConfig Tab to 0. Rest of the frame configurations are done in SensorConfig Tab. Setting No of Frames to 0 makes sure infinite frames are sent

    Regards,