From: <be...@us...> - 2012-06-25 21:51:56
|
Revision: 10695 http://octave.svn.sourceforge.net/octave/?rev=10695&view=rev Author: benjf5 Date: 2012-06-25 21:51:50 +0000 (Mon, 25 Jun 2012) Log Message: ----------- One minor little change to lscomplex only. Modified Paths: -------------- trunk/octave-forge/extra/lssa/lscomplex.m Modified: trunk/octave-forge/extra/lssa/lscomplex.m =================================================================== --- trunk/octave-forge/extra/lssa/lscomplex.m 2012-06-25 19:24:52 UTC (rev 10694) +++ trunk/octave-forge/extra/lssa/lscomplex.m 2012-06-25 21:51:50 UTC (rev 10695) @@ -35,6 +35,6 @@ transform(iter) = sum( ( cos(ot) .- ( sin(ot) .* i ) ) .* x ); ## See the paper for the expression o *= omul; ## To advance the transform to the next coefficient in the octave endfor - transform .* n1; + transform ./ n; -endfunction \ No newline at end of file +endfunction This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |