~ubuntu-branches/ubuntu/karmic/scilab/karmic

« back to all changes in this revision

Viewing changes to man/sound/loadwave.cat

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2002-03-21 16:57:43 UTC
  • Revision ID: james.westby@ubuntu.com-20020321165743-e9mv12c1tb1plztg
Tags: upstream-2.6
ImportĀ upstreamĀ versionĀ 2.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
loadwave          Scilab Group          Scilab Function            loadwave
 
2
NAME
 
3
   loadwave - load a sound <<wav>> file into scilab 
 
4
  
 
5
CALLING SEQUENCE
 
6
 x=loadwave('file-name');
 
7
 [x,y]=loadwave('file-name');
 
8
PARAMETERS
 
9
 x    : vector 
 
10
      
 
11
 y    : vector
 
12
      
 
13
DESCRIPTION
 
14
   Reads a .wav sound file into Scilab.  If y is given, it is filled with
 
15
  information about the sample. (See the message sent by loadwave).
 
16
  
 
17
SEE ALSO
 
18
   savewave,  analyze, mapsound  
 
19