Hi
I want to install and use FFTLIB in my project and I have some questions about it:
1) Is it necessary to change my OS from Win7 to XP?
I get FFT(1D and 2D) from a complex matrix by dimension 3000x4000 using FFTW library in platform as below:
Compiler: Microsoft(MS)
IDE: Visual Studio
Openmp Vesion: 2
FFT Plan: fftwt_plan_many_dft()
Processor: Intel Core_i7 3930k 3.2 Ghz
now I want to repeat the test on my TMDEVMC6678 platform, profiling it and compare the result by desktop processor.
2) Is there some examples that use the FFTLIB functions like fft_omp_sp_plan_1d_c2c() or FFT_OMP_SP_2D_C2C()? (I want to know how to exactly use them)
3) In release note mentioned that FFTLIB API is same as FFTW, Why there wasn't function fftwt_plan_many_dft()?
4) Is FFt limitation size of "FFT_OMP_SP_2D_C2C()" 512?
5) What functions you suggest to me for my test?
Regards