Initial Commit

This commit is contained in:
N9OZB
2019-07-20 05:55:06 -05:00
parent c20c92fcfb
commit 9eb238a56f
78 changed files with 14426049 additions and 0 deletions

230
CHANGELOG Executable file
View File

@@ -0,0 +1,230 @@
SIGNAL SERVER CHANGELOG
3.20 Beta - 14 Jul 2019 - N9OZB Mods
1. Added .GZ (Gzip) file processing for .sdf.gz DEM tiles.
2. Added .BZ2 (Bzip2) file processing for .sdf.bz2 DEM tiles.
3. Added much improved Antenna file options, new command line options for:
a. AZ/EL file/path with a unique filename, no longer locked to output filename.
b. Can specify command line pattern rotation azimuth, overrides value in file.
c. Can specify command line pattern downtilt and direction, overrides file.
4. Added command line option for color palette file, not locked to output name,
filename/path is used for .scf, .lcf and .dcf files, depending on mode.
5. Fixed major bug in .udt file processing in West (negative) longitudes.
6. Fixed ITM "Conf" and "Rel" options (ITM "situations" and "times") on cmdline.
7. Increased HD Version capacity from 9 to 32 DEM tiles (.sdf files).
8. Updated command line help msg, CHANGELOG, and README.md documentation.
9. Removed extra unused variables, cleaned up code and fixed a few logic issues.
10. Restructured src tree, updated Makefile. Much cleaner directory structure.
11. Added Antenna & UDT test file "ant-udt_test" to ./test.sh suite.
12. Added sample color palette files in ./color.
13. Added some conversion & postdownload scripts to ./utils/sdf.
14. Added sample antenna file DB413-B in ./antenna.
15. Tried to keep cmdline color/antenna and all changes backward compatible.
16. Added base run (runsig.sh) and kmz conversion script (genkmz.sh) files.
17. Added dandy User Manual for reference.
3.11 - 25 Sept 2018
More LIDAR edge cases, tidying of many meridian hacks(!) and regression tested with different LIDAR resolutions and configurations eg. 1x2, 2x1..
Meridian issue fixed for 30m but deliberately broken for 2m due to previous crap hacks causing a headache. Can be fixed in DEM by re-processing LIDAR tiles to NOT span the meridian.
3.10 - 15 Apr 2018
360 min_west fix
3.09 - 7 Feb 2018
Meridian LIDAR cropping fix
3.08 - 17 Dec 2017
Proper fix for nearfield void
More LIDAR edge cases: 1x2, 2x1...
Removed exit() if no colour file
Polyfilla for gaps at tile edges
SUI model clutter factor
3.07 - 2 Sep 2017
Bugfixes for LIDAR edge cases with mismatched tiles, missing tiles etc.
3.06 - 23 June 2017
Cropping edge cases with > 100km and LOS
3.05 - 18 June 2017
LIDAR overhaul for mismatched tiles and different resolutions. No longer expects x/y grid of tiles of equal size.
Dynamic resampling so user can specify *any* resolution less than maximum resolution of data.
3.04 - 19 April 2017
Added Egli VHF/UHF model courtesy of G6DTX
Adjusted SUI correction factor for height. Most academic papers have /2000 but some are /2. Only out by 1e3 :O
New propagation model unit test script at models/test.cc
Added 10 to ARRAYSIZE again as it was needed :p
3.03 - 19 March 2017
Path profile bugfix for some models
Error handling for when prop loss < free space loss
3.02 - 22 Feb 2017
Gareth's error handling
3.01 - 16 Feb 2017
Image crop (Major performance improvement later on), SUI bugfix, txelev replaced
3.0 - 02 Feb 2017
Image rendering library support. Uses third party PNG lib instead of expensive PPM.
Code cleanup by a professional developer.
More errors to stderr
2.94 - 03 Oct 2016
Reduced MAXPAGES array for LIDAR to allow for uber large tiles
2.93 - 30 Sep 2016
More tiles
2.92 - 29 September 2016
Overhauled LIDAR functions to read in (more) native format tiles.
Replaced 'super tile' code with more scalable multi-tile code: currently limited to 16.
2.9 - 01 September 2016
MODIS Landcover support in ASCII Grid format. Works for 1200/3600 SRTM only.
2.82 - 15 July 2016
Fixed bug in SUI model which was making it over optimistic.
2.81 - 01 July 2016
Added Rx gain value for PPA report only and tweaked text report to show ERP/EIRP with and without Rx gain
2.8 - 08 June 2016
Widened scope of LIDAR / ASCII Grid input to include sub-meter accurate tiles. (ac000)
Optimised memory usage (ac000)
Tidied and refactored some code (ac000)
Updated Readme and callsign because I passed my intermediate :)
2.75 - 22 Apr 2016
Added Hata model logic for f < 200MHz
2.72 - 07 Feb 2016
Expanded LIDAR coverage to read in 4 adjacent ASCII tiles in a 2x2 grid
Removed requirement to specify -res in LIDAR mode as it's in the file header
2.71 - 14 Jan 2016
LIDAR longitude bugfix for Greenwich meridian tiles
Adjusted ITM parameters warnings
2.7 - 03 Jan 2016
Added support for LIDAR data in ASCII grid format with WGS84 bounds
Increased resolution to +54000 pixels per degree (2m)
Removed support for Windows SDF filenames without:colons.
2.63 - 10 Nov 2015
Added sanity check and handicap to ECC33 model when used with low Tx heights in hilly areas = sea of red
2.62 - 30 Oct 2015
Fixed near field 'lattice' bug at 30m resolution caused by previous fix to fill in void around antenna.
Credit to Nils Lofstad for helping nail this down.
2.61 - 27 Oct 2015
FSPL model floor reduced from 150MHz to 20MHz.
2.6 - 9 June 2015
Multi-threading support added by Michael Ramnarine
PlotPropagation() and PlotLOSMap() use four threads by default
Feature can be disabled with -nothreads flag
Static and global variables have been made thread safe
2.5 - 27 May 2015
Code refactored by Andrew Clayton / ac000 with header files
New Makefile with c / c++ multi mode compilation
Single executable now with run time switch for HD mode
Models separated into directory
2.44 - 25 Mar 2015
Improved PPA text report to list other prop models
Added HD mode to build script
2.43 - 06 Mar 2015
Improved model error handling
Tweaked params for Ericsson model and inverted environment variables to match rest
v2.41 - 27 February 2015
Simpler PPA output for scripting
Enabled new models for PPA (previously just ITM)
#Define to enable HD mem options/build at build time (-DHD)
Optimised build command (-Ofast) to improve speed by 14%
Improved test script
2.4 - January 2015
Added SUI, ECC33, Ericsson models in new 'models' module
Added model validation
Retired individual model files as some models only 1 or 2 lines of code
2.31 - October 2014
ERP up to 5MW for Mexican TV(!)
2.3 - 29 September 2014
Replaced itm.cpp with itwom3.0.cpp and added ITWOM model as result
2.23 - 14 August 2014
Improved diffraction model to work only for dips deeper than 20m and not to exaggerate result by an arbitrary figure (3)
Fixed false 'frequency too low' error message for FSPL model which was intended for Hata models only.
2.22 -
Fixed LOS not outputting bounds
2.2 -
Made .dot output opt in to save some disk space
Changed version number to line 1 of main.cpp instead of buried in code in two places.
v2.1 -
Added experimental dual core support with -haf
Requires double the RAM
1.3.8 - 16 Jan 2014
Added Free Space Path Loss model (with optional diffraction)
1.3.7 - 30 Dec 2013
Added propagation model option (-pm)
Added HATA urban/suburban/open models (150-1500MHz)
Added COST231-Hata (urban) model (1500-2000MHz)
Added custom Knife Edge Diffraction option (-ked) to enhance new models
Removed unused variables
1.3.6 - 12 Aug 2013
Added LOS model for up to 100GHz
Added 1 arc second (3600 pixels/degree) support (-res 3600)
1.3.5 - 07 Jul 2013
Reduced maxpages to 9
Added memset() to clear DEM before use
1.3.4 - 16 May 2013
High resolution SRTM1 1-arc second DEM support added.
Use -res 3600 and ensure .sdf files are produced with srtm2sdf-hd
1.3.3 - 04 Nov 2012
Air planning:
Increased maximum Tx height to 60,000 (m/f)
Increased maximum Rx height to 60,000 (m/f)
1.3.2 - 04 Oct 2012
Re-instated grey scale option to allow for terrain background.
Off by default. Enable with switch -t
1.3 - 03 Jan 2012
Added user defined clutter layers from SPLAT! (-udt switch)
1.2 - 31 Dec 2011
Max colours increased from 32 to 128
Radius value fixed at metric
Metric / Imperial conversion bug fixed
1.1 - 08 Dec 2011
Max Tx altitude increased to 20,000(m) for high altitude aircraft. "Can you 'ere me now?"
Added 2 new options -tercon, -terdic for *custom* dielectric values and ground conductivity. -te terrain option remains. Use with care!
New Earth Dielectric range (Permittivity): 80 to 0.1
New Conductivity range (Siemens/m): 0.01 to 0.000001
1.0 - 19 November 2011
Signal Server forked from SPLAT!

339
LICENSE Normal file
View File

@@ -0,0 +1,339 @@
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The licenses for most software are designed to take away your
freedom to share and change it. By contrast, the GNU General Public
License is intended to guarantee your freedom to share and change free
software--to make sure the software is free for all its users. This
General Public License applies to most of the Free Software
Foundation's software and to any other program whose authors commit to
using it. (Some other Free Software Foundation software is covered by
the GNU Library General Public License instead.) You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
this service if you wish), that you receive source code or can get it
if you want it, that you can change the software or use pieces of it
in new free programs; and that you know you can do these things.
To protect your rights, we need to make restrictions that forbid
anyone to deny you these rights or to ask you to surrender the rights.
These restrictions translate to certain responsibilities for you if you
distribute copies of the software, or if you modify it.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must give the recipients all the rights that
you have. You must make sure that they, too, receive or can get the
source code. And you must show them these terms so they know their
rights.
We protect your rights with two steps: (1) copyright the software, and
(2) offer you this license which gives you legal permission to copy,
distribute and/or modify the software.
Also, for each author's protection and ours, we want to make certain
that everyone understands that there is no warranty for this free
software. If the software is modified by someone else and passed on, we
want its recipients to know that what they have is not the original, so
that any problems introduced by others will not reflect on the original
authors' reputations.
Finally, any free program is threatened constantly by software
patents. We wish to avoid the danger that redistributors of a free
program will individually obtain patent licenses, in effect making the
program proprietary. To prevent this, we have made it clear that any
patent must be licensed for everyone's free use or not licensed at all.
The precise terms and conditions for copying, distribution and
modification follow.
GNU GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. This License applies to any program or other work which contains
a notice placed by the copyright holder saying it may be distributed
under the terms of this General Public License. The "Program", below,
refers to any such program or work, and a "work based on the Program"
means either the Program or any derivative work under copyright law:
that is to say, a work containing the Program or a portion of it,
either verbatim or with modifications and/or translated into another
language. (Hereinafter, translation is included without limitation in
the term "modification".) Each licensee is addressed as "you".
Activities other than copying, distribution and modification are not
covered by this License; they are outside its scope. The act of
running the Program is not restricted, and the output from the Program
is covered only if its contents constitute a work based on the
Program (independent of having been made by running the Program).
Whether that is true depends on what the Program does.
1. You may copy and distribute verbatim copies of the Program's
source code as you receive it, in any medium, provided that you
conspicuously and appropriately publish on each copy an appropriate
copyright notice and disclaimer of warranty; keep intact all the
notices that refer to this License and to the absence of any warranty;
and give any other recipients of the Program a copy of this License
along with the Program.
You may charge a fee for the physical act of transferring a copy, and
you may at your option offer warranty protection in exchange for a fee.
2. You may modify your copy or copies of the Program or any portion
of it, thus forming a work based on the Program, and copy and
distribute such modifications or work under the terms of Section 1
above, provided that you also meet all of these conditions:
a) You must cause the modified files to carry prominent notices
stating that you changed the files and the date of any change.
b) You must cause any work that you distribute or publish, that in
whole or in part contains or is derived from the Program or any
part thereof, to be licensed as a whole at no charge to all third
parties under the terms of this License.
c) If the modified program normally reads commands interactively
when run, you must cause it, when started running for such
interactive use in the most ordinary way, to print or display an
announcement including an appropriate copyright notice and a
notice that there is no warranty (or else, saying that you provide
a warranty) and that users may redistribute the program under
these conditions, and telling the user how to view a copy of this
License. (Exception: if the Program itself is interactive but
does not normally print such an announcement, your work based on
the Program is not required to print an announcement.)
These requirements apply to the modified work as a whole. If
identifiable sections of that work are not derived from the Program,
and can be reasonably considered independent and separate works in
themselves, then this License, and its terms, do not apply to those
sections when you distribute them as separate works. But when you
distribute the same sections as part of a whole which is a work based
on the Program, the distribution of the whole must be on the terms of
this License, whose permissions for other licensees extend to the
entire whole, and thus to each and every part regardless of who wrote it.
Thus, it is not the intent of this section to claim rights or contest
your rights to work written entirely by you; rather, the intent is to
exercise the right to control the distribution of derivative or
collective works based on the Program.
In addition, mere aggregation of another work not based on the Program
with the Program (or with a work based on the Program) on a volume of
a storage or distribution medium does not bring the other work under
the scope of this License.
3. You may copy and distribute the Program (or a work based on it,
under Section 2) in object code or executable form under the terms of
Sections 1 and 2 above provided that you also do one of the following:
a) Accompany it with the complete corresponding machine-readable
source code, which must be distributed under the terms of Sections
1 and 2 above on a medium customarily used for software interchange; or,
b) Accompany it with a written offer, valid for at least three
years, to give any third party, for a charge no more than your
cost of physically performing source distribution, a complete
machine-readable copy of the corresponding source code, to be
distributed under the terms of Sections 1 and 2 above on a medium
customarily used for software interchange; or,
c) Accompany it with the information you received as to the offer
to distribute corresponding source code. (This alternative is
allowed only for noncommercial distribution and only if you
received the program in object code or executable form with such
an offer, in accord with Subsection b above.)
The source code for a work means the preferred form of the work for
making modifications to it. For an executable work, complete source
code means all the source code for all modules it contains, plus any
associated interface definition files, plus the scripts used to
control compilation and installation of the executable. However, as a
special exception, the source code distributed need not include
anything that is normally distributed (in either source or binary
form) with the major components (compiler, kernel, and so on) of the
operating system on which the executable runs, unless that component
itself accompanies the executable.
If distribution of executable or object code is made by offering
access to copy from a designated place, then offering equivalent
access to copy the source code from the same place counts as
distribution of the source code, even though third parties are not
compelled to copy the source along with the object code.
4. You may not copy, modify, sublicense, or distribute the Program
except as expressly provided under this License. Any attempt
otherwise to copy, modify, sublicense or distribute the Program is
void, and will automatically terminate your rights under this License.
However, parties who have received copies, or rights, from you under
this License will not have their licenses terminated so long as such
parties remain in full compliance.
5. You are not required to accept this License, since you have not
signed it. However, nothing else grants you permission to modify or
distribute the Program or its derivative works. These actions are
prohibited by law if you do not accept this License. Therefore, by
modifying or distributing the Program (or any work based on the
Program), you indicate your acceptance of this License to do so, and
all its terms and conditions for copying, distributing or modifying
the Program or works based on it.
6. Each time you redistribute the Program (or any work based on the
Program), the recipient automatically receives a license from the
original licensor to copy, distribute or modify the Program subject to
these terms and conditions. You may not impose any further
restrictions on the recipients' exercise of the rights granted herein.
You are not responsible for enforcing compliance by third parties to
this License.
7. If, as a consequence of a court judgment or allegation of patent
infringement or for any other reason (not limited to patent issues),
conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot
distribute so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you
may not distribute the Program at all. For example, if a patent
license would not permit royalty-free redistribution of the Program by
all those who receive copies directly or indirectly through you, then
the only way you could satisfy both it and this License would be to
refrain entirely from distribution of the Program.
If any portion of this section is held invalid or unenforceable under
any particular circumstance, the balance of the section is intended to
apply and the section as a whole is intended to apply in other
circumstances.
It is not the purpose of this section to induce you to infringe any
patents or other property right claims or to contest validity of any
such claims; this section has the sole purpose of protecting the
integrity of the free software distribution system, which is
implemented by public license practices. Many people have made
generous contributions to the wide range of software distributed
through that system in reliance on consistent application of that
system; it is up to the author/donor to decide if he or she is willing
to distribute software through any other system and a licensee cannot
impose that choice.
This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.
8. If the distribution and/or use of the Program is restricted in
certain countries either by patents or by copyrighted interfaces, the
original copyright holder who places the Program under this License
may add an explicit geographical distribution limitation excluding
those countries, so that distribution is permitted only in or among
countries not thus excluded. In such case, this License incorporates
the limitation as if written in the body of this License.
9. The Free Software Foundation may publish revised and/or new versions
of the General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the Program
specifies a version number of this License which applies to it and "any
later version", you have the option of following the terms and conditions
either of that version or of any later version published by the Free
Software Foundation. If the Program does not specify a version number of
this License, you may choose any version ever published by the Free Software
Foundation.
10. If you wish to incorporate parts of the Program into other free
programs whose distribution conditions are different, write to the author
to ask for permission. For software which is copyrighted by the Free
Software Foundation, write to the Free Software Foundation; we sometimes
make exceptions for this. Our decision will be guided by the two goals
of preserving the free status of all derivatives of our free software and
of promoting the sharing and reuse of software generally.
NO WARRANTY
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
REPAIR OR CORRECTION.
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.
END OF TERMS AND CONDITIONS
Appendix: How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
convey the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) 19yy <name of author>
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.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
Also add information on how to contact you by electronic and paper mail.
If the program is interactive, make it output a short notice like this
when it starts in an interactive mode:
Gnomovision version 69, Copyright (C) 19yy name of author
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, the commands you use may
be called something other than `show w' and `show c'; they could even be
mouse-clicks or menu items--whatever suits your program.
You should also get your employer (if you work as a programmer) or your
school, if any, to sign a "copyright disclaimer" for the program, if
necessary. Here is a sample; alter the names:
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
`Gnomovision' (which makes passes at compilers) written by James Hacker.
<signature of Ty Coon>, 1 April 1989
Ty Coon, President of Vice
This General Public License does not permit incorporating your program into
proprietary programs. If your program is a subroutine library, you may
consider it more useful to permit linking proprietary applications with the
library. If this is what you want to do, use the GNU Library General
Public License instead of this License.

218
README.md Normal file
View File

@@ -0,0 +1,218 @@
# Signal Server
Multi-threaded radio propagation simulator based upon SPLAT! by Alex Farrant QCVS, 2E0TDW.
SPLAT! Project started in 1997 by John A. Magliacane, KD2BD
This server application will generate RF coverage predictions, producing either 2D profile plots (Point-to-Point) or 360 degree polar plots in WGS-84 projection as PPM Bitmaps.
For detailed information and historical reference data related to this project see the SPLAT! documentation. Propagation models added to this project have been sourced from reputable academic sources and all efforts have been taken to ensure their accurate implementation. Not all models are ITU ratified and you use them entirely at your own risk.
WARNING: The accuracy of the output is directly proportional to the accuracy of the inputs and the time taken defining and validating them.
## Requirements
* Linux
* GCC,G++
* Multicore CPU (optional)
* ~2GB Memory
* SRTM terrain tile(s) or ASCII Grid tile(s)
Signal Server is a very resource intensive multicore application. Only publish it for common use if you know what you are doing and you are advised to wrap it with another script to perform input validation.
Additional programs/scripts will be required to prepare inputs such as .hgt tiles (srtm2sdf.c), 3D antenna patterns (.ant) and user defined clutter (.udt) or manipulate the bitmap output (.ppm). More information can be found in the SPLAT! project.
## File extensions and types used by signalserver:
.asc LIDAR topo data file in ASCII grid format.
.jpg LIDAR topo data file in JPEG format.
.sdf SPLAT! topo data file in SPLAT! format, lo-res 90m (from SRTM3).
.sdf.gz topo data file in SPLAT! data format, gzip compressed, lo-res 90m.
.sdf.bz2 topo data file in SPLAT! data format, bzip2 compressed, lo-res 90m.
-hd.sdf SPLAT! topo data file in SPLAT! format, hi-res 30m (from SRTM1).
-hd.sdf.gz topo data file in SPLAT! data format, gzip compressed, hi-res 30m.
-hd.sdf.bz2 topo data file in SPLAT! data format, bzip2 compressed, lo-res 90m.
.scf signal level color palette file.
.lcf loss level color palette file.
.dcf dbm level color palette file.
.az SPLAT! antenna pattern azimuth data file.
.el SPLAT! antenna pattern elevation data file.
.lrp LIDAR antenna pattern data file.
.udt user defined terrain data clutter data text file.
.sh miscellaneous shell scripts and batch files.
.ppm portable pixmap - output plot graphic rendering (native).
.png portable network graphics - output plot graphic rendering (converted).
.kml Google Earth Keyhole Markup Language - output viewable with Google Earth.
.kmz Google Earth Keyhole Markup Language, compressed.
## Installation
```
cd src
make install
```
## Test
```
./test.sh
```
## Parameters
```
Version: Signal Server 3.20 (Built for 100 DEM tiles at 1200 pixels)
License: GNU General Public License (GPL) version 2
Radio propagation simulator by Alex Farrant QCVS, 2E0TDW
Based upon SPLAT! by John Magliacane, KD2BD
Some feature enhancements/additions by Aaron A. Collins, N9OZB
Usage: signalserver [data options] [input options] [antenna options] [output options] -o outputfile
Data:
-sdf Directory containing SRTM derived .sdf DEM tiles (may be .gz or .bz2)
-lid ASCII grid tile (LIDAR) with dimensions and resolution defined in header
-udt User defined point clutter as decimal co-ordinates: 'latitude,longitude,height'
-clt MODIS 17-class wide area clutter in ASCII grid format
-color File to pre-load .scf/.lcf/.dcf for Signal/Loss/dBm color palette
Input:
-lat Tx Latitude (decimal degrees) -70/+70
-lon Tx Longitude (decimal degrees) -180/+180
-rla (Optional) Rx Latitude for PPA (decimal degrees) -70/+70
-rlo (Optional) Rx Longitude for PPA (decimal degrees) -180/+180
-f Tx Frequency (MHz) 20MHz to 100GHz (LOS after 20GHz)
-erp Tx Total Effective Radiated Power in Watts (dBd) inc Tx+Rx gain. 2.14dBi = 0dBd
-gc Random ground clutter (feet/meters)
-m Metric units of measurement
-te Terrain code 1-6 (optional - 1. Water, 2. Marsh, 3. Farmland,
4. Mountain, 5. Desert, 6. Urban
-terdic Terrain dielectric value 2-80 (optional)
-tercon Terrain conductivity 0.01-0.0001 (optional)
-cl Climate code 1-7 (optional - 1. Equatorial 2. Continental subtropical
3. Maritime subtropical 4. Desert 5. Continental temperate
6. Maritime temperate (Land) 7. Maritime temperate (Sea)
-rel Reliability for ITM model (% of 'time') 1 to 99 (optional, default 50%)
-conf Confidence for ITM model (% of 'situations') 1 to 99 (optional, default 50%)
-resample Reduce Lidar resolution by specified factor (2 = 50%)
Output:
-o basename (Output file basename - required)
-dbm Plot Rxd signal power instead of field strength in dBuV/m
-rt Rx Threshold (dB / dBm / dBuV/m)
-R Radius (miles/kilometers)
-res Pixels per tile. 300/600/1200/3600 (Optional. LIDAR res is within the tile)
-pm Propagation model. 1: ITM, 2: LOS, 3: Hata, 4: ECC33,
5: SUI, 6: COST-Hata, 7: FSPL, 8: ITWOM, 9: Ericsson,
10: Plane earth, 11: Egli VHF/UHF, 12: Soil
-pe Propagation model mode: 1=Urban,2=Suburban,3=Rural
-ked Knife edge diffraction (Already on for ITM)
Antenna:
-ant (antenna pattern file basename+path for .az and .el files)
-txh Tx Height (above ground)
-rxh Rx Height(s) (optional. Default=0.1)
-rxg Rx gain dBd (optional for PPA text report)
-hp Horizontal Polarisation (default=vertical)
-rot ( 0.0 - 359.0 degrees, default 0.0) Antenna Pattern Rotation
-dt ( -10.0 - 90.0 degrees, default 0.0) Antenna Downtilt
-dtdir ( 0.0 - 359.0 degrees, default 0.0) Antenna Downtilt Direction
Debugging:
-t Terrain greyscale background
-dbg Verbose debug messages
-ng Normalise Path Profile graph
-haf Halve 1 or 2 (optional)
-nothreads Turn off threaded processing
```
### REFERENCE DATA
Signal server is designed for most of the environments and climates on Planet Earth but Polar region support is limited above extreme latitudes. (Svalbard is ok).
It can run with or without terrain data and can even be used to simulate radiation of other EM emissions like light.
#### -sdf
##### Directory containing Digital Elevation Models (DEM)
SDF formatted tiles can be created by converting SRTM tiles (30m or 90m) in HGT format with the [srtm2sdf.c](https://www.google.co.uk/search?q=srtm2sdf.c) utility from SPLAT!. At the time of writing these tiles can be obtained for free from the [USGS website](https://dds.cr.usgs.gov/srtm/).
Note these can be compressed using gzip or bzip2 if desired to save disk space and speed up loading the files. For hi-res (HD) SRTM1 (30m) data, bzip2 compresses best, and for lo-res SRTM3 (90m) data, gzip seems to achieve the best compression. Either will work fine for whichever data format and resolution is used.
#### -lid
##### WGS84 ASCII grid tile (LIDAR) with dimensions and resolution defined in header
LIDAR data can be used providing it is in ASCII grid format with WGS84 projection. Resolutions up to 25cm have been tested. 2m is recommended for a good trade off. Cellsize should be in degrees and co-ordinates must be in WGS84 decimal degrees.
To load multiple tiles use commas eg. -lid tile1.asc,tile2.asc. You can load in different resolution tiles and use -resample to set the desired resolution (limited by data limit).
```
ncols 2454
nrows 1467
xllcorner -1.475333294357
yllcorner 53.378635095801
cellsize 0.000006170864
NODATA_value 0
0 0 0 0 0 0 0 0 0 0 0 0 0 ...
```
#### -udt
##### User defined CSV clutter file
This text file allows you to define buildings with co-ordinates and heights.
Elevations in the UDT file are evaluated and then copied into a temporary file under /tmp. Then the contents of the temp file are scanned, and if found to be unique, are added to the ground elevations described by the digital elevation data in memory. Height units are determined by appending M for meters or nothing for feet.
There is no special parsing for comments, so any lines of data that don't contain 3 numbers separated by commas are interpreted as a comment.
Format: latitude,longitude,height(M)
```
// This is a comment!
54.555,-2.221,10M
54.555,-2.222,10M
54.555,-2.223,10M
```
### Antenna radiation pattern(s)
Antenna pattern data is read from a pair of files having the same base name as the output file (-o), but with .az and .el extensions for azimuth and elevation patterns. This name can be overridden with the command line option -ant followed by a base filename or path and base filename for the .az and .el files. The program will first search for command line specified antenna files with -ant, then it will default to searching for antenna files having the same name as the output file.
```
045.0
0 0.8950590
1 0.8966406
2 0.8981447
3 0.8995795
4 0.9009535
5 0.9022749
```
The first line of the .az file specifies the direction measured clockwise in degrees from True North. This is followed by azimuth headings (0 to 360 degrees) and their associated normalized field patterns (0.000 to 1.000) separated by whitespace. This direction can be overridden by the command line option -rot followed by a positive direction value from 0 to 360 degrees. This value will override any direction specified in the first line of the .az file. If not specified on the command line, the program will default to using the direction from the first line of the .az file.
The structure of SPLAT! elevation pattern files is slightly different. The first line of the .el file specifies the amount of mechanical beamtilt applied to the antenna. A downward tilt is expressed as a positive angle, while an upward tilt is expressed as a negative angle. This data is followed by the azimuthal direction of the tilt, 0 to 360 degrees, separated by whitespace. These can be overridden by the command line options -dt for downtilt and -dtdir for downtilt azimuthal direction. The options, like -rot above, will override any values embedded in the .el file if specified on the command line.
The remainder of the file consists of elevation angles and their radiation pattern (0.000 to 1.000) values separated by whitespace. Elevation angles must be specified over a -10.0 to +90.0 degree range. In this example, the antenna is tilted down 2 degrees towards an azimuth of 045.0 degrees.
```
2.0 045.0
-10.0 0.172
-9.5 0.109
-9.0 0.115
-8.5 0.155
-8.0 0.157
```
## Examples
### 90m resolution
- INPUTS: 900MHz tower at 25m AGL with 5W ERP, 30km radius
- OUTPUTS: 1200 resolution, 30km radius, -90dBm receiver threshold, Longley Rice model
```
./signalserver -sdf /data/SRTM3 -lat 51.849 -lon -2.2299 -txh 25 -f 900 -erp 5 -rxh 2 -rt -90 -dbm -m -o test1 -R 30 -res 1200 -pm 1
```
### 30m resolution
- INPUTS: 450MHz tower at 25f AGL with 20W ERP, 10km radius
- OUTPUTS: 3600 resolution, 30km radius, 10dBuV receiver threshold, Hata model
```
./signalserverHD -sdf /data/SRTM1 -lat 51.849 -lon -2.2299 -txh 25 -f 450 -erp 20 -rxh 2 -rt 10 -o test2 -R 10 -res 3600 -pm 3
```
### 2m resolution (LIDAR)
- INPUTS: 1800MHz tower at 15m AGL with 1W ERP, 1 km radius
- OUTPUTS: 2m LIDAR resolution, 5km radius, -90dBm receiver threshold, Longley Rice model
```
./signalserverLIDAR -lid /data/LIDAR/Gloucester_2m.asc -lat 51.849 -lon -2.2299 -txh 15 -f 1800 -erp 1 -rxh 2 -rt -90 -dbm -m -o test3 -R 1 -pm 1
```
### Scripting
By using wrapper scripts like runsig.sh and genkmz.sh, you can streamline running signalserver by pre-setting some commonly used options in the runsig.sh file. Those options should the be ones you use every time you run signalserver, like "-m" for metric or "-sdf ./sdf_file_path", for example, so you won't have to specify those options every time you run it. The genkmz.sh file will convert the output ppm file into a .png with transparent background, then will convert it to a Google Earth Keyhole Markup Language (KML) file, and then it compresses it for size to a (KMZ) file. For example, using the provided sample runsig.sh and genkmz.sh:
### Plot 70cm Service contour, 700W ERP, 300 feet AGL, DB413-B, to 150 mi:
sudo ./runsig.sh -lat 42.428889 -lon -87.812500 -txh 300 -f 446.000 -erp 700 -R 150 -res 600 -rel 50 -rt 39 -ant antenna/DB413-B -rot 225 -color color/blue -o example-service | ./genkmz.sh
### Plot 70cm Interference contour, 700W ERP, 300 feet AGL, DB413-B, to 150 mi:
sudo ./runsig.sh -lat 42.428889 -lon -87.812500 -txh 300 -f 446.000 -erp 700 -R 150 -res 600 -rel 10 -rt 21 -ant antenna/DB413-B -rot 225 -color color/blue -o example-service | ./genkmz.sh

BIN
SignalServer_Manual.odt Normal file

Binary file not shown.

720
antenna/DB413-B.ant Normal file
View File

@@ -0,0 +1,720 @@
0
0
0
0
0
0
0
0
0
-0.1
-0.1
-0.1
-0.1
-0.1
-0.1
-0.1
-0.1
-0.2
-0.2
-0.2
-0.2
-0.2
-0.3
-0.3
-0.3
-0.3
-0.4
-0.4
-0.4
-0.5
-0.5
-0.5
-0.6
-0.6
-0.6
-0.7
-0.7
-0.8
-0.8
-0.8
-0.9
-0.9
-1
-1
-1.1
-1.1
-1.2
-1.2
-1.3
-1.4
-1.4
-1.5
-1.5
-1.6
-1.6
-1.7
-1.8
-1.9
-1.9
-2
-2.1
-2.1
-2.2
-2.3
-2.4
-2.5
-2.5
-2.6
-2.7
-2.8
-2.9
-3
-3
-3.1
-3.2
-3.3
-3.4
-3.5
-3.6
-3.7
-3.8
-3.9
-4
-4.1
-4.3
-4.4
-4.5
-4.6
-4.7
-4.8
-4.9
-5
-5.2
-5.3
-5.4
-5.5
-5.6
-5.8
-5.9
-6
-6.1
-6.2
-6.4
-6.5
-6.6
-6.7
-6.8
-7
-7.1
-7.2
-7.3
-7.4
-7.6
-7.7
-7.8
-7.9
-8
-8.1
-8.2
-8.3
-8.4
-8.5
-8.6
-8.7
-8.8
-8.9
-8.9
-9
-9.1
-9.2
-9.2
-9.3
-9.3
-9.4
-9.4
-9.5
-9.5
-9.6
-9.6
-9.6
-9.7
-9.7
-9.7
-9.7
-9.7
-9.7
-9.7
-9.7
-9.8
-9.8
-9.7
-9.7
-9.7
-9.7
-9.7
-9.7
-9.7
-9.7
-9.7
-9.7
-9.7
-9.6
-9.6
-9.6
-9.6
-9.6
-9.6
-9.6
-9.6
-9.5
-9.5
-9.5
-9.5
-9.5
-9.5
-9.5
-9.5
-9.5
-9.5
-9.5
-9.5
-9.5
-9.5
-9.5
-9.5
-9.5
-9.5
-9.5
-9.5
-9.5
-9.5
-9.5
-9.6
-9.6
-9.6
-9.6
-9.6
-9.6
-9.6
-9.6
-9.7
-9.7
-9.7
-9.7
-9.7
-9.7
-9.7
-9.7
-9.7
-9.7
-9.7
-9.8
-9.8
-9.7
-9.7
-9.7
-9.7
-9.7
-9.7
-9.7
-9.7
-9.6
-9.6
-9.6
-9.5
-9.5
-9.4
-9.4
-9.3
-9.3
-9.2
-9.2
-9.1
-9
-8.9
-8.9
-8.8
-8.7
-8.6
-8.5
-8.4
-8.3
-8.2
-8.1
-8
-7.9
-7.8
-7.7
-7.6
-7.4
-7.3
-7.2
-7.1
-7
-6.8
-6.7
-6.6
-6.5
-6.4
-6.2
-6.1
-6
-5.9
-5.8
-5.6
-5.5
-5.4
-5.3
-5.2
-5
-4.9
-4.8
-4.7
-4.6
-4.5
-4.4
-4.3
-4.1
-4
-3.9
-3.8
-3.7
-3.6
-3.5
-3.4
-3.3
-3.2
-3.1
-3
-3
-2.9
-2.8
-2.7
-2.6
-2.5
-2.5
-2.4
-2.3
-2.2
-2.1
-2.1
-2
-1.9
-1.9
-1.8
-1.7
-1.6
-1.6
-1.5
-1.5
-1.4
-1.4
-1.3
-1.2
-1.2
-1.1
-1.1
-1
-1
-0.9
-0.9
-0.8
-0.8
-0.8
-0.7
-0.7
-0.6
-0.6
-0.6
-0.5
-0.5
-0.5
-0.4
-0.4
-0.4
-0.3
-0.3
-0.3
-0.3
-0.2
-0.2
-0.2
-0.2
-0.2
-0.1
-0.1
-0.1
-0.1
-0.1
-0.1
-0.1
-0.1
0
0
0
0
0
0
0
0
-40
-32.8
-26.7
-23.1
-20.6
-18.6
-17
-15.6
-14.4
-13.4
-12.5
-11.7
-11
-10.5
-10
-9.6
-9.3
-9.1
-9.1
-9.1
-9.4
-9.7
-10.3
-11.2
-12.3
-13.8
-15.8
-18.4
-21.8
-23.9
-21.9
-19
-16.8
-15.3
-14.5
-14.2
-14.4
-15.2
-16.7
-19.2
-23
-27.9
-26.5
-22.2
-19.5
-18.2
-17.8
-18.3
-19.8
-22.5
-26.7
-28.3
-24.4
-21.3
-19.7
-19.2
-19.7
-21.3
-24.2
-27.9
-27.1
-23.4
-21
-19.8
-19.8
-20.9
-23.4
-27.4
-27.8
-23.2
-20.1
-18.4
-18.1
-19.1
-22.2
-28.2
-24.9
-18.8
-15.5
-14
-14
-15.9
-22
-23.5
-13.2
-8
-4.7
-2.5
-1
-0.2
0
-0.3
-1.3
-2.9
-5.4
-9.3
-16
-40
-18.5
-14.4
-13.3
-13.9
-16.1
-20.2
-26.7
-25.3
-21
-19.1
-18.9
-19.9
-21.9
-24.6
-26.4
-25.4
-23.5
-22.2
-21.5
-21.4
-22.1
-23.6
-26.1
-28.5
-27.2
-24.1
-21.9
-20.8
-20.7
-21.8
-24.4
-29.8
-34.8
-26.9
-22.5
-20.1
-19
-18.9
-19.7
-21.7
-25.5
-34.3
-34.3
-25.4
-21.5
-19.5
-18.4
-18.2
-18.8
-20.2
-23
-28.5
-37.7
-26.2
-20.7
-17.4
-15
-13.4
-12.1
-11.2
-10.6
-10.1
-9.8
-9.7
-9.7
-9.9
-10.1
-10.5
-10.9
-11.5
-12.1
-12.8
-13.6
-14.6
-15.6
-16.8
-18.2
-19.8
-21.8
-24.4
-27.9
-34
-40
-34
-28
-24.5
-22
-20
-18.4
-17.1
-15.9
-14.9
-14
-13.2
-12.5
-11.9
-11.4
-11
-10.7
-10.5
-10.4
-10.4
-10.6
-10.9
-11.4
-12.1
-13.1
-14.4
-16.1
-18.5
-21.8
-26.7
-30.3
-26
-22.3
-20
-18.7
-18.1
-18.1
-18.8
-19.9
-21.6
-23.4
-24.1
-23.2
-21.8
-20.7
-20.3
-20.6
-21.6
-23.5
-25.8
-27
-25.6
-23.7
-22.5
-22.3
-22.9
-24.5
-26.8
-28.1
-26.8
-25
-23.9
-23.8
-24.7
-26.4
-28.2
-28.2
-26.8
-25.5
-25.1
-25.6
-26.8
-28.3
-29.4
-29.4
-28.9
-28.3
-28.1
-28.2
-28.5
-28.3
-26
-22.2
-18.5
-15.4
-12.9
-11
-9.6
-8.6
-8.1
-8
-8.5
-9.5
-11.3
-14.2
-18.6
-23.7
-21.2
-17.8
-16.3
-16.3
-17.8
-21.1
-28.5
-37.9
-25.4
-22
-21.3
-22.5
-25.9
-33.8
-32.2
-25.9
-23.3
-22.8
-23.9
-26.8
-31.4
-30.7
-26.6
-24.3
-23.5
-24
-25.6
-27.9
-28.7
-27.1
-25.3
-24.2
-24.1
-24.5
-25.2
-25.4
-24.8
-23.8
-23.1
-22.9
-23.3
-24.3
-25.4
-25.5
-24
-21.9
-20.1
-18.8
-17.9
-17.6
-17.6
-17.9
-18.5
-19
-19.2
-18.7
-17.6
-16.3
-15
-13.8
-12.8
-12.1
-11.5
-11
-10.8
-10.6
-10.6
-10.7
-10.9
-11.2
-11.6
-12.1
-12.7
-13.4
-14.2
-15.1
-16.2
-17.5
-19
-20.9
-23.4
-26.9
-32.8

361
antenna/DB413-B.az Normal file
View File

@@ -0,0 +1,361 @@
0
0 1.0000
1 1.0000
2 1.0000
3 1.0000
4 1.0000
5 1.0000
6 1.0000
7 1.0000
8 1.0000
9 0.9772
10 0.9772
11 0.9772
12 0.9772
13 0.9772
14 0.9772
15 0.9772
16 0.9772
17 0.9550
18 0.9550
19 0.9550
20 0.9550
21 0.9550
22 0.9333
23 0.9333
24 0.9333
25 0.9333
26 0.9120
27 0.9120
28 0.9120
29 0.8913
30 0.8913
31 0.8913
32 0.8710
33 0.8710
34 0.8710
35 0.8511
36 0.8511
37 0.8318
38 0.8318
39 0.8318
40 0.8128
41 0.8128
42 0.7943
43 0.7943
44 0.7762
45 0.7762
46 0.7586
47 0.7586
48 0.7413
49 0.7244
50 0.7244
51 0.7079
52 0.7079
53 0.6918
54 0.6918
55 0.6761
56 0.6607
57 0.6457
58 0.6457
59 0.6310
60 0.6166
61 0.6166
62 0.6026
63 0.5888
64 0.5754
65 0.5623
66 0.5623
67 0.5495
68 0.5370
69 0.5248
70 0.5129
71 0.5012
72 0.5012
73 0.4898
74 0.4786
75 0.4677
76 0.4571
77 0.4467
78 0.4365
79 0.4266
80 0.4169
81 0.4074
82 0.3981
83 0.3890
84 0.3715
85 0.3631
86 0.3548
87 0.3467
88 0.3388
89 0.3311
90 0.3236
91 0.3162
92 0.3020
93 0.2951
94 0.2884
95 0.2818
96 0.2754
97 0.2630
98 0.2570
99 0.2512
100 0.2455
101 0.2399
102 0.2291
103 0.2239
104 0.2188
105 0.2138
106 0.2089
107 0.1995
108 0.1950
109 0.1905
110 0.1862
111 0.1820
112 0.1738
113 0.1698
114 0.1660
115 0.1622
116 0.1585
117 0.1549
118 0.1514
119 0.1479
120 0.1445
121 0.1413
122 0.1380
123 0.1349
124 0.1318
125 0.1288
126 0.1288
127 0.1259
128 0.1230
129 0.1202
130 0.1202
131 0.1175
132 0.1175
133 0.1148
134 0.1148
135 0.1122
136 0.1122
137 0.1096
138 0.1096
139 0.1096
140 0.1072
141 0.1072
142 0.1072
143 0.1072
144 0.1072
145 0.1072
146 0.1072
147 0.1072
148 0.1047
149 0.1047
150 0.1072
151 0.1072
152 0.1072
153 0.1072
154 0.1072
155 0.1072
156 0.1072
157 0.1072
158 0.1072
159 0.1072
160 0.1072
161 0.1096
162 0.1096
163 0.1096
164 0.1096
165 0.1096
166 0.1096
167 0.1096
168 0.1096
169 0.1122
170 0.1122
171 0.1122
172 0.1122
173 0.1122
174 0.1122
175 0.1122
176 0.1122
177 0.1122
178 0.1122
179 0.1122
180 0.1122
181 0.1122
182 0.1122
183 0.1122
184 0.1122
185 0.1122
186 0.1122
187 0.1122
188 0.1122
189 0.1122
190 0.1122
191 0.1122
192 0.1096
193 0.1096
194 0.1096
195 0.1096
196 0.1096
197 0.1096
198 0.1096
199 0.1096
200 0.1072
201 0.1072
202 0.1072
203 0.1072
204 0.1072
205 0.1072
206 0.1072
207 0.1072
208 0.1072
209 0.1072
210 0.1072
211 0.1047
212 0.1047
213 0.1072
214 0.1072
215 0.1072
216 0.1072
217 0.1072
218 0.1072
219 0.1072
220 0.1072
221 0.1096
222 0.1096
223 0.1096
224 0.1122
225 0.1122
226 0.1148
227 0.1148
228 0.1175
229 0.1175
230 0.1202
231 0.1202
232 0.1230
233 0.1259
234 0.1288
235 0.1288
236 0.1318
237 0.1349
238 0.1380
239 0.1413
240 0.1445
241 0.1479
242 0.1514
243 0.1549
244 0.1585
245 0.1622
246 0.1660
247 0.1698
248 0.1738
249 0.1820
250 0.1862
251 0.1905
252 0.1950
253 0.1995
254 0.2089
255 0.2138
256 0.2188
257 0.2239
258 0.2291
259 0.2399
260 0.2455
261 0.2512
262 0.2570
263 0.2630
264 0.2754
265 0.2818
266 0.2884
267 0.2951
268 0.3020
269 0.3162
270 0.3236
271 0.3311
272 0.3388
273 0.3467
274 0.3548
275 0.3631
276 0.3715
277 0.3890
278 0.3981
279 0.4074
280 0.4169
281 0.4266
282 0.4365
283 0.4467
284 0.4571
285 0.4677
286 0.4786
287 0.4898
288 0.5012
289 0.5012
290 0.5129
291 0.5248
292 0.5370
293 0.5495
294 0.5623
295 0.5623
296 0.5754
297 0.5888
298 0.6026
299 0.6166
300 0.6166
301 0.6310
302 0.6457
303 0.6457
304 0.6607
305 0.6761
306 0.6918
307 0.6918
308 0.7079
309 0.7079
310 0.7244
311 0.7244
312 0.7413
313 0.7586
314 0.7586
315 0.7762
316 0.7762
317 0.7943
318 0.7943
319 0.8128
320 0.8128
321 0.8318
322 0.8318
323 0.8318
324 0.8511
325 0.8511
326 0.8710
327 0.8710
328 0.8710
329 0.8913
330 0.8913
331 0.8913
332 0.9120
333 0.9120
334 0.9120
335 0.9333
336 0.9333
337 0.9333
338 0.9333
339 0.9550
340 0.9550
341 0.9550
342 0.9550
343 0.9550
344 0.9772
345 0.9772
346 0.9772
347 0.9772
348 0.9772
349 0.9772
350 0.9772
351 0.9772
352 1.0000
353 1.0000
354 1.0000
355 1.0000
356 1.0000
357 1.0000
358 1.0000
359 1.0000

102
antenna/DB413-B.el Normal file
View File

@@ -0,0 +1,102 @@
0 0
-10 0.0398
-9 0.0257
-8 0.0063
-7 0.0045
-6 0.0479
-5 0.1585
-4 0.3388
-3 0.5623
-2 0.7943
-1 0.9550
0 1.0000
1 0.9333
2 0.7413
3 0.5129
4 0.2884
5 0.1175
6 0.0251
7 0.0001
8 0.0141
9 0.0363
10 0.0468
11 0.0407
12 0.0245
13 0.0095
14 0.0021
15 0.0030
16 0.0079
17 0.0123
18 0.0129
19 0.0102
20 0.0065
21 0.0035
22 0.0023
23 0.0029
24 0.0045
25 0.0060
26 0.0071
27 0.0072
28 0.0062
29 0.0044
30 0.0025
31 0.0014
32 0.0019
33 0.0039
34 0.0065
35 0.0083
36 0.0085
37 0.0066
38 0.0036
39 0.0010
40 0.0003
41 0.0020
42 0.0056
43 0.0098
44 0.0126
45 0.0129
46 0.0107
47 0.0068
48 0.0028
49 0.0004
50 0.0004
51 0.0029
52 0.0071
53 0.0112
54 0.0145
55 0.0151
56 0.0132
57 0.0095
58 0.0050
59 0.0014
60 0.0002
61 0.0024
62 0.0085
63 0.0182
64 0.0316
65 0.0457
66 0.0617
67 0.0759
68 0.0871
69 0.0977
70 0.1047
71 0.1072
72 0.1072
73 0.1023
74 0.0977
75 0.0891
76 0.0813
77 0.0708
78 0.0617
79 0.0525
80 0.0437
81 0.0347
82 0.0275
83 0.0209
84 0.0151
85 0.0105
86 0.0066
87 0.0036
88 0.0016
89 0.0004
90 0.0001

3
color/black.scf Normal file
View File

@@ -0,0 +1,3 @@
200: 255, 255, 255
59: 0, 0, 0
0: 0, 0, 0

3
color/blue.scf Normal file
View File

@@ -0,0 +1,3 @@
200: 255, 255, 255
59: 0, 0, 255
0: 0, 0, 255

3
color/cyan.scf Normal file
View File

@@ -0,0 +1,3 @@
200: 255, 255, 255
59: 0, 255, 255
0: 0, 255, 255

3
color/green.scf Normal file
View File

@@ -0,0 +1,3 @@
200: 255, 255, 255
59: 0, 255, 0
0: 0, 255, 0

3
color/magenta.scf Normal file
View File

@@ -0,0 +1,3 @@
200: 255, 255, 255
59: 255, 0, 255
0: 255, 0, 255

16
color/rainbow.dcf Normal file
View File

@@ -0,0 +1,16 @@
+0: 255, 0, 0
-10: 255, 128, 0
-20: 255, 165, 0
-30: 255, 206, 0
-40: 255, 255, 0
-50: 184, 255, 0
-60: 0, 255, 0
-70: 0, 208, 0
-80: 0, 196, 196
-90: 0, 148, 255
-100: 80, 80, 255
-110: 0, 38, 255
-120: 142, 63, 255
-130: 196, 54, 255
-140: 255, 0, 255
-150: 255, 194, 204

13
color/rainbow.scf Normal file
View File

@@ -0,0 +1,13 @@
128: 255, 0, 0
118: 255, 165, 0
108: 255, 206, 0
98: 255, 255, 0
88: 184, 255, 0
78: 0, 255, 0
68: 0, 208, 0
58: 0, 196, 196
48: 0, 148, 255
38: 80, 80, 255
28: 0, 38, 255
18: 142, 63, 255
8: 140, 0, 128

3
color/red.scf Normal file
View File

@@ -0,0 +1,3 @@
200: 255, 255, 255
59: 255, 0, 0
0: 255, 0, 0

3
color/yellow.scf Normal file
View File

@@ -0,0 +1,3 @@
200: 255, 255, 255
59: 255, 255, 0
0: 255, 255, 0

4804083
data/51:52:0:1-hd.sdf Normal file

File diff suppressed because it is too large Load Diff