Command-Line Options

User's Guide > Operation > Command-Line Options

-f -freq ???
Sampling frequency in Hz.
Example:
      spwave -f 8000 data_8k.ad
      
In this example, data_8k.ad will be loaded with 8kHz sampling frequency.
-F -format ???
File format. See Format for more information.

Example:

      spwave -format swap data_swap.ad
      
In this example, data_swap.ad will be loaded with swap format.

-c -channel ???
Number of Channels.
Example:
      spwave -channel 8 data_8channel.ad
      
In this example, data_8channel.ad will be loaded with 8 channels data format.
-b -bit bits_per_sample
Bits/sample. For example. `short' type in C language is 16 bits/sample. For more information, see Format.

Example:

      spwave -bit 64 data_64bit.ad
      
In this example, data_64bit.ad will be loaded with 64 bits/sample data format.

-h -help
Diplay help messages.

User's Guide > Operation > Command-Line Options


Last modified: "2012-08-22 01:33:00 hideki"