SciSDK Library
SDK for SciCompiler projects
SCISDK_FFT_DECODED_BUFFER Struct Reference

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
 

Detailed Description

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

Member Data Documentation

◆ channels

uint32_t SCISDK_FFT_DECODED_BUFFER::channels

the number of channel

◆ 

struct { ... } SCISDK_FFT_DECODED_BUFFER::info

◆ mag

double* SCISDK_FFT_DECODED_BUFFER::mag

Magnitude array llocated by the AllocateBuffer function

◆ magic

uint32_t SCISDK_FFT_DECODED_BUFFER::magic

Magic number to identify the data type

◆ ph

double* SCISDK_FFT_DECODED_BUFFER::ph

Phase array llocated by the AllocateBuffer function

◆ samples

uint32_t SCISDK_FFT_DECODED_BUFFER::samples

the number of samples per channel

◆ timecode

uint64_t SCISDK_FFT_DECODED_BUFFER::timecode

Timestamp of the acquisition


The documentation for this struct was generated from the following file: