Feldhell data, Sonagram data – Wavecom W-SPECTRA (Automatic Monitoring System) V1.1.0 User Manual
Page 259
WAVECOM Monitoring System W-SPECTRA, W-SPEED Manual V1.1.0
WAVECOM Data Formats
249
struct GraphicsData
{
Long Phase;
double AspectRatio;
int FlipHV;
};
Data
This FileType uses the data structure described in chapter “
” on page 245 to store the da-
ta.
A data package in the .WDA file contains the data of all pixels of one line in the graphic. The pixel data is
stored in BYTES (8-bit type) values, that is one Byte in the .WDA file contains the value of an Pixel in the
graphic.
FELDHELL data
The FileType is “FELDHELL”.
Header data
This file type uses the File Header described in chapter “
” on page 244.
No additional data is stored in the Header.
Data
This FileType uses the data structure described in chapter “
” on page 245 to store the da-
ta.
A data package in the .WDA file contains the data of all pixels of one line in the graphic. The pixel data is
stored in unsigned char values(8-bit type), that is one Byte in the .WDA file contains the value of an Pixel
in the graphic.
Sonagram data
The ‘FileType’ stored in the file header is “Sonagram”.
Header data
This file type uses the ‘File Header’ described in chapter “
” on page 244.
The following additional data is stored in the Header, following the default header:
DocSizeX: the document width.
DocSizeY: the document height.
CursorA: the value of the cusorA.
CursorB: the value of the cusorB.
Bandwidth: the Bandwidth value.
Offset (Translation): the Offset value.
LowFreqLimit: the lower frequency limit value.
HighFreqLimit: the higher frequency limit value.
LowMagLimit: the lower magnitude limit value.
HighMagLimit: the higher magnitude limit value.
VideoFilterOn: the VideoFilter On/Off flag.
64 Bytes
4 Bytes
FileHeader
DocSizeX
8 Bytes
8 Bytes
CursorA
CursorB
4 Bytes
4 Bytes
DocSizeY
Bandwidth
4 Bytes
4 Bytes
2 Bytes
2 Bytes
4 Bytes
4 Bytes
Translation
LowFreq
Limit
HighFreq
Limit
LowMag
Limit
HighMag
Limit
VideoFilterOn