Mercurial > hg > aim92
comparison man/man1/step.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 STEP 1 "1 September 1993" | |
2 | |
3 .SH NAME | |
4 step \- generate a step waveform. | |
5 | |
6 .SH SYNTAX | |
7 step [options] | |
8 | |
9 .SH DESCRIPTION | |
10 Generate a step up or down of given amplitude at a given shift from the origin | |
11 (start of waveform), and write the resulting waveform on the stdout in the | |
12 given datatype. | |
13 | |
14 .SH OPTIONS | |
15 | |
16 1. shift | |
17 | |
18 The position of the step (up or down) relative to the start of the waveform. | |
19 The shift can be in samples (no units) or can take time units | |
20 (using the samplerate option). | |
21 | |
22 2. amplitude | |
23 | |
24 The height of the step. | |
25 | |
26 3. polarity | |
27 | |
28 The direction of the step: up (zero before the step and `amplitude' after) | |
29 or down (`amplitude' before the step and zero after). | |
30 | |
31 4. duration | |
32 | |
33 The duration of the output wave, including the shift to the step. | |
34 The duration can be in samples (no units) or can take time units | |
35 (using the samplerate option). | |
36 | |
37 5. type | |
38 | |
39 The output datatype. This may be any of: char, short, int, float, double, | |
40 ascii (meaning one ascii number per line). | |
41 | |
42 .SH "SEE ALSO" | |
43 .LP | |
44 options ptrain merge | |
45 .SH COPYRIGHT | |
46 .LP | |
47 Copyright (c) Applied Psychology Unit, Medical Research Council, 1995 | |
48 .LP | |
49 Permission to use, copy, modify, and distribute this software without fee | |
50 is hereby granted for research purposes, provided that this copyright | |
51 notice appears in all copies and in all supporting documentation, and that | |
52 the software is not redistributed for any fee (except for a nominal | |
53 shipping charge). Anyone wanting to incorporate all or part of this | |
54 software in a commercial product must obtain a license from the Medical | |
55 Research Council. | |
56 .LP | |
57 The MRC makes no representations about the suitability of this | |
58 software for any purpose. It is provided "as is" without express or | |
59 implied warranty. | |
60 .LP | |
61 THE MRC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING | |
62 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL | |
63 THE A.P.U. BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES | |
64 OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, | |
65 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, | |
66 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS | |
67 SOFTWARE. | |
68 |