changeset 935:d323b81e558a octave-forge

mention new signal/*freq* functions
author pkienzle
date Wed, 21 May 2003 15:58:32 +0000
parents 8ce980f2614b
children 1380f4f27869
files RELEASE-NOTES
diffstat 1 files changed, 11 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/RELEASE-NOTES	Wed May 21 13:29:50 2003 +0000
+++ b/RELEASE-NOTES	Wed May 21 15:58:32 2003 +0000
@@ -8,7 +8,9 @@
 
 xxxx-xx-xx for Octave 2.1.36 and up ==========================================
 
-* Support for octave 2.1.36-2.1.48.
+* Extended support backward to octave 2.1.36 and forward to octave 2.1.48
+  for all oct-files.  Some scripts make use of features only available in
+  more recent versions of Octave.
 
 * Communications: 
   - sqrt over Galois field
@@ -16,23 +18,24 @@
   - bug fixes and documentation improvements
 
 * Image:
-  - add rotate_scale() 
+  - added rotate_scale() 
 
 * Optimization:
-  - add Nick Higham's adsmax, mdsmax nmsmax for fmins
+  - added Nick Higham's adsmax, mdsmax nmsmax for fmins
   - lp() fix range error
 
 * Plotting:
   - surf()/surfc() support gnuplot 3.8i shaded surfaces
-  - add peaks()
+  - added peaks()
   - legend() inside/ouside/boxon/boxoff/right/left
 
 * Signal Processing 
+  - added freqs, invfreqs, invfreqz
   - return statespace and laplacian IIR filters (butter, cheby1, cheby2, ellip)
-  - fix aryule
+  - fixed aryule() to return the correct filter
 
 * Statistics: 
-  - add normplot()
+  - added normplot()
   - scatter() optimization
 
 * Symbolic: 
@@ -42,14 +45,13 @@
 
 * TSA/NaN:
   - many bug fixes and documentation improvements
-  - quantiles -> Quantile
 
 * Miscellaneous:
-  - add cellstr()
+  - added cellstr()
   - fieldnames() now returns cell array
   - listen() bugfixes
   - ellipke() supports m < 0
-  - extend deal() to handle [a,b] = deal(b,a)
+  - deal() now supports [a,b] = deal(b,a)
   - dlmread() converted to C++ for speed and more flexible input
 
 * administration: