help-octave
[Top][All Lists]
Advanced

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

Re: how to use fft in c++


From: Pantxo
Subject: Re: how to use fft in c++
Date: Fri, 9 Jun 2017 10:47:07 -0700 (PDT)

2017-06-09 18:19 GMT+02:00 Progressive [via Octave] <
address@hidden>:

> Thanks, I will try this out directly.
>
> But before that another question: I need to include CERN ROOT and I guess
> it is not possible via mkoctfile?
>
> ------------------------------
> If you reply to this email, your message will be added to the discussion
> below:
> http://octave.1599824.n4.nabble.com/how-to-use-fft-in-c-
> tp4683590p4683623.html
> To unsubscribe from how to use fft in c++, click here
> <http://octave.1599824.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=4683590&code=cGFudHhvLmRpcmliYXJuZUBnbWFpbC5jb218NDY4MzU5MHwtNTYyMDk1Nzc5>
> .
> NAML
> <http://octave.1599824.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>

Yes you can. The most basic usage of mkoctfile is to make it a replacement
for gcc/g++. In fact since it is a wrapper around gcc/g++ most of the flags
you would pass to gcc can be passed to mkoctfile. Just forget about Octave
specific flags/options since they will be included by default.

Pantxo

PS: you can also use your stadard g++ command and  generate Octave specific
flags with e.g. `mkoctfile -p ALL_CFLAGS` (see mkoctfile --help)




--
View this message in context: 
http://octave.1599824.n4.nabble.com/how-to-use-fft-in-c-tp4683590p4683626.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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