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.

TIDEP-0092: TI DEP-0092 SRR demo application change processingPath to POINT_CLOUD_PROCESSING question?

Part Number: TIDEP-0092

Hi team,

SDK: mmwave_sdk_02_00_00_04

Application: mmwave_industrial_toolbox_2_4_0/lab0012_srr_16xx

Our requirement: SRR mode only.

Question:

We doesn't want to caculate the max velocity in SRR mode, because it seems only find K large peaks in doppler. 

Is it possible to change MAX_VEL_ENH_PROCESSING to POINT_CLOUD_PROCESSING and what code we need to modify?

Thanks

  • Former Member
    0 Former Member
    Hello Weks,

    If I understand correctly you only want to do only point cloud processing?

    One way would be to modify srr_config_consts.h to only enable USSR mode. Uncomment line 113. Make sure 111 and 115 are commented out.
    Then modify srr_config_chirp_design_USRR20 to have the chirp profile that you were using for SRR.
    Make sure you do this for the DSS and MSS project.

    Amanda
  • Hi Amanda,

    Thanks for your clearly answer.

    John