Struct wfm_reader_info_t¶
#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¶
0 little, 1 big.
variable fc¶
centre frequency (Hz); 0 if unknown.
variable file_type¶
detected wfm_filetype_t.
variable fs¶
sample rate (Hz); 0 if unknown.
variable num_samples¶
total complex samples; 0 if unknown.
variable 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