A 'descriptor' of an SFT: basically containing the header-info plus an opaque description of where exactly to load this SFT from.
Definition at line 226 of file SFTfileIO.h.
Data Fields | |
| struct tagSFTLocator * | locator |
| internal description of where to find this SFT [opaque!] More... | |
| SFTtype | header |
| SFT-header info. More... | |
| const char * | window_type |
| window function applied to SFT More... | |
| REAL8 | window_param |
| parameter of window function, if required More... | |
| CHAR * | comment |
| comment-entry in SFT-header More... | |
| UINT4 | numBins |
| number of frequency-bins in this SFT More... | |
| UINT4 | version |
| SFT-specification version. More... | |
| UINT8 | crc64 |
| crc64 checksum More... | |
| struct tagSFTLocator* SFTDescriptor::locator |
internal description of where to find this SFT [opaque!]
Definition at line 227 of file SFTfileIO.h.
| SFTtype SFTDescriptor::header |
SFT-header info.
Definition at line 228 of file SFTfileIO.h.
window function applied to SFT
Definition at line 229 of file SFTfileIO.h.
| REAL8 SFTDescriptor::window_param |
parameter of window function, if required
Definition at line 230 of file SFTfileIO.h.
| CHAR* SFTDescriptor::comment |
comment-entry in SFT-header
Definition at line 231 of file SFTfileIO.h.
| UINT4 SFTDescriptor::numBins |
number of frequency-bins in this SFT
Definition at line 232 of file SFTfileIO.h.
| UINT4 SFTDescriptor::version |
SFT-specification version.
Definition at line 233 of file SFTfileIO.h.
| UINT8 SFTDescriptor::crc64 |
crc64 checksum
Definition at line 234 of file SFTfileIO.h.