search for: postpad

Displaying 1 result from an estimated 1 matches for "postpad".

Did you mean: postpaid
2010 Jan 07
2
Debugging issues encountered during the "R CMD check" process
...0.01) > x = chirp(t,2,.5,10,'quadratic') + sin(2*pi*t*0.4) > y = interp(x[seq(1, length(x), by = 4)],4,4,1) # interpolate a sub-sample Warning in rbind(x, array(val, dim = c(n - nx, NCOL(x)))) : number of columns of result is not a multiple of vector length (arg 1) Warning in Fft(postpad(x, N)) * B : longer object length is not a multiple of shorter object length Error in ifft(Fft(postpad(x, N)) * B) : dims [product 36] do not match the length of object [256] Calls: interp -> fftfilt -> fftfiltx -> ifft Execution halted