TABRND1

Power Spectral Density Table

Description: Defines power spectral density as a tabular function of frequency for use in random analysis. Referenced by the RANDPS entry.

Format:

Example:

Field Definition Type Default
TID Table identification number. Integer > 0 Required
XAXIS Specifies a linear or logarithmic interpolation for the x-axis, one of the following character variables: LINEAR or LOG. Character LINEAR
YAXIS Specifies a linear or logarithmic interpolation for the y-axis, one of the following character variables: LINEAR or LOG. Character LINEAR
fi Frequency value in cycles per unit time. Real ≥ 0.0 Required
gi Power spectral density. Real Required

Remarks:

  1. fi must be in either ascending or descending order, but not both.
  2. Discontinuities may be specified between any two points. If g is evaluated at a discontinuity, then the average value of g is used. In Figure 1, the value of g at f = f3 is g = (g3 + g4)/2. If the y-axis is a LOG axis, the jump at the discontinuity is evaluated as .
  3. At least two entries must be present.
  4. At least one continuation entry must be specified.
  5. Placing SKIP in either of the two fields may ignore any fi-gi pair.
  6. The end of the table is indicated by the existence of ENDT in either of the two fields following the last entry. Any continuations that follow the entry containing the end-of-table flag ENDT will be ignored.
  7. TABRND1 uses the algorithm

    where f is input to the table and g is returned. The table look-up is performed using linear interpolation within the table and linear extrapolation outside the table using the two starting or end points, see Figure 1. No warning messages are given if table data is input incorrectly. The algorithms used for interpolation or extrapolation are:
    XAXIS YAXIS y(x)
    LINEAR LINEAR
    LOG LINEAR
    LINEAR LOG
    LOG LOG

    where fi < f < fi+1

    Figure 1. Example of Table Extrapolation and Discontinuity

  8. For auto spectral density, the value of g returned must be greater than or equal to zero.
  9. Tabular values on an axis if XAXIS or YAXIS equals LOG must be positive.