class.data_type - moduleus/urx GitHub Wiki
Data_type
Data type of the raw data.
Parameters
UAC | URX | Parameter | Value | Description |
---|---|---|---|---|
✓ | ✓ | UNDEFINED | -1 | Default value. |
✓ | ✓ | INT16 | 0 | 16-bit signed integer. |
✓ | ✓ | INT32 | 1 | 32-bit signed integer. |
✓ | ✓ | FLOAT | 2 | 32-bit floating point, also called float32 or single. |
✓ | ✓ | DOUBLE | 3 | 64-bit floating point, also called float64. |
✓ | ✓ | Reserved | 4-1023 | Do not use. Reserved for future use. |
✓ | ✓ | User | 1024-4095 | User-defined data type. |
Notes
The real (RF) of complex (IQ) nature of the data is carried by sampling_type.