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.

AWR1843BOOST: Chirp config in lab7 ( Medium range radar )

Part Number: AWR1843BOOST

Hi ,

I am working on lab7 medium range radar and I want to know how can I get the chirp configuration that is being sent to the radar once I run this lab ? 

( for example in lab4 obstacle detection there is a file that contains that configuration and is loaded to the radar via the Matlab GUI and we can see all the config in that file )

Thanks 

  • Hi,

    The configuration in lab 7 is unfortunately a little more tightly coupled with the code than .cfg files. The configurations are hardcoded in source via header files.

    You can find all the chirp configurations for the MRR lab in the source code as header files in the src/common folder. You will see different header files for all the supported chirp designs. These header files contain the relevant chirp configurations.

    The MRR lab developer's guide also has some high level details about the various chirp configurations used. This would be a good place to start.

    Regards,

    Aayush