Looking into swra555a and swra581b I'm still a little confused regarding the format of the LVDS data transferring, using DCA1000:
1. IQ Swap - I first means I is in LSB, i.e. comes to lower adresses in the buffer than Q.
2. For the LVDS Lane configuration there is a parameter cmsbf 'MSB First'. Does it relate to the order of bytes of 16-bit samples and not to the order of I and Q ?
According to the matlab examples from swra581b for encoding DCA1000 data, it uses fopen and fread with default endian settings. It would be LSB first. So the 'MSB first' need to be unchecked. Could you clarify it?