Correlations structure.
|
int | num_indexes |
| number of nodes in this correlation
|
|
int * | indexes |
| Indices of the nodes.
|
|
double * | lags |
| Time locations of the nodes.
|
|
double | lag |
| Time lag offset.
|
|
int64_t | real |
| I samples count.
|
|
int64_t | imaginary |
| Q samples count.
|
|
uint64_t | counts |
| Pulses count.
|
|
double | magnitude |
| Magnitude of this sample.
|
|
double | phase |
| Phase of this sample.
|
|