comparison man/man1/genepn.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 GENEPN 1 "11 May 1995"
2 .LP
3 .SH NAME
4 .LP
5 genepn \- generate excitation pattern
6 .LP
7 .SH SYNOPSIS
8 .LP
9 genepn [ option=value | -option ] [ filename ]
10 .LP
11 .SH DESCRIPTION
12 .LP
13 Genepn converts the input wave into a simulated neural activity
14 pattern (NAP) and summarises the NAP as a sequence of excitation
15 patterns (EPNs). The operation takes place in three stages: spectral
16 analysis, neural encoding, and temporal integration. In the spectral
17 analysis stage, the input wave is converted into an array of filtered
18 waves, one for each channel of a gammatone auditory filterbank. The
19 surface of the array of filtered waves is AIM's representation of
20 basilar membrane motion (BMM) as a function of time (see genbmm). In
21 the neural encoding stage, compression, adaptation and, optionally,
22 suppression, are used to convert each wave from the filterbank into a
23 simulation of the aggregate neural response to that wave. The array of
24 responses is AIM's simulation of the neural activity pattern (NAP) in
25 the auditory nerve at about the level of the cochlear nucleus (see
26 gennap). Finally, the NAP is converted into a sequence of excitation
27 patterns (EPNs) by calculating the envelope of the NAP and extracting
28 spectral slices from the envelope every 'frstep_epn' ms. The envelope
29 is calculated continuously, by lowpass filtering the individual
30 channels of the NAP as they flow from the cochlea simulation.
31 .LP
32 The excitation pattern produced by genepn is intended to simulate the
33 spectral representation of a sound as it occurs in the peripheral
34 auditory system after neural transduction at about the level of the
35 cochlea nucleus. As a result, the frequency resolution of the
36 analysis varies with the center frequency of the channel, and the
37 distribution of channels across frequency is chosen to match that in
38 the auditory system. (For details, see the manual entry for genbmm.)
39 The excitaion pattern is a plot of the activity in each channel as a
40 function of the centre frequency of the auditory filter that defines
41 the channel. In AIM, the suffix 'epn' is used to distinguish this
42 spectral representation from the other spectral representations
43 provided by the software ('asa' auditory spectral analysis, 'sgm'
44 auditory spectrogram, and 'cgm' cochleogram).
45 .LP
46 The NAP generated by genepn is the same as that produced by gennap.
47 The primary differences are in the display defaults and the inclusion
48 of the Leaky Integration used to construct the excitation patterns
49 from the NAP. As a result, this manual entry is restricted to
50 describing the option values that differ from those in gennap and the
51 additional options required to control the Leaky Integration.
52 .LP
53 .SH DISPLAY DEFAULTS
54 .LP
55 The default values for three of the display options are reset to
56 produce a spectral format rather than a landscape. Specifically,
57 display=excitation, bottom=0 and top=2500. The number of channels is
58 increased to 128 to ensure reasonable frequency resolution in the
59 excitation pattern display.
60 .LP
61 .SH LEAKY INTEGRATION
62 .LP
63 .TP 13
64 stages_idt
65 Number of stages of lowpass filtering
66 .RS
67 Default unit: scalar. Default value: 2
68 .RE
69 .TP 13
70 tup_idt
71 The time constant for each filter stage
72 .RS
73 Default unit: ms. Default value: 8 ms.
74 .RE
75 .LP
76 The Equivalent Rectandular Duration (ERD) of a two stage lowpass
77 filter is about 1.6 times the time constant of each stage, or
78 12.8 ms in the current case.
79 .TP 13
80 frstep_epn
81 The time between successive spectral frames
82 .RS
83 Default unit: ms. Default value: 10 ms.
84 .RE
85 .LP
86 With a frstep_epn of 10 ms, genepn will produce
87 spectral frames at a rate of 100 per second.
88 .LP
89 .TP 13
90 downsample
91 The time between successive spectral frames.
92 .RS
93 Default unit: ms. Default value: 10 ms.
94 .RE
95 .LP
96 Downsample is simply another name for frstep_epn, provided to
97 facilitate a different mode of thinking about time-series data.
98 .RE
99 .LP
100 .LP
101 .SH FILES
102 .LP
103 .TP 13
104 .genepnrc
105 The options file for genepn.
106 .LP
107 .SH SEE ALSO
108 .LP
109 genasa, gennap, genbmm, gensgm, gencgm
110 .LP
111 .SH COPYRIGHT
112 .LP
113 Copyright (c) Applied Psychology Unit, Medical Research Council, 1995
114 .LP
115 Permission to use, copy, modify, and distribute this software without fee
116 is hereby granted for research purposes, provided that this copyright
117 notice appears in all copies and in all supporting documentation, and that
118 the software is not redistributed for any fee (except for a nominal
119 shipping charge). Anyone wanting to incorporate all or part of this
120 software in a commercial product must obtain a license from the Medical
121 Research Council.
122 .LP
123 The MRC makes no representations about the suitability of this
124 software for any purpose. It is provided "as is" without express or
125 implied warranty.
126 .LP
127 THE MRC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
128 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
129 THE A.P.U. BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES
130 OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
131 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
132 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
133 SOFTWARE.
134 .LP
135 .SH ACKNOWLEDGEMENTS
136 .LP
137 The AIM software was developed for Unix workstations by John
138 Holdsworth and Mike Allerhand of the MRC APU, under the direction of
139 Roy Patterson. The physiological version of AIM was developed by
140 Christian Giguere. The options handler is by Paul Manson. The revised
141 SAI module is by Jay Datta. Michael Akeroyd extended the postscript
142 facilites and developed the xreview routine for auditory image
143 cartoons.
144 .LP
145 The project was supported by the MRC and grants from the U.K. Defense
146 Research Agency, Farnborough (Research Contract 2239); the EEC Esprit
147 BR Porgramme, Project ACTS (3207); and the U.K. Hearing Research Trust.
148