Initial Commit

This commit is contained in:
N9OZB
2019-07-20 05:44:58 -05:00
parent b5116ba61e
commit 047c2f9d27
67 changed files with 18854 additions and 36 deletions

23
CHANGELOG Normal file → Executable file
View File

@@ -1,5 +1,28 @@
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.

107
README.md
View File

@@ -4,6 +4,7 @@ Multi-threaded radio propagation simulator based upon SPLAT! by Alex Farrant QCV
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.
@@ -18,11 +19,36 @@ WARNING: The accuracy of the output is directly proportional to the accuracy of
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 .sdf 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.
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
```
make
cd src
make install
```
## Test
@@ -32,48 +58,60 @@ make
## Parameters
```
Version: Signal Server 3.05 (Built for 100 DEM tiles at 1200 pixels)
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] [output options] -o outputfile
Usage: signalserver [data options] [input options] [antenna options] [output options] -o outputfile
Data:
-sdf Directory containing SRTM derived .sdf DEM tiles
-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
-txh Tx Height (above ground)
-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 Effective Radiated Power (Watts) including Tx+Rx gain
-rxh Rx Height(s) (optional. Default=0.1)
-rxg Rx gain dBi (optional for text report)
-hp Horizontal Polarisation (default=vertical)
-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)
-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-6 (optional)
-rel Reliability for ITM model 50 to 99 (optional)
-resample Resample Lidar input to specified resolution in meters (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:
-dbm Plot Rxd signal power instead of field strength
-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)
-o Filename. Required.
-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
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
@@ -84,16 +122,20 @@ Debugging:
### 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.
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
@@ -101,24 +143,27 @@ nrows 1467
xllcorner -1.475333294357
yllcorner 53.378635095801
cellsize 0.000006170864
NODATA_value 0
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.
Format: latitude,longitude,height
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.
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
@@ -128,11 +173,11 @@ Format: latitude,longitude,height
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.
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, separated by whitespace.
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.
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
@@ -163,3 +208,11 @@ degrees towards an azimuth of 045.0 degrees.
```
./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

2
color/rainbow.scf Normal file
View File

@@ -0,0 +1,13 @@
128: 255, 0, 0
118: 255, 165, 0