你好,我在学习过程中查阅了DCA1000的数据手册,但是并没有发现下面这段配置的含义,而在雷达的手册中,提供了lvds的数据排布,我想知道这到底代表什么。
我使用软件cmd对dca1000进行触发,我应该使用哪种顺序进行解析呢?
Hello, during my learning process I consulted the DCA1000 data manual, but didn't find the meaning of the following configuration. However, the radar manual provides the LVDS data arrangement. I want to know what this actually represents.
I'm using software commands to trigger the DCA1000. In what order should I perform the parsing?
"dataFormatConfig": {
"MSBToggle": 0,
"laneFmtMap": 0,
"reorderEnable": 0,
"dataPortConfig": [
{
"portIdx": 0,
"dataType": "real"
},
{
"portIdx": 1,
"dataType": "complex"
},
{
"portIdx": 2,
"dataType": "real"
},
{
"portIdx": 3,
"dataType": "real"
},
{
"portIdx": 4,
"dataType": "complex"
}