Automatic Bitmap Generators.

In order to describe the cross sections of the transmission lines, you can either use a graphics programme to draw it manually, or one of several programs which will be written in order to generate bitmaps more quickly. Currently several automatic bitmap generators have been written, which handle some of the more common combination of circular and rectangular conductors. Note create_bmp_for_circ_in_circ which handles the eccentric coax, with a circular inner and outer, was written to test atlc, - since there is an exact analytical formula for that case, there is no point in simulating it. UNIX manual pages are available for most, but not all of the programs.

NOTE: The HTML versions of the UNIX man pages are produces automatically from the UNIX man pages. They are not very well produced and any diagrams are very poorly shown. Hence don't expect too much of the hyperlinks below - the man pages when viewed using man are much better.

create_bmp_for_circ_in_circ 100 30 25 1.0006 off-centre2.bmp
This is used for producing bitmaps of a circular conductor inside another circular conductor. In this example, the inner diameter of the outer conductor is 100 mm, the outer diameter of inner conductor is 30 mm. The inner is offset 25 mm from the centre. The dielectric constant of the material between the inner and outer is 1.0006 (air). The fact the outer looks square, not circular, is of no consequence. The shape inside of the outer conductor is round - the shape outside is irrelevant..
eccentric coax
create_bmp_for_rect_cen_in_rect 268 100 100 50 4.8 central.bmp
This is used for creating bitmaps of a rectangular conductor placed centrally inside another rectangular conductor. Only a single dielectric exists.
centralised rectangular
create_bmp_for_circ_in_rect 20 200 100 50 -5 10.2 cir.bmp
This is used for the generation of bitmap with a circular conductor inside a rectangular conductor.
odd one again
create_bmp_for_rect_in_circ has not been finished yet.
But this is what it will do - calculate the properties of a transmission line formed from a circular outer and a rectangular inner.
odd one again
create_bmp_for_stripline_coupler -v 2.0 1.01 1.02 1.0 coupler.bmp
This is used for creating bitmaps for a directional coupler. In this example, the height H of the enclosure is 2 mm, the width of the conductors w is 1.01 mm, the spacing between them is 1.02 m. The dielectric between them has a permittivity of 1.0. The width of the enclosure W is automatically set, to be sufficiently large to make no significant difference to the results. The inner conductors are made only one pixel high, so that the bitmap produced closely approximates a geometry that has an exact analytical solution, which the -v option causes the program to compute (Zodd=93.196255, Zeven=106.612606 and Zo=99.678963 Ohms). The thickness of the inner conductors is shown exaggerated here, otherwise you would be unable to see them. You will really need to zoom in with a graphics package to see the inner conductors.
coupled lines.
create_bmp_for_symmetrical_stripline 1 201 301 wide.bmp
This is used for creating bitmaps of a thin strip line between two wide conductors. The program also calculates the theoretical impedance, assuming the stripline is infinitely thin and the width W infinite wide. The inner conductor that is produced is one pixel high, in order that atlc may be tested against theoretical data. It is often difficult to see the inner conductor unless you zoom into a bitmap. Hence it is shown very exaggerated in this diagramme.
wide stripline.
create_bmp_for_rect_in_rect 268 100 10 40 25 200 100 45 1.0 4.8 pcb2.bmp
This is used for creating bitmaps for a rectangular conductor placed anywhere inside another rectangular conductor, with one conductor place on top of another dielectric. The programme create_bmp_for_rect_in_rect is quite hard to use, as it has so many parameters that must be supplied. Don't try using this one before some of the others.
odd rectangular
create_bmp_for_microstrip_coupler 2.5 2.0 1 1.593 0.53 1 3.7
This is used when one wishes to create bitmaps for two coupled lines microstrip lines on a PCB. In this example, the width of the coupled lines (w) is 2.5 mm, there is a 2 mm space (s) between the two coupled lines, there is a gap (g) of 1 mm between the edges of the coupled lines and the top groundplane. The dielectric is 1.593 mm thick and the copper tracks 0.53 mm thick. The permittivity of the material (air) above the PCB is 1.0 and that of the PCB is 3.7. This has an odd mode impedance of 43.96 Ohms and an even mode impedance of 55.06 Ohms. .
microstrip coupler

The above programs will, by default, produce a bitmap of around 500 kb, which should be analysed in about 3 minutes at most, depending on the speed of your computer. You can increase or decrease the size of the bitmap, by use of the -b option.

create_bmp_for_symmetrical_stripline is different from the other programmes used for bitmap generation, in that instead of the programme automatically determining the optimal bitmap dimensions, create_bmp_for_symmetrical_stripline must be provided with them. Whereas all the other programs can accept floating point numbers for the dimensions of the conductors, create_bmp_for_symmetrical_stripline will only accept integer numbers and translates them directly to the bitmap size. The program create_bmp_for_symmetrical_stripline was put together quickly and has no finess.

atlc is written and supported by Dr. David Kirkby (G8WRB) It it issued under the GNU General Public License

Return to the atlc homepage

SourceForge.net
Logo