help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Does your machine also FFT like mine?


From: Francesco Potorti`
Subject: Re: Does your machine also FFT like mine?
Date: Mon, 11 May 1998 17:38:58 +0200 (CEST)

   On my Linux/586 machine, I get
   
   > ifft(fft([1 1 0 0 1]))
   ans =
       1.0000e+00    1.0000e+00   -1.4682e-08   -1.4682e-08    1.0000e+00
   
   This is only single precision accurate.  Unfortunately the other
   machines I have access to have the same architecture and use the
   same binary and not surprisingly gives the same result.
   
   What happens on your machine?
   
Octave, version 2.0.8 (alpha-dec-osf4.0).
Copyright (C) 1996, 1997 John W. Eaton.
This is free software with ABSOLUTELY NO WARRANTY.
For details, type `warranty'.

address@hidden:~/math> ifft(fft([1 1 0 0 1]))
ans =

   1.0000e+00   1.0000e+00   7.3275e-16   7.3275e-16   1.0000e+00



reply via email to

[Prev in Thread] Current Thread [Next in Thread]