~ubuntu-branches/ubuntu/maverick/yagiuda/maverick

« back to all changes in this revision

Viewing changes to man/man1/input.1

  • Committer: Bazaar Package Importer
  • Author(s): Joop Stakenborg
  • Date: 2005-08-22 20:20:13 UTC
  • Revision ID: james.westby@ubuntu.com-20050822202013-mhhxp4xirdxrdfx1
Tags: upstream-1.19
ImportĀ upstreamĀ versionĀ 1.19

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH INPUT 1 "24th October  2000" "Version 1.16"
 
2
.de BP
 
3
.sp
 
4
.ns
 
5
.ti -.2i
 
6
\(**
 
7
..
 
8
.SH NAME
 
9
input \- Yagi-Uda project antenna defining program
 
10
.SH SYNOPSIS
 
11
.B  input
 
12
[
 
13
.B -\ h
 
14
]
 
15
.SH DESCRIPTION
 
16
The program 
 
17
.I input
 
18
is one of a number of executable programs that forms part of a set of 
 
19
programs, collectively known as the
 
20
.I Yagi-Uda project
 
21
, which were designed for analysis and optimisation of Yagi-Uda antennas. 
 
22
.I input
 
23
is an interactive program, that asks the user for information about a Yagi design, such as position
 
24
of elements, spacing between elements, frequency span of interest and a filename to save the data
 
25
to.
 
26
.I input
 
27
then writes this information into an ASCII file, which can be read by
 
28
.I yagi
 
29
or
 
30
.I optimise
 
31
The file is ASCII and it's format is easily understood by inspection (there are comments printed
 
32
in it), so it can if necessary be edited manually.   
 
33
.LP 
 
34
After running   
 
35
.I input
 
36
and specifying a filename (for example 144e10) you should then type
 
37
.I yagi 144e10
 
38
and then
 
39
.I output 144e10
 
40
and optionally
 
41
.I optimise 144e10
 
42
.LP
 
43
.br
 
44
.SH OPTIONS
 
45
.TP
 
46
.B \-h  
 
47
Print a help message.
 
48
.SH FILES
 
49
.nf
 
50
filename         ASCII data file in which design is put.
 
51
.fi
 
52
.SH PLATFORMS
 
53
Both DOS and Unix versions have been built. The DOS version as
 
54
distributed requires a 386 PC with a 387 maths coprocessor. 
 
55
 
 
56
.SH AUTHORS
 
57
 
 
58
Dr. David Kirkby G8WRB (david.kirkby@onetel.net).
 
59
with help with in converting to DOS/PC from Dr. Joe Mack NA3T (mack@fcrfv2.ncifcrf.gov)
 
60
.SH SEE ALSO
 
61
first(1), yagi(), output(1), optimise(1), input (5), first(5), yagi(5), output(5) and optimise(5).
 
62
 
 
63
.nf
 
64
Bugs should be reported to
 
65
.BR david.kirkby@onetel.net.
 
66
.fi
 
67
Bugs tend actually to be fixed if they can be isolated, so it is in your
 
68
interest to report them in such a way that they can be easily reproduced.
 
69
.PP
 
70
If a mistake is made during inputting of data (such as entering an incorrect length), it is not
 
71
possible to go back and correct this. You should make a note of the error, and edit the ASCII
 
72
text file with a text editor (vi, DOS edit etc).