home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l455 / 9.ddi / IDENT.DI$ / FREQFUNC.M < prev    next >
Encoding:
Text File  |  1993-03-11  |  1.2 KB  |  24 lines

  1. function freqfunc
  2. %FREQFUNC Frequency functions are created by SPA, ETFE, and TH2FF. 
  3. %    They are used by BODEPLOT.
  4. %
  5. %    The format of a frequency function associated with one transfer
  6. %    function or a noise spectrum is as follows. It has between two and
  7. %    five columns, and the number of rows equals the number of frequences
  8. %    plus one. The first row contains integers n with input information:
  9. %
  10. %    n = 0: means that the column is a spectrum
  11. %    n = 50: The column contains the standard deviation of the spectrum
  12. %    n =100: The column contains the frequencies for the spectrum.
  13. %    n = k (with k between 1 and 19): the column contains amplitude
  14. %          values for the transfer function corresponding to input k.
  15. %    n = 20 + k: the column contains phase values for input number k.
  16. %    n = 50 + k: the column contains amplitude standard deviation, input k.
  17. %    n = 70 + k: the column contains phase standard deviation, input k.
  18. %    n = 100+ k: the column contains the frequency values for input k.
  19. %    
  20. %    For Multi-output systems add 1000*(output # -1) to the figures above
  21. %    For each input (spectrum) the columns are ordered as follows:
  22. %    Frequencies, amplitude, amplitude s.d., phase, phase s.d.
  23. %    See HELP getff for picking out specific frequency information
  24.