tomwalters@0
|
1 .TH FBANK 1 "1 September 1993"
|
tomwalters@0
|
2
|
tomwalters@0
|
3 .SH NAME
|
tomwalters@0
|
4 fbank \- Print centre-frequency and bandwidth information for a given
|
tomwalters@0
|
5 gammatone filterbank.
|
tomwalters@0
|
6
|
tomwalters@0
|
7 .SH SYNTAX
|
tomwalters@0
|
8 fbank [options] [file]
|
tomwalters@0
|
9
|
tomwalters@0
|
10 .SH DESCRIPTION
|
tomwalters@0
|
11 Print centre-frequency and bandwidth information for a given
|
tomwalters@0
|
12 gammatone filterbank on the stdout.
|
tomwalters@0
|
13
|
tomwalters@0
|
14 Parameters specifying a filterbank may be given as arguments
|
tomwalters@0
|
15 (channels, mincf, maxcf, dencf, bwmin, quality), or may be read from
|
tomwalters@0
|
16 an AIM output header if the option `input=on'.
|
tomwalters@0
|
17
|
tomwalters@0
|
18 Centre-frequency and bandwidth information is printed for a selected range of
|
tomwalters@0
|
19 filterbank channels, specified using the `freq' option:
|
tomwalters@0
|
20
|
tomwalters@0
|
21 .nf
|
tomwalters@0
|
22 freq=a[-b]
|
tomwalters@0
|
23 .fi
|
tomwalters@0
|
24
|
tomwalters@0
|
25 where `a' and `b' are channel numbers: 0,2,3,... (the lowest centre-frequency
|
tomwalters@0
|
26 channel has the lowest channel number, 0).
|
tomwalters@0
|
27 The upper limit `b' is optional, and when it is missing then the range of
|
tomwalters@0
|
28 channels is a single channel, otherwise `a' and `b' are inclusive limits.
|
tomwalters@0
|
29 The strings "min" and "max" are recognised as extreme limits
|
tomwalters@0
|
30 ("min" is the lowest frequency channel, "max" is the highest frequency channel).
|
tomwalters@0
|
31 Either range limit can take frequency units (Hz or kHz), in which case it
|
tomwalters@0
|
32 is converted to a channel number using the "closest" channel number
|
tomwalters@0
|
33 in the filterbank to the specified centre-frequency.
|
tomwalters@0
|
34
|
tomwalters@0
|
35 .nf
|
tomwalters@0
|
36 For example:
|
tomwalters@0
|
37
|
tomwalters@0
|
38 freq=5 channel 5
|
tomwalters@0
|
39 freq=1kHz channel number with centre-freq closest to 1kHz
|
tomwalters@0
|
40 freq=max highest centre-freq channel
|
tomwalters@0
|
41 freq=10-max channel 10 to the highest centre-freq channel
|
tomwalters@0
|
42 freq=min-15 channel 0 to 15
|
tomwalters@0
|
43 .fi
|
tomwalters@0
|
44
|
tomwalters@0
|
45 .SH "SEE ALSO"
|
tomwalters@0
|
46 options hdr edframe
|
tomwalters@0
|
47
|
tomwalters@0
|
48 .SH COPYRIGHT
|
tomwalters@0
|
49 .LP
|
tomwalters@0
|
50 Copyright (c) Applied Psychology Unit, Medical Research Council, 1995
|
tomwalters@0
|
51 .LP
|
tomwalters@0
|
52 Permission to use, copy, modify, and distribute this software without fee
|
tomwalters@0
|
53 is hereby granted for research purposes, provided that this copyright
|
tomwalters@0
|
54 notice appears in all copies and in all supporting documentation, and that
|
tomwalters@0
|
55 the software is not redistributed for any fee (except for a nominal
|
tomwalters@0
|
56 shipping charge). Anyone wanting to incorporate all or part of this
|
tomwalters@0
|
57 software in a commercial product must obtain a license from the Medical
|
tomwalters@0
|
58 Research Council.
|
tomwalters@0
|
59 .LP
|
tomwalters@0
|
60 The MRC makes no representations about the suitability of this
|
tomwalters@0
|
61 software for any purpose. It is provided "as is" without express or
|
tomwalters@0
|
62 implied warranty.
|
tomwalters@0
|
63 .LP
|
tomwalters@0
|
64 THE MRC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
|
tomwalters@0
|
65 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
|
tomwalters@0
|
66 THE A.P.U. BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES
|
tomwalters@0
|
67 OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
tomwalters@0
|
68 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
tomwalters@0
|
69 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
|
tomwalters@0
|
70 SOFTWARE.
|
tomwalters@0
|
71
|