comparison man/man1/sp_weights.1 @ 0:5242703e91d3 tip

Initial checkin for AIM92 aimR8.2 (last updated May 1997).
author tomwalters
date Fri, 20 May 2011 15:19:45 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:5242703e91d3
1 .TH SP_WEIGHTS 1 "1 September 1993"
2
3 .SH NAME
4 sp_weights \- Map auditory image frames onto spiral sector-weights contours.
5 (Input and output in binary shorts).
6
7 .SH SYNTAX
8 sp_weights [arguments] [file]
9
10
11 .SH DESCRIPTION
12 Map auditory image onto spiral sector-weights contour.
13 Read auditory image frames (using "output" model option so that frames
14 have a pipes header for frame dimensions).
15 Use either gensai or genspl output, (but remember that their
16 default options are different, particularly pwidth, nwidth, and dencf).
17 For each frame, write a sector-weights contour on the stdout, consisting
18 of m binary shorts, where m is the given number of sectors.
19
20 The sector-weights are an economical representation of each frame (just
21 64 numbers per frame) from which both loudness and pitch-strength can be
22 computed.
23
24 .SH EXAMPLES
25 .LP
26 echo q | genspl output=stdout file | sp_weights > file.wts
27 .SH COPYRIGHT
28 .LP
29 Copyright (c) Applied Psychology Unit, Medical Research Council, 1995
30 .LP
31 Permission to use, copy, modify, and distribute this software without fee
32 is hereby granted for research purposes, provided that this copyright
33 notice appears in all copies and in all supporting documentation, and that
34 the software is not redistributed for any fee (except for a nominal
35 shipping charge). Anyone wanting to incorporate all or part of this
36 software in a commercial product must obtain a license from the Medical
37 Research Council.
38 .LP
39 The MRC makes no representations about the suitability of this
40 software for any purpose. It is provided "as is" without express or
41 implied warranty.
42 .LP
43 THE MRC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
44 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
45 THE A.P.U. BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES
46 OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
47 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
48 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
49 SOFTWARE.
50