Hello,
I am looking for the minimum sample rate that the IWR6843 digital front end can support.
I cannot find a minimum published value in the datasheet, users guide, or in the SDK documentation.
-- Curtis
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.
Hello,
I am looking for the minimum sample rate that the IWR6843 digital front end can support.
I cannot find a minimum published value in the datasheet, users guide, or in the SDK documentation.
-- Curtis
HI, Curtis:
You can find it in the SDK Doxygen Documentation.
1) First, go to : file:///C:/ti/mmwave_sdk_03_05_00_04/docs/mmwave_sdk_module_documentation.html
2) Click on "mmWaveLink Framework" Under "control layer"
3) Click on" Sensor" under Modules
4) Click on "rfSetProfileConfig", and clock on the data structure rlProfileCfg_t
5) Find on the field "digOutSampleRate", you will see the detail description of ADC sampling rate for different device in different mode.
file:///C:/ti/mmwave_sdk_03_05_00_04/packages/ti/control/mmwavelink/docs/doxygen/html/structrl_profile_cfg__t.html#ad9b44a0be4e36a6d2a8539363992429b
Based on this documentation, the minimum ADC rate is 2MHz.
You can find all the mmwave link layer API in this area.
Best,
Zigang
Ah, I am working against SDK 3.4.0.3 and this information was not present. I have downloaded the most recent SDK and confirmed that the information is there.
This raises a few new questions:
-- Curtis
HI, Curtis:
The minimum ADC rate is limited by how many down-sample stages are there in the RX chain. I will let the design team know your feedback on datasheet.
Best,
Zigang