home *** CD-ROM | disk | FTP | other *** search
/ Antennas / Antennas_CD-ROM_Walnut_Creek_September_1996.iso / rf / hamftz / hamftz.doc < prev    next >
Text File  |  1996-06-30  |  3KB  |  111 lines

  1.  
  2.             HAMFTZ, (c) by Cedric Baechler, HB9HFN
  3.              Ionospheric propagation predictions
  4.                 for PC running DOS
  5.  
  6.  
  7. This file contains a (small) documentation for the program HAMFTZ
  8.  
  9. A. Overview
  10. B. Copyright
  11. C. Installation
  12. D. Running the program
  13. E. History
  14. F. Miscellaneous
  15. G. Abbrevations
  16. G. How to write to the author
  17.  
  18.  
  19. A. Overview
  20.  
  21. HAMFTZ is a powerful DOS program that can help the radio operator to make
  22. some propagation predictions to any location on the earth. It is based on
  23. the original program MINIFTZ v4.3 and will calculate the MUF, FOT, LUF and
  24. signal strength between two points.
  25. I have translated the BASIC sources (MINIFTZ4.BAS) in C and made a lot of
  26. modifications. HAMFTZ is in a beta phase and has no interface for the input and
  27. output. You'll need an editor to enter the datas needed by the program. The
  28. output will be written in an ASCII file that you can later print.
  29. HAMFTZ is compiled with Turbo C++ v3.0 and will use an arithmetic coprocessor
  30. if present.
  31.  
  32.  
  33. B. Copyright
  34.  
  35. I release this program as Freeware. That means you can (must) copy and distribute
  36. it for free as long as you give all the files that belong to this package.
  37. A commercial use of this program is not allowed. Ask the author for a commercial
  38. use of HAMFTZ. The sources are not free but I think to release them when
  39. the program become more 'usable'.
  40.  
  41.  
  42. C. Installation
  43.  
  44. To install the program, copy the file HAMFTZ.ZIP into any directory
  45. (e.g C:\HAMFTZ) and decompress it with PKUNZIP or UNZIP. It will create
  46. some files and the executable HAMFTZ.EXE. You must always start the program
  47. in this directory.
  48.  
  49.  
  50. D. Running the program
  51.  
  52. To run the program go into the directory where you installed HAMFTZ and
  53. edit the file HAMFTZ.IN (it contains all datas needed for a calculation).
  54. This file is self explainary (I hope so!) and must be in the same directory
  55. as HAMFTZ.EXE .You can then modify it as needed. After you finished to edit
  56. it you can run HAMFTZ. The syntax is
  57.  
  58.         HAMFTZ <inputfile> <outputfile>
  59.  
  60. E.g. type "HAMFTZ HAMFTZ.IN HAMFTZ.OUT" and after the calculation edit or print
  61. the file HAMFTZ.OUT .This file is also well documented so I don't want to
  62. explain it here (it's planned for the future)
  63.  
  64.  
  65. E. History
  66.  
  67. 19941010
  68. v0.01    First release that runs!
  69.  
  70. 19941118
  71. v0.1    Added solar flux to SSN conversion
  72.  
  73. 19941223
  74.     Added Form feed after each output page
  75.  
  76. 19941227
  77. v0.2    First public beta release. First draft of the documentation.
  78.  
  79.  
  80. F. Miscellaneous
  81.  
  82. This documentation is far from being complete. It will grow as my free time
  83. permits. If someone find errors in this text feel free to write me a note.
  84. My native langage is not english so I need help to write and improve this
  85. text. I will appreciate any comments that can help me to improve this
  86. program. As I work on HAMFTZ in my free time I can't give any schedule
  87. for bug fixes or program improvements. SORRY!
  88.  
  89.  
  90. G. Abbrevations
  91.  
  92. MUF        Maximal usable frequency
  93. LUF        Lowest usable frequency
  94. FOT        Optimal work frequency (frequence de travail optimale)
  95. dBu        dB above 1 uV/m
  96. UTC        Universal time coordinated
  97.  
  98.  
  99. H. Author address
  100.  
  101.     Cedric Baechler, HB9HFN
  102.     La Perrausa 12
  103.     1635 La Tour-de-Treme
  104.     Switzerland
  105.  
  106.     Phone    : +41-29-283 97 (at home)
  107.     Fax    : +41-62-52 31 36 (at work)
  108.     Internet: cedric@ulysse.ch
  109.     Fidonet : Cedric Baechler@2:301/714.74
  110.     Packet  : HB9HFN @ HB9FG.CHE.EU
  111.