Skip to content

Struct wfm_reader_info_t

ClassList > wfm_reader_info_t

More...

  • #include <wfm_reader.h>

Public Attributes

Type Name
int endian
double fc
int file_type
double fs
size_t num_samples
int sample_type

Detailed Description

Resolved metadata for an open capture. Fields the container does not carry are 0 (fs/fc for raw/CSV, num_samples for a stream).

Public Attributes Documentation

variable endian

int wfm_reader_info_t::endian;

0 little, 1 big.


variable fc

double wfm_reader_info_t::fc;

centre frequency (Hz); 0 if unknown.


variable file_type

int wfm_reader_info_t::file_type;

detected wfm_filetype_t.


variable fs

double wfm_reader_info_t::fs;

sample rate (Hz); 0 if unknown.


variable num_samples

size_t wfm_reader_info_t::num_samples;

total complex samples; 0 if unknown.


variable sample_type

int wfm_reader_info_t::sample_type;

0 cf32, 1 cf64, 2 ci32, 3 ci16, 4 ci8.



The documentation for this class was generated from the following file native/inc/wfm/wfm_reader.h