From: <car...@us...> - 2012-09-21 12:58:22
|
Revision: 11064 http://octave.svn.sourceforge.net/octave/?rev=11064&view=rev Author: carandraug Date: 2012-09-21 12:58:16 +0000 (Fri, 21 Sep 2012) Log Message: ----------- signal: mention fixed fir1 tests on NEWS Modified Paths: -------------- trunk/octave-forge/main/signal/NEWS Modified: trunk/octave-forge/main/signal/NEWS =================================================================== --- trunk/octave-forge/main/signal/NEWS 2012-09-21 12:44:08 UTC (rev 11063) +++ trunk/octave-forge/main/signal/NEWS 2012-09-21 12:58:16 UTC (rev 11064) @@ -10,9 +10,9 @@ when invalid values are used (instead of silently adjusting them). ** Fixed failing tests for the following functions: - pei_tseng_notch - residued + fir1 pei_tseng_notch residued + ** The function `rceps' was fixed to work correctly with odd-length inputs. ** Bugfix in `xcorr2' introduced in 1.1.2 that would not accept "none" as @@ -22,8 +22,9 @@ cross-correlation. ** The following functions are new: - movingrms schtrig clustersegment + movingrms schtrig clustersegment + ** signal is no longer dependent on the image package. ** signal is now dependent on the general package. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |