home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / s1 / spice / !Nutmeg / script / QBfourier next >
Encoding:
Text File  |  1992-08-07  |  214 b   |  14 lines

  1. unset echo
  2. set a = ""
  3.  
  4. ifdef four_tovect 'set a = vect'
  5. set a = $(a) 0$(four_freq)
  6. ifdef   four_all 'set a = $(a) all'
  7. ifundef four_all 'set a = $(a) $(four_vecs)'
  8.  
  9. echo fourier $(a)
  10. fourier $(a)
  11.  
  12. unset a
  13. set echo
  14.