Other Parts Discussed in Thread: AWRL6432,
Hi Expert,
I am currently trying to retrieve the data after running Capon2D. Based on the example, the data is stored in detMatrix->data. According to the DPIF_DetMatrix Struct Reference, it only defines one format and arrangement. However, in the example, a custom format (format 2) is used without specifying the arrangement.
Is there any way to know the exact data layout? For instance, something like: uint16_t x[azimuthFftSize][elevationFftSize][numRangeBins].
Additionally, for Capon1D, is the data also stored in detMatrix? If so, what are the differences in the arrangement compared to Capon2D?
Any clarification or documentation on this would be greatly appreciated.
Daniel