From: <jpi...@us...> - 2011-11-04 19:07:07
|
Revision: 8983 http://octave.svn.sourceforge.net/octave/?rev=8983&view=rev Author: jpicarbajal Date: 2011-11-04 19:07:00 +0000 (Fri, 04 Nov 2011) Log Message: ----------- signal, Adding NEWS to root Added Paths: ----------- trunk/octave-forge/main/signal/NEWS Added: trunk/octave-forge/main/signal/NEWS =================================================================== --- trunk/octave-forge/main/signal/NEWS (rev 0) +++ trunk/octave-forge/main/signal/NEWS 2011-11-04 19:07:00 UTC (rev 8983) @@ -0,0 +1,22 @@ +Summary of important user-visible changes for releases of the signal package + +=============================================================================== +signal-1.1.0 Release Date: 2011-11-04 Release Manager: Juan Pablo Carbajal +=============================================================================== + +* Minor bug fixes in: + blackmannuttall.m + xcorr.m + filtfilt.m + invfreq.m + invfreqs.m + resample.m + +* New functions added: + data2fun.m + impinvar.m + invimpinvar.m + sigmoid_train.m + pei_tseng_notch.m + iirlp2mb.m + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <car...@us...> - 2011-11-05 15:31:09
|
Revision: 8999 http://octave.svn.sourceforge.net/octave/?rev=8999&view=rev Author: carandraug Date: 2011-11-05 15:30:58 +0000 (Sat, 05 Nov 2011) Log Message: ----------- signal: update NEWS Modified Paths: -------------- trunk/octave-forge/main/signal/NEWS Modified: trunk/octave-forge/main/signal/NEWS =================================================================== --- trunk/octave-forge/main/signal/NEWS 2011-11-05 15:08:49 UTC (rev 8998) +++ trunk/octave-forge/main/signal/NEWS 2011-11-05 15:30:58 UTC (rev 8999) @@ -1,11 +1,13 @@ Summary of important user-visible changes for releases of the signal package - * Minor fixes on help text in: - dst - idst - flattopwin - downsample - upsample + * Following function now show help text correctly instead of copyright notice: + downsample + dst + flattopwin + fwhm + idst + square + upsample =============================================================================== signal-1.1.0 Release Date: 2011-11-04 Release Manager: Juan Pablo Carbajal This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mtm...@us...> - 2012-05-12 13:02:22
|
Revision: 10417 http://octave.svn.sourceforge.net/octave/?rev=10417&view=rev Author: mtmiller Date: 2012-05-12 13:02:16 +0000 (Sat, 12 May 2012) Log Message: ----------- signal: add NEWS item for blackmanharris Modified Paths: -------------- trunk/octave-forge/main/signal/NEWS Modified: trunk/octave-forge/main/signal/NEWS =================================================================== --- trunk/octave-forge/main/signal/NEWS 2012-05-12 12:50:38 UTC (rev 10416) +++ trunk/octave-forge/main/signal/NEWS 2012-05-12 13:02:16 UTC (rev 10417) @@ -4,6 +4,8 @@ signal-x.y.z Release Date: yyyy-mm-dd Release Manager: =============================================================================== + ** The function `blackmanharris' was fixed to have even symmetry. + ** The function `marcumq' was imported from the communications package and has been completely rewritten to improve performance and fix computational errors. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <car...@us...> - 2012-05-12 13:25:48
|
Revision: 10419 http://octave.svn.sourceforge.net/octave/?rev=10419&view=rev Author: carandraug Date: 2012-05-12 13:25:42 +0000 (Sat, 12 May 2012) Log Message: ----------- signal: update NEWS Modified Paths: -------------- trunk/octave-forge/main/signal/NEWS Modified: trunk/octave-forge/main/signal/NEWS =================================================================== --- trunk/octave-forge/main/signal/NEWS 2012-05-12 13:07:17 UTC (rev 10418) +++ trunk/octave-forge/main/signal/NEWS 2012-05-12 13:25:42 UTC (rev 10419) @@ -1,20 +1,24 @@ Summary of important user-visible changes for releases of the signal package =============================================================================== -signal-x.y.z Release Date: yyyy-mm-dd Release Manager: +signal-1.1.3 Release Date: 2012-05-12 Release Manager: =============================================================================== - ** The function `blackmanharris' was fixed to have even symmetry. + ** signal is no longer dependent on the audio package. + ** signal is now dependent on the communications package. + ** The function `marcumq' was imported from the communications package and has been completely rewritten to improve performance and fix computational errors. - ** Package is no longer automatically loaded + ** Package is no longer automatically loaded. ** The functions `__ellip_ws' and `__ellip_ws_min' have been removed (they are now subfunctions of `ncauer'. + ** The function `blackmanharris' was fixed to have even symmetry. + =============================================================================== signal-1.1.2 Release Date: 2012-01-06 Release Manager: Lukas Reichlin =============================================================================== This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
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. |