1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109
|
.\" This -*- nroff -*- file has been generated from
.\" DocBook SGML with docbook-to-man on Debian GNU/Linux.
...\"
...\" transcript compatibility for postscript use.
...\"
...\" synopsis: .P! <file.ps>
...\"
.de P!
\\&.
.fl \" force out current output buffer
\\!%PB
\\!/showpage{}def
...\" the following is from Ken Flowers -- it prevents dictionary overflows
\\!/tempdict 200 dict def tempdict begin
.fl \" prolog
.sy cat \\$1\" bring in postscript file
...\" the following line matches the tempdict above
\\!end % tempdict %
\\!PE
\\!.
.sp \\$2u \" move below the image
..
.de pF
.ie \\*(f1 .ds f1 \\n(.f
.el .ie \\*(f2 .ds f2 \\n(.f
.el .ie \\*(f3 .ds f3 \\n(.f
.el .ie \\*(f4 .ds f4 \\n(.f
.el .tm ? font overflow
.ft \\$1
..
.de fP
.ie !\\*(f4 \{\
. ft \\*(f4
. ds f4\"
' br \}
.el .ie !\\*(f3 \{\
. ft \\*(f3
. ds f3\"
' br \}
.el .ie !\\*(f2 \{\
. ft \\*(f2
. ds f2\"
' br \}
.el .ie !\\*(f1 \{\
. ft \\*(f1
. ds f1\"
' br \}
.el .tm ? font underflow
..
.ds f1\"
.ds f2\"
.ds f3\"
.ds f4\"
'\" t
.ta 8n 16n 24n 32n 40n 48n 56n 64n 72n
.TH "transcalc" "1"
.SH "NAME"
transcalc \(em analysis and synthesis tool for microwave and RF transmsision lines
.SH "SYNOPSIS"
.PP
\fBtranscalc\fP [\fB-h/--help\fP] [\fB-v/--version\fP]
.SH "DESCRIPTION"
.PP
\fBtranscalc\fP is an analysis and synthesis tool
for calculating the electrical and physical properties of different
kinds of RF and microwave transmission lines.
.PP
\fBTranscalc\fP allows you to interactively edit
substrate, component, physical and electrical parameters of a given
transmission line. For each type of transmission line, using entry
boxes, you can enter values for the various parameters, and either
calculate its electrical properties (press Analyze button or function
key F3), or use the given electrical requirements to synthesize (press
Synthesize button or function key F4) physical parameters of the
required transmission line.
.PP
When run for the first time \fBTranscalc\fP creates a .transcalc directory under the user's home directory,
where some configuration information is
stored. \fBTranscalc\fP remembers the last
transmission line parameters used when the user exits and
presents those parameters when restarted.
.PP
Calculated results are updated and presented within the user
interface. Moving the mouse over the parameter labels pops up a
more helpful tooltip about that parameter. For example, if you
wonder what "Er" stands for, move the mouse over it and a
helpful tooltip tells you that it stands for relative
permittivity.
.PP
\fBTranscalc\fP knows and converts between many
unit types for length, frequency, resistance and angles. Default
units can be saved by using the File->Options menu. Calculated
results include conductor and dielectric losses in decibels
(dB).
.SH "OPTIONS"
.PP
\fBTranscalc\fP has few command line
options at this point.
.IP "\fB-v, --version\fP " 10
Causes transcalc to print its version number (a string
on the form MAJOR.MINOR, like 0.10) to the
standard output, and then exit.
.SH "AUTHOR"
.PP
\fBtranscalc\fP was
written by Gopal Narayanan (gopal@astro.umass.edu) and Claudio Girardi
(claudio.girardi@ieee.org). \fBtranscalc\fP is available at \fIhttp://transcalc.sourceforge.net/
(link to URL http://transcalc.sourceforge.net/) \fR.
...\" created by instant / docbook-to-man, Mon 15 Jul 2002, 08:29
|