Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.naic.edu/~phil/aosoft/fftfilter.html
Дата изменения: Thu Nov 4 00:08:52 2010 Дата индексирования: Tue Oct 2 05:35:18 2012 Кодировка: |
fftfilter performs a complex fourier transform on its input data. The input is taken from the standard input and should be real*4 floating point format. The real value of each complex number should be followed by its imaginary part. The length of the transform is determined by the -n option. If the -z option is specified then datapoints points will be used with zero extension out to lengthTransform. The filter continues performing ffts until there is no more input data. Any data at the end that does not fill up a complete transform length will be ignored (unless -z is used then the last points will be zerofilled). The output data is real*4 floating point format and is written to standard output.
The output data order is DC (real, imaginary), lowest to highest positive frequencies, and then highest to lowest negative frequencies.
Input an ri data tape, unpack, convert to real*4 and then do a number of 2048 length reverse transforms.
stripVme(1L) unpriVtoi4(1L) i4tor4(1L)