Recent FFTW wrapper in Java

后端 未结 1 1544
悲&欢浪女
悲&欢浪女 2021-02-05 13:40

I\'m seeking a minimal Java wrapper for a recent version of FFTW. The wrappers listed on the FFTW website are either out of date (jfftw-1.2.zip) or contain too much extra stuff

1条回答
  •  既然无缘
    2021-02-05 14:15

    I ended up using JNAerator to automatically generate JNA bindings from the header file fftw3.h. The result is available as a gist on Github. The gist (at the bottom) also includes a convenient Scala interface for real transforms of arbitrary dimension.

    0 讨论(0)
提交回复
热议问题