|
From: | Fabcap77 |
Subject: | Re: Error in `xcorr` (Signal package) "out of memory or dimension too large for Octave's index type" |
Date: | Wed, 7 Mar 2018 20:26:27 -0700 (MST) |
Maybe my system does not have enough memory for that monster? I have 2 GB of shared DDR on my computer. I checked the xcorr.m file, this where the error occurs: P = columns(X); M = 2^nextpow2(N + maxlag); if !isvector(X) ## For matrix X, correlate each column "i" with all other "j" columns (203) *R = zeros(2*maxlag+1,P^2);* -- Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html
[Prev in Thread] | Current Thread | [Next in Thread] |