|
Sci-SDK Library
SDK for Sci-Compiler projects
|
FFT monitor decoded data structure. More...
#include <scisdk_defines.h>
Public Attributes | ||
| uint32_t | magic | |
| double * | mag | |
| double * | ph | |
| uint64_t | timecode | |
| struct { | ||
| uint32_t samples | ||
| uint32_t channels | ||
| } | info | |
FFT monitor decoded data structure.
This type is used to store FFT moditor decoded result The reference document for the data format is the FFT
| uint32_t SCISDK_FFT_DECODED_BUFFER::channels |
the number of channel
| struct { ... } SCISDK_FFT_DECODED_BUFFER::info |
| double* SCISDK_FFT_DECODED_BUFFER::mag |
Magnitude array llocated by the AllocateBuffer function
| uint32_t SCISDK_FFT_DECODED_BUFFER::magic |
Magic number to identify the data type
| double* SCISDK_FFT_DECODED_BUFFER::ph |
Phase array llocated by the AllocateBuffer function
| uint32_t SCISDK_FFT_DECODED_BUFFER::samples |
the number of samples per channel
| uint64_t SCISDK_FFT_DECODED_BUFFER::timecode |
Timestamp of the acquisition