coder.fftw.StandaloneFFTW3Interface.getPlanMethod
Class: coder.fftw.StandaloneFFTW3Interface
Namespace: coder.fftw
Return FFTW planning method
Syntax
coder.fftw.StandaloneFFTW3Interface.getPlanMethod()
Description
coder.fftw.StandaloneFFTW3Interface.getPlanMethod()
returns the
FFTW planning method for FFTW library calls in generated standalone code.
When you define an FFTW library callback class that derives from a
coder.fftw.StandaloneFFTW3Interface
class, you do not have to
implement a getPlanMethod
method. By default, the planning method is
FFTW_ESTIMATE
. To use a different method, implement the
getPlanMethod
method. Specify one of the planning methods
described in the planning section of the FFTW
website.
Examples
Version History
Introduced in R2017b