Mercurial > hg > aim92
comparison man/man1/audim.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 AUDIM 1 "1 September 1993" | |
2 | |
3 .SH NAME | |
4 audim \- Auditory images. | |
5 | |
6 .SH SYNTAX | |
7 audim [options] [file] | |
8 | |
9 .SH DESCRIPTION | |
10 | |
11 This program provides | |
12 methods of constructing time-varying auditory images from the output of the | |
13 cochlear model which are alternatives to the gensai (stabilized auditory | |
14 image) program. Correlograms (ie. row-wise autocorrelation) and row-wise | |
15 Fourier transform are provided. | |
16 | |
17 The program reads an AIM | |
18 header and the output from the genbmm (basilar membrane motion) or gennap | |
19 (neural activity pattern) programs. This is divided into contiguous | |
20 time frames and written on the stdout with an appropriate header as if output | |
21 from the gensai program. This enables genbmm or gennap output to be divided into time | |
22 frames and replayed as a time-varying cartoon by gensai using the "useprevious" option. | |
23 | |
24 Additional processing to each frame is optionally available to compute | |
25 alternative forms of auditory image according to the "image" option. | |
26 | |
27 .SH OPTIONS | |
28 | |
29 The options "start" and "length" specify the size of the input. | |
30 The options "width" and "frstep" specify the frames which are output. | |
31 The input is divided into frames according to the width option and the | |
32 frstep option. | |
33 | |
34 Special option values are: | |
35 | |
36 .nf | |
37 length=max Read all the input from the given start to its end. | |
38 width=max Output framewidth is set equal to the given input | |
39 length, and if this is also "max", then the | |
40 framewidth is the remainder of the input. | |
41 frames=1-max Select the 1st to the last frame inclusively. | |
42 frame=4 Select the 4th frame only. | |
43 | |
44 image=off Divide the input into frames for replay as a cartoon. | |
45 image=acgram Compute correlogram of each frame. | |
46 image=ftgram Compute power spectrum of each channel of each frame. | |
47 image=phgram Compute phase spectrum of each channel of each frame. | |
48 .fi | |
49 | |
50 Most options in the input header are copied to the output header. | |
51 This enables options which are needed for the eventual display | |
52 to pass straight through. Some options are set so that they can override | |
53 the input header. For example, the display option is set on to enable | |
54 display even when input has display=off. The animate option can be set on | |
55 even when the input has animate=off. | |
56 Parts of the header are changed for the new sai format: | |
57 (frames, frameshift, framewidth, frameheight, framebytes). | |
58 | |
59 Certain display parameters have different default values for different | |
60 applications. The gensai display parameters should be set to the appropriate | |
61 values, in order to plot the cartoon on the same scale. For example: | |
62 when the source application is gennap, set gensai top=1000, | |
63 when the source application is genbmm, set gensai bottom=-100. | |
64 | |
65 | |
66 .SH EXAMPLES | |
67 | |
68 .nf | |
69 | |
70 1. To convert gennap output to multiple animated frames: | |
71 | |
72 gennap len=16ms display=off output=stdout file | \ | |
73 audim image=off width=8ms frstep=0.2ms anim=on > file.sai | |
74 gensai useprev=on file -(for landscape plot) | |
75 genspl useprev=on pensize=2 file -(for spiral plot) | |
76 | |
77 (Note: spirals look better in a square box, so you might use options: | |
78 dencf=1 width=500 height=500 ) | |
79 | |
80 2. An animated normalized correlogram from gennap output: | |
81 | |
82 gennap len=64ms output=stdout display=off file | \ | |
83 audim norm=on anim=on > file.sai | |
84 gensai useprev=on top=1000 file -(for landscape plot) | |
85 genspl useprev=on top=1000 pensize=2 file -(for spiral plot) | |
86 | |
87 .fi | |
88 | |
89 .SH "SEE ALSO" | |
90 | |
91 acgram ftgram edframe naptosai | |
92 | |
93 .SH COPYRIGHT | |
94 .LP | |
95 Copyright (c) Applied Psychology Unit, Medical Research Council, 1995 | |
96 .LP | |
97 Permission to use, copy, modify, and distribute this software without fee | |
98 is hereby granted for research purposes, provided that this copyright | |
99 notice appears in all copies and in all supporting documentation, and that | |
100 the software is not redistributed for any fee (except for a nominal | |
101 shipping charge). Anyone wanting to incorporate all or part of this | |
102 software in a commercial product must obtain a license from the Medical | |
103 Research Council. | |
104 .LP | |
105 The MRC makes no representations about the suitability of this | |
106 software for any purpose. It is provided "as is" without express or | |
107 implied warranty. | |
108 .LP | |
109 THE MRC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING | |
110 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL | |
111 THE A.P.U. BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES | |
112 OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, | |
113 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, | |
114 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS | |
115 SOFTWARE. | |
116 |