home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 5
/
DATAFILE_PDCD5.iso
/
utilities
/
s1
/
spice
/
!Nutmeg
/
script
/
QBfourier
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-08-07
|
214 b
|
14 lines
unset echo
set a = ""
ifdef four_tovect 'set a = vect'
set a = $(a) 0$(four_freq)
ifdef four_all 'set a = $(a) all'
ifundef four_all 'set a = $(a) $(four_vecs)'
echo fourier $(a)
fourier $(a)
unset a
set echo