Closed VoidXH closed 7 months ago
Instead of intermediate1.Convolve(x256) and similar by-definition math operations, doing the convolution in Fourier space before the IFFT would be much faster. x256/x512 should be FFT'd on creation.
intermediate1.Convolve(x256)
Something similar updated in 113d0264ecf65cdaf8e2b4a95e6a95f1ca4bfdb5.
Instead of
intermediate1.Convolve(x256)
and similar by-definition math operations, doing the convolution in Fourier space before the IFFT would be much faster. x256/x512 should be FFT'd on creation.