TI工程师你们好!
想问一下MIMO示例下的这两个矩阵是什么关系?high应该是生成的校准矩阵,那dummy呢?
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.
dummy是个空矩阵,见input文件夹里Readme.txt文档说明。
calibrateResults_dummy.mat is a dummy calibration matrix file with:
- all RxMismatch and TxMismatch values set to 0
- all peakValMat values set to the same value
- all rangeMat values set to the same value of 210
This dummy file is just a placeholder to allow the postprocessing scripts to run.
It is expected that a calibration is done and a proper calibration matrix file is passed to testList.txt.
calibrateResults_high.mat is an example calibration matrix from a particular board.
This is useful just to get an idea of what a typical calibration matrix file looks like.