DewDSPMasterNET
TFileFormat Type
Summary
Specifies file formats supported.

Unit
FileSignal

Declaration
TFileFormat = (ffDat, ffSgl, ffBin, ffWav, ffSfs, ffAsc, ffDbn, ffDbl, ffRaw, ffPCM, ffTxt);
 Value  Description 
ffDat The most versatile is the ffDat file format. It can store many records of different length, real or complex, arbitrary sampling frequency and precision and with any number of multiplexed channels within each record. The data can be streamed when saving and when loading the ffDat file. 
ffAsc A two column text file, first column is the time axis and the second column is the amplitude. The second column can be complex. 
ffSfs Single record text file. First line denotes number of entries. Second line is the the total time of sampling and the third line is empty. All the samples follow, each in its own line. Samples can be complex. 
ffSgl Multi record text file. First line denotes number of entries. Second line is the total time of sampling and the third line containes the samples separated with ";". The samples can be complex. The fourth line is empty. This four lines can repeate any number of times within the file. 
ffBin,ffDbn Backward compatibility. They were replaced by the ffDat format. 
Description
File formats supported by TSignalWrite and TSignalWrite components.

Copyright 2008 Dew Research
http://www.dewresearch.com