pmtk3
pmtk3 copied to clipboard
autocorr not working
From [email protected] on December 10, 2013 06:51:27
What steps will reproduce the problem? 1. a = randn(1,100) 2. c = autocorr(a) 3. What is the expected output? What do you see instead? The expected output is the autcorrelation of a. The function autocorr generates an error because its subfunction xcorr(a,b) is called without the argument b. What version / revision of the product are you using? On what operating system? Ubuntu 12.04. MATLAB 7.11.0.584 ( R2010b ) Please provide any additional information below. MATLAB provides an autocorr function. If there is aneed for a new one, it should have a different name.
Original issue: http://code.google.com/p/pmtk3/issues/detail?id=64