hallo
Can I programm carrier freg and how ?
BR
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 Dim,
In that case I assume you are using the mmwave SDK as the starting point of your application. In the mmwave SDK you can find the "rlSetProfileConfig" API that can be used to configure the frequency during the chirp.
Regards,
Vivek
Ok
In API I found :
/**
* @brief Start frequency for each profile \n
For 77GHz devices (76 GHz - 81 GHz): \n
1 LSB = 3.6e9 / 2^26 Hz = 53.644 Hz \n
Valid range: 0x5471C71B to 0x5A000000 \n
For 60GHz devices (57 GHz - 64 GHz): \n
1 LSB = 2.7e9 / 2^26 Hz = 40.233 Hz \n
Valid range: 0x5471C71C to 0x5ED097B4 \n
rlUInt32_t startFreqConst;
By this calculation , to set 79.1 GHz 0x57e3a195
is it right?
BR