|
1 | 1 | /****************************************************************************\
|
2 |
| -* Signal Server: Server optimised SPLAT! by Alex Farrant * |
| 2 | +* Signal Server: Server optimised SPLAT! by Alex Farrant, M6ZUJ * |
3 | 3 | ******************************************************************************
|
4 | 4 | * SPLAT! Project started in 1997 by John A. Magliacane, KD2BD *
|
5 | 5 | * *
|
6 | 6 | ******************************************************************************
|
7 |
| -* Please consult the SPLAT! documentation for a complete list of * |
8 |
| -* individuals who have contributed to this project. * |
| 7 | +* Please consult the SPLAT! documentation for a complete list of * |
| 8 | +* individuals who have contributed to this project. * |
9 | 9 | ******************************************************************************
|
10 | 10 | * *
|
11 | 11 | * This program is free software; you can redistribute it and/or modify it *
|
|
20 | 20 | * *
|
21 | 21 | \****************************************************************************/
|
22 | 22 |
|
23 |
| - -- Signal Server 2.6 -- |
| 23 | + -- Signal Server -- |
24 | 24 | Compiled for 64 tiles at 1200 pixels/degree
|
25 | 25 |
|
26 | 26 | -d Directory containing .sdf tiles
|
|
53 | 53 | -ng Normalise Path Profile graph
|
54 | 54 | -haf Halve 1 or 2 (optional)
|
55 | 55 | -nothreads Turn off threaded processing (optional)
|
| 56 | + |
| 57 | + Example usage: |
| 58 | + |
| 59 | + INPUTS: 900MHz tower at 25m AGL with 5W ERP |
| 60 | + OUTPUTS: 1200 resolution, 30km radius, -90dBm receiver threshold, Longley Rice model |
| 61 | + ./signalserver -d /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 |
56 | 62 |
|
| 63 | + INPUTS: 450MHz tower at 25f AGL with 20W ERP |
| 64 | + OUTPUTS: 3600 resolution, 30km radius, 10dBuV receiver threshold, Hata model |
| 65 | + ./signalserverHD -d /data/SRTM1 -lat 51.849 -lon -2.2299 -txh 25 -f 450 -erp 20 -rxh 2 -rt 10 -o test2 -R 30 -res 3600 -pm 3 |
57 | 66 |
|
| 67 | + INPUTS: 1800MHz tower at 15m AGL with 1W ERP |
| 68 | + OUTPUTS: 2m LIDAR resolution, 5km radius, -90dBm receiver threshold, Longley Rice model |
| 69 | + ./signalserverLIDAR -lid /data/LIDAR2m/Gloucester_2m.asc -lat 51.849 -lon -2.2299 -txh 15 -f 1800 -erp 1 -rxh 2 -rt -90 -dbm -m -o test3 -R 30 -res 5000 -pm 1 |
0 commit comments