~ubuntu-branches/ubuntu/precise/yagiuda/precise

« back to all changes in this revision

Viewing changes to man/man5/optimise.5

  • 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
'\" e
 
2
.\" -*- nroff -*-
 
3
.\" This man page must be preprocessed with eqn.
 
4
.ie \n(.g .ds ic \/
 
5
.el .ds ic \^
 
6
.TH OPTIMISE 5 "24th October 2000" "Version 1.16"
 
7
.SH NAME
 
8
optimise \- output data file formats
 
9
.SH DESCRIPTION
 
10
This manual page describes the output formats of the files created by the
 
11
.IR Yagi-Uda 
 
12
project's 
 
13
.IR optimise
 
14
program. The input files required for optimise are plain ASCII which can be generated by 
 
15
.IR input 
 
16
or 
 
17
.IR first.
 
18
or may be generated manually with a text editor, if care is used. The format required by optimise is described in input(5). Optimise's output files, which have the .bes extension are the same format as the input files and are again obviously described by input(5).
 
19
 
 
20
.SH Example of a .up file.
 
21
 
 
22
The .up file list the improvements made by optimise to an antenna
 
23
design. Starting from the original design, the file is appended each time a new better design is found. Here is an example, where the final line is the performance of the 4 element beam with the .dat file shown earlier.
 
24
.nf
 
25
    1 7.57dBi,  16.93dB F/B, Z=(31.77-56.34j) Ohms, SWR=3.95, SL=16.95 dB
 
26
.br
 
27
   84 7.58dBi,  16.93dB F/B, Z=(31.78-56.32j) Ohms, SWR=3.95, SL=16.95 dB
 
28
.br
 
29
  623 7.58dBi,  16.93dB F/B, Z=(31.78-56.28j) Ohms, SWR=3.95, SL=16.95 dB
 
30
.br
 
31
89345 9.74dBi, 103.06dB F/B, Z=(37.55 +1.61j) Ohms, SWR=1.33, SL=17.78 dB
 
32
 
 
33
.br
 
34
.SH What is what in the .up file
 
35
The first column is an integer specifying the iteration. The other columns, going from left to right are gain(dBi), FB, input impedance, VSWR and level of the most significant sidelobe, in dB down on the peak gain.
 
36
 
 
37
.SH "SEE ALS0"
 
38
 
 
39
yagi(1), output(1), input(1), optimise(1), first(1), input(5), output(5) and yagi(5).
 
40
 
 
41
.SH AUTHORS
 
42
 
 
43
Dr. David Kirkby G8WRB (david.kirkby@onetel.net), with 
 
44
help with converting to DOS from Dr. Joe Mack NA3T (mack@fcrfv2.ncifcrf.gov).