Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
fftw_plan_dft_r2c_1dおよびfftw_plan_dft_c2r_1dFFTWを使用するプロジェクトと、 fftw_execute. KissFFT の同等の機能は何ですか?
fftw_plan_dft_r2c_1d
fftw_plan_dft_c2r_1d
fftw_execute
Kiss_fftr.h (toolsサブディレクトリ内) で実際に最適化された関数を使用する必要があります。とを使用kiss_fftr_allocして FFTW の「計画」を設定する代わりに使用fftw_plan_dft_r2c_1dしfftw_plan_dft_c2r_1dます。kiss_fftrFFTW を呼び出す代わりに、とを使用kiss_fftriして順方向/逆方向の変換を行いfftw_executeます。終わったら電話するのを忘れないでくださいkiss_fftr_free。
tools
kiss_fftr_alloc
kiss_fftr
kiss_fftri
kiss_fftr_free