Text file that uses one line of header information and stores the data as one sample per line. The header information for data files uses the following syntax:
MagicNumber --- Format --- Starting Address --- PageNum --- Length
MagicNumber - fixed at 1651.
Format - a number from 1 to 4, indicating the format of the samples in the file. This number represents a data format: hexadecimal, integer, long, or float.
Starting Address - the starting address of the block that was saved.
PageNum - the page number the block was taken from.
Length - the number of samples in the block.
All header values are assumed to be TI-style hexadecimal values.
И есть еще дополнительный абзац, в котором присутствует
Цитата:
You do not need to set the header information for each file as long as the header includes the following value: 1651 1 0 0 0.
May be GO DSP.