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