File: atlc.1.html

package info (click to toggle)
atlc 4.6.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 134,508 kB
  • sloc: ansic: 8,452; sh: 4,862; makefile: 1,055; cpp: 64
file content (290 lines) | stat: -rw-r--r-- 10,241 bytes parent folder | download | duplicates (5)
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
<HTML>
<BODY>
<PRE>
<!-- Manpage converted by man2html 3.0.1 -->

</PRE>
<H2>NAME</H2><PRE>
     <B>atlc</B> - an Arbitrary Transmission Line Calculator


</PRE>
<H2>SYNOPSIS</H2><PRE>
     <B>atlc</B>  <B>[-C]</B> <B>[-s]</B> <B>[-S]</B> <B>[-v]</B> <B>[-c</B>  <B>cutoff]</B>  <B>[-d</B>  <B>rrggbb=Er]</B>  <B>[-i</B>
     <B>factor]</B>  <B>[-i</B>  <B>prefix]</B> <B>[-t</B> <B>threads]</B> <B>[-r</B> <B>rate_multiplier]</B> <B>bit-</B>
     <B>mapfile</B>


</PRE>
<H2>WARNING</H2><PRE>
     This man page is not a complete set of documentation  -  the
     complexity  of the atlc project makes man pages not an ideal
     way to document it, although out of completeness, man  pages
     are produced. The best documentation that was current at the
     time the version was produced should be found on  your  hard
     drive, usually at
     /usr/local/share/atlc/docs/html-docs/index.html
     although it might be elsewhere if your system  administrator
     chose  to  install  the package elsewhere. Sometimes, errors
     are  corrected  in   the   documentation   and   placed   at
     http://atlc.sourceforge.net/ before a new release of atlc is
     released.  Please, if you notice a problem with the documen-
     tation - even spelling errors and typos, please let me know.



</PRE>
<H2>DESCRIPTION</H2><PRE>
     <B>atlc</B> is a finite difference program that is used  to  calcu-
     late  the properties of a two-conductor electrical transmis-
     sion line of arbitrary cross section. It  is  used  whenever
     there are no analytical formula known, yet you still require
     an answer. It can calculate:
        The impedance Zo  (in Ohms)
        The capacitance per unit length (pF/m)
        The inductance per unit length (nF/m)
        The velocity of propagation v (m/s)
        The velocity factor, v/c, which is dimensionless.

     A bitmap file (usually with the extension .bmp or  .BMP)  is
     drawn  in  a  graphics  package  such as <B>Gimp</B> available from
     http://www.gimp.org. The bitmap file <B>must</B> be saved as a  24-
     bit  (16,777,216 colour) uncompqessed file. The colours used
     in the bitmap indicate whether the  region  is  a  conductor
     (pure  red,  pure  green or pure blue) or a dielectric (any-
     thing else). Pure white is assumed to be  a  vacuum  dielec-
     tric, but other colours have different meanings. See COLOURS
     below for precise definitions of the colours.


</PRE>
<H2>OPTIONS</H2><PRE>
     <B>-C</B>
     print copyright, licensing and copying information.
     <B>-s</B>
     Skip writing the Ex, Ey, E, V, U and Er bitmap (.bmp)  files
     <B>-S</B>
     Skip writing the Ex, Ey, E, V, U and Er binary (.bin) files
     <B>-v</B>
     makes the output more verbose/talkative.
     <B>-c</B> <B>cutoff</B>
     Sets the convergence criteria of the finite difference  pro-
     gram. The default is 0.0001, meaning two separate iterations
     must be within 01% for the program to stop  iterating.  Set-
     ting  to  a smaller positive number gives more accuracy, but
     takes longer.

     <B>-d</B> <B>rrggbb=Er</B>
     is used to indicate the colour 0xrrggbb  in  the  bitmap  is
     used  to represent a material with permittivity Er. See also
     COLOURS below

     <B>-i</B> <B>factor</B>
     is used to lighten or darken the .bmp electric field profile
     images  produced  by  atlc.  Set  factor  &gt;  2 to lighten or
     between 1 and 2 to darken.

     <B>-r</B> <B>ratemultiplier</B>
     Sets the parameter 'r' used internally  when  computing  the
     voltage  at  a point w,h.  The default, which is (as of ver-
     sion 3.0.0) 1.95, results in what is believed to be  optimal
     results.  Setting to 1.0 will avoid the use of the fast con-
     vergence method, which is generally not a good idea.

     <B>-p</B> <B>prefix</B>
     Adds 'prefix', which is usually a directory name,  in  front
     of the output files.


</PRE>
<H2>COLOURS</H2><PRE>
     The 24-bitmaps that  atlc  uses  have  8  bits  assigned  to
     represent  the  amount  of  red, 8 for blue and 8 for green.
     Hence there are 256 levels of red, green and blue, making  a
     total of 256*256*256=16777216 colours. Every one of the pos-
     sible 16777216 colours can be defined precisely by the stat-
     ing the exact amount of red, green and blue, as in:

     red         = 255,000,000 or 0xff0000
     green       = 000,255,000 or 0x00ff00
     blue        = 000,000,255 or 0x0000ff
     black       = 000,000,000 or 0x000000
     white       = 255,255,255 or 0xffffff
     Brown       = 255,000,255 or 0xff00ff
     gray        = 142,142,142 or 0x8e8e8e

     Some colours, such as pink, turquiose,  sandy,  brown,  gray
     etc  may mean slightly different things to different people.
     This is not so with atlc, as the program expects the colours
     below  to  be exactly defined as given. Whether you feel the
     colour is sandy or yellow is up to you, but if you use it in
     your  bitmap,  then it either needs to be a colour reconised
     by atlc, <B>or</B> you <B>must</B> define it with a  command  line  option
     (see OPTIONS).
     red    = 255,000,000 or 0xFF0000 is the live conductor.
     green  = 000,255,000 or 0x00FF00 is the grounded conductor.
     blue   = 000,000,255 or 0x0000FF is the negative conductor

     All bitmaps <B>must</B> have the live (red)  and  grounded  (green)
     conductor. The blue conductor is used to indicate a negative
     conductor, is needed when the program  is  used  to  analyse
     directional couplers.

     The following dielectrics are reconised by atlc<B>:</B>

     white     255,255,255 or 0xFFFFFF as Er=1.0    (vacuum)
     pink      255,202,202 or 0xFFCACA as Er=1.0006 (air)
     L. blue   130,052,255 or 0x8235EF as Er=2.1    (PTFE)
     Mid gray  142,242,142 or 0x8E8E8E as Er=2.2    (duroid 5880)
     mauve     255.000,255 or 0xFF00FF as Er=2.33  (polyethylene)
     yellow    255,255,000 or 0xFFFF00 as Er=2.5    (polystyrene)
     sandy     239,203,027 or 0xEFCC1A as Er=3.3    (PVC)
     brown     188,127,096 or 0xBC7F60 as Er=3.335  (epoxy resin)
     L. yellow 223,247,136 or 0xDFF788 as Er=3.7    (FR4 PCB)
     Turquoise 026,239,179 or 0x1AEFB3 as Er=4.8    (glass PCB)
     Dark gray 142,142,142 or 0x696969 as Er=6.15   (duroid 6006)
     L. gray   240,240,240 or 0xDCDCDC as Er=10.2  (duroid 6010)
     D. orange 213,160,067 or 0xD5A04D as  Er=100.0  (mainly  for
     test purposes)


</PRE>
<H2>EXAMPLES</H2><PRE>
     Here are a few examples of the use of atlc. Again,  see  the
     html documentation in atlc-X.Y.Z9ocsl-docs, the documentation
     on         your         system         (normally          at
     /usr/local/share/atlc/docs/html-docs/index.html  ) or online
     at http://atlc.sourceforge.net for examples.

     <B>ex_1</B> <B>%</B> <B>atlc</B> <B>coax2.bmp</B>
     This is a simple example (ex_1), in which the geometry of  a
     transmission  line is defined in coax2.bmp. In this example,
     only the predefined dielectrics (Er =1.0, 1.0006, 2.1,  2.2,
     2.33,  2.5,  3.3,  3.335, 3.7, 4.8, 6.15 or 10.2) could have
     been used in the bitmap, which would have been done with one
     of  13  different colours. white (0xFFFFFF) for Er=1.0, pink
     (0xFFCACA) for 1.0006 etc.   No  other  colour  (dielectric)
     could have been used, since it was not specified with the -d
     option.

     <B>ex_2</B> <B>%</B> <B>atlc</B> <B>-d</B> <B>f9e77d=2.43</B> <B>somefile.bmp</B>
     In ex_2, a dielectric with Er=2.43 was wanted. A colour with
     the  RGB  values  of  0xF9E7&amp;d was used. The -d option tells
     atlc what Er this colour refers to.

     <B>ex_3</B> <B>%</B> <B>atlc</B> <B>-v</B> <B>coax2.bmp</B>
     In ex_3, atlc has been instructed to print  the  results  of
     intermediate  calculations  to  stdout.   Normally, only the
     final result is printed. Using -vv even more information may
     be produced, but this is really of only use to the developer
     of the project.


</PRE>
<H2>FILES</H2><PRE>
     bitmapfile.bmp
        Original bitmap file. Must be 24-bit colour uncompressed.
     bitmapfile.Ex.bmp
        X-component of E-field as a bitmap. Red=+dV/dx,  blue  =-
     dV/dx
     bitmapfile.Ey.bmp
        y-component of E-field as a bitmap. Red=+y, blue =-y
     bitmapfile.E.bmp
        E-field, as E=sqrt(Ex^2+Ey^2).
     bitmapfile.V.bin
        Voltage as a bitmap, red= positive, blue =negative.
     bitmapfile.Er.bin
        Bitmap showing the permittivity as a  grayscale.  Lighter
     is a higher
        permittivity.
     bitmapfile.U.bmp
        Energy.

     In addition to the bitmaps, the data is also saved in binary
     files.

     All the saved binary files (.bin's) are saved  as  a  double
     precision number for each of the pixels. The first double is
     the top left, the last the bottom  right.  If  the  original
     image  has width W and height H, the saved binary files will
     be W-1 by H-1.

     All the saved bitmap files  are  24-bit  uncompressed,  just
     like the input files.


</PRE>
<H2>SEE ALSO</H2><PRE>
     <B>atlc(1)</B>                       <B>create_bmp_for_circ_in_circ(1)</B>
     <B>create_bmp_for_circ_in_rect(1)</B>
     <B>create_bmp_for_microstrip_coupler(1)</B>
     <B>create_bmp_for_rect_cen_in_rect(1)</B>
     <B>create_bmp_for_rect_cen_in_rect_coupler(1)</B>
     <B>create_bmp_for_rect_in_circ(1)</B>
     <B>create_bmp_for_rect_in_rect(1)</B>
     <B>create_bmp_for_stripline_coupler(1)</B>
     <B>create_bmp_for_symmetrical_stripline(1)</B>    <B>design_coupler(1)</B>
     <B>find_optimal_dimensions_for_microstrip_coupler(1)</B> <B>readbin(1)</B>

     http://atlc.sourceforge.net                - Home page
     http://sourceforge.net/projects/atlc       - Download area
     atlc-X.Y.Z/docs/html-docs/index.html       - HTML docs
     atlc-X.Y.Z/docs/qex-december-1996/atlc.pdf - theory paper
     atlc-X.Y.Z/examples                        - examples

















































</PRE>
<HR>
<ADDRESS>
Man(1) output converted with
<a href="http://www.oac.uci.edu/indiv/ehood/man2html.html">man2html</a>
</ADDRESS>
</BODY>
</HTML>