CSV
Normalized values (-1.0 .. +1.0) and markers in comma delimited format. The file can
contain either 1 (waveform data for channel 1), 2 (waveform data for channel 1 & 2),
3 (waveform data, sample marker, sync marker for channel 1) or 6 (waveform data,
sample marker, sync marker for channel 1 and 2) columns. If the file contains data
for two channels, it will be treated as IQ file.
Examples:
1 channel (without markers):
0.7
0.9
2 channel (without markers):
0.7,0.7
0.9,1.0
1 channel (with markers):
0.7,1,1
0.9,1,0
2 channel (with markers):
0.7,1,1,0.7,1,1
0.9,1,0,1.0,0,0
The CSV format may contain optional header information as follows:
Parameter Header
The parameter header contains optional header parameters as name and value pairs
separated by ‘=’. Each parameter should be specified in a single line. This header is
optional. There are following header parameters:
SampleRate
The sample rate.
CarrierFrequencyIntegral
The integral part of the carrier frequency.
CarrierFrequencyFractional
The fractional part of the carrier frequency.
SetConfig
Flag to indicate if the header parameters need to be set. This can be set to either
‘true’ or ‘false’. If this flag is ‘false’ header parameters will not be set. If this flag is
omitted header parameters are set.