I have two functions x(t) and y(t), and say t = seq(1,10,1). I want to get z(t), that is a convolution of x(t) and y(t) using FFT. Here is what I have done: I generated a vector vx from x(t) and vy from y(t) and used the function 'convolve' from state package (that uses the Fast Fourier Transform to compute the several kinds of convolutions of two sequences): conv

More Abdou Khouakhi's questions See All
Similar questions and discussions