> "MM" == Mitchell Maltenfort
> on Thu, 27 Feb 2014 10:34:00 -0500 writes:
MM> "Convolve" uses the FFT so probably expects powers of 2.
Not quite (but in the correct direction):
?fft contains
The FFT is fastest when the length of the series being transformed
is highl
"Convolve" uses the FFT so probably expects powers of 2.
You might want to look at using "filter"
Ersatzistician and Chutzpahthologist
I can answer any question. "I don't know" is an answer. "I don't know
yet" is a better answer.
On Thu, Feb 27, 2014 at 5:31 AM, Phi
Hello,
i am trying to compute the linear convolution of two vectors of length
1e7 each.
The code i am using is
a = vector(length=1e7)
b = vector(length=1e7)
#fill a and b with data...
c = convolve(a, rev(b), type="o")
Unfortunately, this computation goes on now for a very long time
(currently
3 matches
Mail list logo