Recently I’ve tried to run dualRXTX.cpp from example code, specifically tried to modify different parameters to see what would happen.
However as I looked through how the code are written, I got sometimes confused.
For example, following is part of dualRXTX.cpp:
Here we see several functions. LMS_SetLOFrequency, LMS_SetSampleRate, LMS_SetNormalizeGain.
We could easily know they must be related to frequency, sample rate and gain. But this is what I’m curious about. I want to figure out the best sample rate for my research.
To this goal, I have to understand how they affect each other, moreover, to know how parameters work in the functions.
I 'm wondering if there’s any material for the functions I could read or simply just explanation how these three parameters( frequency, sample rate and gain) affect each other.
My goal is to find out the best sample rate