Anonymous - 2013-04-27

The trouble seems to be in the semicolon in the line with function call

newa = correlation (dum(1:total-k), dee);

If I removed the semicolon, this works correctly.