Code covered by the BSD License  

Highlights from
colea

from colea by Philip Loizou
This program can be used to edit speech waveforms

autoc(x,p)
function rxx = autoc(x,p)


x=x(:);

N=length(x);

for k=0:p
   
   rxx(k+1)=x(k+1:N)'*x(1:N-k);
   
end




Contact us at files@mathworks.com