comparison man/man1/pitch_strength.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 PITCH_STRENGTH 1 "1 September 1993"
2
3 .SH NAME
4 pitch_strength \- Pitch-strength measure from spiral sector-weights contour.
5 (Input and output in binary shorts).
6
7 .SH SYNTAX
8 pitch_strength [arguments] [file]
9
10
11 .SH DESCRIPTION
12 Pitch strength measure from spiral sector-weights contour.
13 For each frame (of m sector-weights) compute one binary short pitch
14 strength measure.
15
16 The number of sectors (see sector_weights.c) is fixed at 64.
17 The default projection vector in pitch_strength.c is designed for 64 sectors.
18 This cannot be reset without re-training.
19
20 .SH EXAMPLES
21 echo q | genspl output=stdout file | sp_weights > file.wts
22
23 pitch_strength file.wts > file.ps
24
25 .SH COPYRIGHT
26 .LP
27 Copyright (c) Applied Psychology Unit, Medical Research Council, 1995
28 .LP
29 Permission to use, copy, modify, and distribute this software without fee
30 is hereby granted for research purposes, provided that this copyright
31 notice appears in all copies and in all supporting documentation, and that
32 the software is not redistributed for any fee (except for a nominal
33 shipping charge). Anyone wanting to incorporate all or part of this
34 software in a commercial product must obtain a license from the Medical
35 Research Council.
36 .LP
37 The MRC makes no representations about the suitability of this
38 software for any purpose. It is provided "as is" without express or
39 implied warranty.
40 .LP
41 THE MRC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
42 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
43 THE A.P.U. BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES
44 OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
45 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
46 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
47 SOFTWARE.
48