changeset 10682:3f05a5d2a0d6 octave-forge

control: update news and description
author paramaniac
date Tue, 14 Aug 2012 20:18:25 +0000
parents 0ad7bebc142e
children d79d65312d49
files main/control/DESCRIPTION main/control/NEWS
diffstat 2 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/main/control/DESCRIPTION	Tue Aug 14 20:11:22 2012 +0000
+++ b/main/control/DESCRIPTION	Tue Aug 14 20:18:25 2012 +0000
@@ -1,6 +1,6 @@
 Name: Control
-Version: 2.3.52
-Date: 2012-06-25
+Version: 2.3.52+
+Date: 2012-08-14
 Author: Lukas Reichlin <lukas.reichlin@gmail.com>
 Maintainer: Lukas Reichlin <lukas.reichlin@gmail.com>
 Title: Control Systems
--- a/main/control/NEWS	Tue Aug 14 20:11:22 2012 +0000
+++ b/main/control/NEWS	Tue Aug 14 20:18:25 2012 +0000
@@ -4,6 +4,13 @@
 control-2.3.53   Release Date: 2012-xx-yy   Release Manager: Lukas Reichlin
 ===============================================================================
 
+** Added new functions for system identification, including:
+   
+     arx        iddata       ifft
+     moen4      detrend      nkshift
+     moesp      fft          plot
+     n4sid      filter       resample
+
 ** feedback
    Fixed an argument check which caused false positive error messages.
    It was a copy-paste mistake affecting non-square systems.