help-octave
[Top][All Lists]
Advanced

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

Re: Want to know how to inluce octave fft lib in my Qt program


From: c.
Subject: Re: Want to know how to inluce octave fft lib in my Qt program
Date: Mon, 7 Oct 2013 15:04:29 +0200

On 7 Oct 2013, at 08:40, Prasanth N P <address@hidden> wrote:

> Hi,
> Hi,
> I want to know how to use the fft function in octave in my qt program. 
> Currenly I have a set of samples and want to do the fft of these with octave 
> fft function. How can I do this? 

Octave's fft function is just a wrapper for the fftw library [1],
so if you have a C/C++ program it's probably easier for you to 
use fftw directly.

HTH,
c.

[1] http://www.fftw.org/

reply via email to

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