FFTConvolution
FFTConvolution copied to clipboard
All the mentioned files not present
All the files which have been mentioned in the pdf doc are not available in the folder. Please tell me where to find them.
Which ones ?
Le sam. 5 mai 2018 à 05:17, Neerudubey [email protected] a écrit :
All the files which have been mentioned in the pdf doc are not available in the folder. Please tell me where to find them.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jeremyfix/FFTConvolution/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/ABE34ka1CW73DjDMv8ys_V3Z_QvfSHOkks5tvRnMgaJpZM4TzeUJ .
• Computing linear and circular convolutions with the FFT and FFTW :convolution fftw.cc, convolution fftw.h • The script for the benchmarks of the direct implementation of the convolution : bench convolution std.cc • The script for the benchmarks of the FFT-based convolution with FFTW :bench convolution fftw.cc Computing a 2D linear convolution of randomly generated matrices with or without padding: – with GSL : linear convolution gsl benchmark.cc – with FFTW : linear convolution fftw benchmark.cc • Computing a 2D circular convolution of randomly generated matrices with or without padding: – with GSL : circular convolution gsl benchmark.cc – with FFTW : circular convolution fftw benchmark.cc • Computing a 2D linear convolution with images, using the optimal code : – with GSL : linear convolution gsl.cc – with FFTW : linear convolution fftw.cc • Computing a 2D circular convolution with images, using the optimal code : – with GSL : circular convolution gsl.cc – with FFTW : circular convolution fftw.cc These files are not present(except for convolution_fftw.h). Their details have been mentioned in the shared doc.
It will be very helpful if you share these files.