home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / DOS_GG / COMCAT / VOL33.ARJ / VOL3358 < prev    next >
Text File  |  1992-01-07  |  3KB  |  65 lines

  1.  
  2.     Volume 3358 - Released may 1988 - Abstract (C)  Programmatheek
  3.  
  4. P r o g r a m m a T h e e k volume 3358
  5.  
  6. gelijk aan EE Library #8
  7.  
  8. Titel: SKYMATCH, VHFPROP & Other EE; PBAS Basic utility
  9.  
  10. Number Name            Size    Date    Comments
  11.        CATALOG  358      829   9-13-87 This list
  12. 358.01 MTWK     BAS     9518   1-22-87 Nodal analysis  program - computes
  13.                                        linear network
  14. 358.02 PBAS     BAS    16020   9-23-86 Combination of SQUISH  and Crossref
  15.                                        (Basic)
  16. 358.03 PBAS     DOC    10801   8-30-86 Documentation
  17. 358.04 PBAS     EXE    57162   9-10-86 Compiled
  18. 358.05 SCHART   BAS    11164   8-26-86 Plots impedance  matching calculations
  19. 358.06 SKYMATCH BAS     3589   1-22-87 Calculates transistor  impedance & gain
  20. 358.07 SMPLOOP  EXE   112030   9-15-86 Compiled version  (8087) of vol. 3357
  21.                                        program
  22. 358.08 VHFPROP  BAS    25185   8-26-86 Computes  communication data for VHF
  23.                                        network
  24. 358.09 VOL3358  ABS     1920   9-13-87 Disk abstract
  25. 358.10 ZCALC    BAS    10588   1-22-87 General utility to  calculate common
  26.                                        parameters
  27. 358.11 ZCALC    EXE    48736  11-14-86 Compiled version of ^
  28.               12 File(s)     50176 bytes free on volume  VOL3358
  29.  
  30.                   PBAS, or "PROCESS a BASIC PROGRAM"
  31.  
  32. This program is a concatenation of two very useful public  domain programs:
  33. SQUISH.BAS and XREFBUZZ.BAS whose  documentation appears below in the original
  34. with appended  comments. Numerous bugs were repaired and also many cosmetic 
  35. changes were made to both programs.
  36.  
  37. As far as I can tell, the SQUISH portion functions as  advertised. The
  38. XREFBUZZ or cross-reference portion does not  leave out any references.
  39. However it does add erroneous  references.  A look at the program listing will
  40. also reveal  the possibility for future BASIC version reserved words to  be
  41. listed as variables unless they are added to the "DATA"  block.
  42.  
  43.  
  44. XREFBAS portion:
  45.  
  46.         This program reads a BASIC program, saved in ASCII
  47. format by using the ",A" option of BASIC, and prepares  either a
  48. neat listing, a cross-reference list, or both.  The
  49. cross-reference list shows, for each symbol and each  referenced
  50. line number, the line numbers in which they occur.  This is  a
  51. highly valuable aid to debugging.  It assists the user in
  52. finding inadvertent uses of the same variable name for two
  53. different purposes, or of different variable names where the
  54. same one was intended, and in locating the source of  improper
  55. branches.
  56.  
  57. MTWK: Nodal analysis program to compute the frequence  response, input
  58. impedance and time delay for a linear  network composed of resistors, capaci-
  59. tors, inductors,  op-amos, transmission lines and dipolar & FET transistors.
  60.  
  61. SCHART: Provides impedance matching calculations for any  type matching
  62. network. Will plot impedances on high  resolution graphics Smith chart.
  63.  
  64. VHFPROP: Provides communications range & miles as a function  of receiver,
  65. transmittor and antenna parameters.