help-octave
[Top][All Lists]
Advanced

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

Re: Problems with FFT and IFFT


From: John W. Eaton
Subject: Re: Problems with FFT and IFFT
Date: Tue, 28 Feb 2006 11:48:49 -0500

On 28-Feb-2006, Keith Goodman wrote:

| Here's what I get (no imaginary part; I get the same result in 2.1.72):
| 
| $ octave
| Octave 2.9.4 Forge 20050613
| >> fs = 0:0.1:10;
| >> x = sin(2*pi*fs);
| >> real(x)

What kind of hardware?  I see imaginary parts, but all less than eps.
Perhaps due to extra internal precision of amd64/x86 floating point
hardware?  Also, I am using fftw, are you?  Try

   octave_config_info ("FFTW_LIBS")

to see.

In any case, while it might be nice to understand where the
differences are coming from, I don't think this is a bug.

jwe



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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