home *** CD-ROM | disk | FTP | other *** search
/ PC Electronics for your PC / pcelectronics.bin / _archive / SYSAN01.ZIP / INPUTHLP.ENG < prev    next >
Text File  |  1995-11-27  |  4KB  |  143 lines

  1.                 ***  INPUT SYSTEM DATA  ***
  2.  
  3. At every system input you are requested to enter a name. You may 
  4. choose an arbitrary name. This name helps you to distinguish between
  5. various systems. If you do not enter a name, the system is called 
  6. 'noname'.
  7. 
  8. Poles and zeros
  9. ────────────────
  10. The transfer function of an analog system is:
  11.  
  12.  
  13.               s       s
  14.          (1 - ──)(1 - ──)....
  15.               z1      z2            (s - z1)(s - z2)....
  16. G(s) = K ──────────────────── = Kpn ────────────────────
  17.               s       s             (s - p1)(s - p2)....
  18.          (1 - ──)(1 - ──)....
  19.               p1      p2
  20.  
  21.  
  22.  
  23. and for a discrete system:
  24.  
  25.               z       z
  26.          (1 - ──)(1 - ──)....
  27.               z1      z2            (z - z1)(z - z2)....
  28. G(z) = K ──────────────────── = Kpn ────────────────────
  29.               z       z             (z - p1)(z - p2)....
  30.          (1 - ──)(1 - ──)....
  31.               p1      p2
  32.  
  33. The poles p1, p2, ... and the zeros z1, z2, ... can be real or
  34. complex. At the input first the number of poles and zeros is
  35. requested (maximum 8). After that you have to put in the complex
  36. poles or zeros. Once an imaginary part equal to 0 has been entered,
  37. you can only put in real poles or zeros. Complex poles and zeros 
  38. are considered conjugate pairs.
  39. Poles and zeros can be input as real and imaginary part (default) 
  40. or as modulus and argument (option).
  41. Whether you have to put in K or Kpz depends on the choice in the
  42. options menu.
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52. 
  53. Polynomials
  54. ───────────
  55. Working with polynomials the transfer function is:
  56.  
  57.                 3      2
  58.        ......b3s  + b2s  + b1s + b0
  59. G(s) = ────────────────────────────
  60.                 3      2
  61.        ......a3s  + a2s  + a1s + a0
  62.  
  63. Discrete systems have the same form.
  64. At this type of input you first enter the highest powers of the
  65. denominator and the numerator. After that you enter the coefficients
  66. of the denominator ..., a3, a2, a1, a0 and the coefficients of the
  67. numerator ..., b3, b2, b1, b0. Directly after the completion of the
  68. polynomial input, the poles, the zeros and the gain are calculated.
  69. From this the program calculates the polynomial form with the
  70. coefficient 1 for the highest power in the denominator. This is to
  71. prevent tolerance problems.
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82. 
  83. Corner frequencies
  84. ──────────────────
  85. System data can also be entered as corner frequencies of a Bode
  86. diagram. You must say whether it is a single or a double
  87. corner frequency. In case of a double corner frequency, the relative
  88. damping coefficient zeta must be given.
  89. An integrator means a corner frequency in the denominator at fre-
  90. quency zero. A differentiator means a corner frequency in the
  91. numerator at frequency zero. Finally you have to enter the gain K
  92. or Kpz. The corner frequency part applies to analog systems only.
  93.  
  94.  
  95.  
  96.  
  97. 
  98. Input from File
  99. ───────────────
  100. Here you may enter system data that were stored in a previous
  101. session. The files can only be *.DFL files. The file directory is
  102. the program directory. You may change the data file directory with
  103. <D>. The change is maintained for all subsequent read and write
  104. operations until it is changed again.
  105. The data are first presented and thereafter may be input, may not
  106. be used or may be deleted.
  107.  
  108. Directory change
  109.      Press <D>. Type the complete directory's path and terminate
  110.      with <Enter>. All *.DFL files of the newly selected directory
  111.      are shown and may be chosen. This directory is maintained for
  112.      all subsequent read and write operations.
  113. Choice of a data file
  114.      Choose the wanted data file with the vertical arrow keys or
  115.      with PageUp/PageDown. <Enter>, the data are shown. You then 
  116.      have the choice to return to the menu without input with 
  117.      <Esc>, to activate the data with <Enter> or to delete the file 
  118.      with <Del>. After the activation of the data you should go to 
  119.      the main program with F10 and from there you have to choose 
  120.      the desired program part.
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127. 
  128. Append system
  129. ─────────────
  130. With this part you may add poles, zeros and gain to the system.
  131. (Control function). The input rules are the same as those for the
  132. input of poles and zeros for the main system.
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.