Convolution through Fast Fourier Transform
conv_fft(x, y, index, dt)
z Convolved output series. length(z) = length(x)
Input signal that needs to be convolved
Green's function; impulse response function
index in the impulse response function that corresponds to the deposition time
time resolution for the input series
Function 'conv_fft' is used by function 'bioturb'. x and y do not need to be of the same length.