|
From: | Doug Stewart |
Subject: | Re: Error in `xcorr` (Signal package) "out of memory or dimension too large for Octave's index type" |
Date: | Wed, 7 Mar 2018 22:47:49 -0500 |
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
-----------------------------------------
Join us March 12-15 at CERN near Geneva
Switzerland for OctConf 2018. More info:
https://wiki.octave.org/OctConf_2018
-----------------------------------------
[Prev in Thread] | Current Thread | [Next in Thread] |