Hi expert,
I’m currently using the MATLAB example for Quad-MxFE from the following link:
wiki.analog.com/.../quickbringup
This example uses a 250MHz sampling rate. However, a 5MHz sampling rate is sufficient for my application. The reason I want to reduce the sampling rate is that I need to capture data for much longer duration with one 'rx()' call.
I have read some posts indicating that it is necessary to rebuild the HDL and Linux image to change the sampling rate. By following the build instructions, I was able to rebuild the HDL and the corresponding Linux image. However, I am unsure about which parameters need to be changed.
I would appreciate it if you could explain how to modify the build parameters, including the parameters in the device tree file to set the sampling rate to 5MHz.