Load signal
Purpose
Description
Macro Synopsis
Modules
Related Functions
Purpose
Load signal from file
Description
This function loads the signal from the file specified by the parameter
Supported file formats are :
- .dpa: Dataplore ® ASCII
- .dpb: Dataplore ® binary format
- .wav: WAVE audio file (PCM data)
- .mw: MegaWave II data
Files with any other extension are treated as raw ASCII data files
without additional header information. See the introductory
section for a more detailed description of the ASCII import
filter dialog.
Note: The old file formats .san and .sbf are obsolete, but
can still be processed by Dataplore ®.
Macro Synopsis
y = Load(filename);
signal y;
string filename;
Modules
Related Functions
Save signal