comparison man/man1/chi.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 CHI 1 "1 September 1993"
2
3 .SH NAME
4 chi \- repetitative chi-squared curve.
5
6 .SH SYNTAX
7 chi [options]
8
9 .SH DESCRIPTION
10 Generate samples of a repeated chi-squared waveform at a given sample
11 rate. Samples are written on the stdout in binary shorts or floats
12 according to the `datatype' option.
13
14 .SH OPTIONS
15
16 1. period, amplitude, duration.
17
18 The `period' option sets the period of repetition of the waveform in
19 samples. The `duration' option sets the total duration of the output
20 waveform in samples. Both may be given with time units (s or ms) in
21 which case the time is converted to samples using the given `samplerate'
22 option. The `amplitude' option sets the height of the waveform.
23
24 2. asymmetry
25
26 The asymmetry parameter ( >= 1 ) controls the assymmetry of the repeated curve.
27
28 .SH "SEE ALSO"
29 options ramp tone noise ptrain
30
31 .SH COPYRIGHT
32 .LP
33 Copyright (c) Applied Psychology Unit, Medical Research Council, 1995
34 .LP
35 Permission to use, copy, modify, and distribute this software without fee
36 is hereby granted for research purposes, provided that this copyright
37 notice appears in all copies and in all supporting documentation, and that
38 the software is not redistributed for any fee (except for a nominal
39 shipping charge). Anyone wanting to incorporate all or part of this
40 software in a commercial product must obtain a license from the Medical
41 Research Council.
42 .LP
43 The MRC makes no representations about the suitability of this
44 software for any purpose. It is provided "as is" without express or
45 implied warranty.
46 .LP
47 THE MRC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
48 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
49 THE A.P.U. BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES
50 OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
51 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
52 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
53 SOFTWARE.
54