C API ZIDemodSample Struct
The structure used to hold data for a single demodulator sample.
Name |
Type |
Description |
timeStamp |
ZITimeStamp |
The timestamp at which the sample has been measured.
|
x |
double |
X part of the sample.
|
y |
double |
Y part of the sample.
|
frequency |
double |
oscillator frequency at that sample.
|
phase |
double |
oscillator phase at that sample.
|
dioBits |
uint32_t |
the current bits of the DIO.
|
trigger |
uint32_t |
trigger bits
|
auxIn0 |
double |
value of Aux input 0.
|
auxIn1 |
double |
value of Aux input 1.
|