Antenna pattern plotting and analysis software.
Copyright (C) 2017-2024 Konrad Kosmatka
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
In order to build antpatt you will need:
- CMake
- C compiler
You will also need several dependencies:
- GTK+ 3 & dependencies
- GSL
- JSON-C
- zlib
Once you have all the necessary dependencies, you can use scripts available in the build
directory.
For Windows builds (binaries), see the Releases page. To enable dark theme on Windows, run antpatt.exe
with -d
command line parameter.
After a successful build, just use:
$ sudo make install
in the build
directory. This will install both the executable file antpatt
and icons.
- Radiomobile –
ANT
- MMANA-GAL –
CSV
- Planet –
MSI
- XDR-GTK (legacy) –
XDRP
The whole project can be saved as .antp.gz
file (compressed .antp
) which is simply a JSON file with all settings included and data samples embedded. See examples
directory.
MMANA-GAL can export CSV files that antpatt accepts. Use the following settings in MMANA-GAL: File → Table of Angle/Gain (*.csv) dialog to export the CSV:
Interactive console mode (-i
command line option) can be used for data streaming from another application for real-time antenna radiation pattern plotting. Commands consist of a single word and are case insensitive:
START
– create new measurementSTOP
– close current measurementPUSH <float>
– add signal level sampleNAME <string>
– set plot nameFREQ <int 0 … 99 999 999>
– set plot frequency [kHz]COLOR <string>
– set plot color (#XXXXXX)AVG <int 0 … 10>
– set plot moving-averageFILL <int 0 … 1>
– set plot fillREV <int 0 … 1>
– set plot reverse mode
Antpatt will send the following responses:
READY
– after application startupBYE
– before application exitOK
– after a successful commandERROR
– after an incorrect command