changeset 9482:6ef622f7e260 octave-forge

control: update news file
author paramaniac
date Thu, 23 Feb 2012 13:30:59 +0000
parents d84d2fea3c90
children 1b4fbdbf6429
files main/control/NEWS
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/main/control/NEWS	Wed Feb 22 22:07:33 2012 +0000
+++ b/main/control/NEWS	Thu Feb 23 13:30:59 2012 +0000
@@ -4,6 +4,14 @@
 control-2.3.50   Release Date: 2012-xx-yy   Release Manager: Lukas Reichlin
 ===============================================================================
 
+** Added new functions for frequency-weighted model and controller order
+   reduction:
+   
+     bstmodred      btaconred
+     btamodred      cfconred
+     hnamodred      fwcfconred
+     spamodred      spaconred
+
 ** Require Octave version 3.6.0 or better.  (The frequency response plotting
    commands have been simplified.  They now use the fixed "axis tight" command.
    This is a first step towards multiple systems in one plot,
@@ -14,6 +22,9 @@
    -- The get command doesn't need a return argument anymore.
       set (sys, "key", value)  is now equivalent to  sys = set (sys, "key", value).
 
+** Revised package installation.  The new solution compiles the SLICOT library
+   in a less barbaric way and brings along faster compile times.
+
 
 ===============================================================================
 control-2.2.5   Release Date: 2012-02-09   Release Manager: Lukas Reichlin