help-octave
[Top][All Lists]
Advanced

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

Re: How to do Fourier Transform


From: John W. Eaton
Subject: Re: How to do Fourier Transform
Date: Thu, 30 Oct 2003 12:02:05 -0600

On Wed, 29 Oct 2003 22:14:56 -0800, robert Macy <address@hidden> wrote:

> so how do I get the copy of fft.m?

There is no fft.m:

  octave:1> type fft
  fft is a built-in function

The built-in function uses either fftpack or FFTW, depending on how
your copy of Octave was compiled.  If you are using FFTW, then the
output of octave_config_info should tell you (FFTW_LIBS will probably
not be empty).

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]