coder.fftw.StandaloneFFTW3Interface.getPlanMethod
类: coder.fftw.StandaloneFFTW3Interface
命名空间: coder.fftw
返回 FFTW 规划方法
语法
coder.fftw.StandaloneFFTW3Interface.getPlanMethod()
说明
coder.fftw.StandaloneFFTW3Interface.getPlanMethod() 返回生成的独立代码中的 FFTW 库调用的 FFTW 规划方法。
当您定义从 coder.fftw.StandaloneFFTW3Interface 类派生的 FFTW 库回调类时,您不必实现 getPlanMethod 方法。默认情况下,规划方法为 FFTW_ESTIMATE。要使用不同方法,请实现 getPlanMethod 方法。指定在 FFTW 网站的规划部分中所述的规划方法之一。
示例
版本历史记录
在 R2017b 中推出