Save signal
Purpose
Description
Macro Synopsis
Modules
Related Functions
Purpose
Save a signal to a file
Description
Saves the given signal to the file specified by the
parameter
where the filename extension (see below) determines the file format. Warning: If you omit the extension, the signal is saved as pure ASCII data without any additional information, possibly leading to a loss of information.
Supported file formats are :
- .dpa: Dataplore ® ASCII
- .dpb: Dataplore ® binary format
- .wav: WAVE audio file (PCM data)
- .mw: MegaWave II data
- .au: Sun audio file (currently not implemented yet)
Macro Synopsis
Save(x,filename);
signal x;
string filename;
Modules
Related Functions
Load signal