]> Creatis software - CreaPhase.git/blob - octave_packages/signal-1.1.3/packinfo/NEWS
Add a useful package (from Source forge) for octave
[CreaPhase.git] / octave_packages / signal-1.1.3 / packinfo / NEWS
1 Summary of important user-visible changes for releases of the signal package
2
3 ===============================================================================
4 signal-1.1.3   Release Date: 2012-05-12   Release Manager: CarnĂ« Draug
5 ===============================================================================
6
7  ** signal is no longer dependent on the audio package.
8
9  ** signal is now dependent on the image package.
10
11  ** The function `marcumq' was imported from the communications package and has
12     been completely rewritten to improve performance and fix computational
13     errors.
14
15  ** Package is no longer automatically loaded.
16
17  ** The functions `__ellip_ws' and `__ellip_ws_min' have been removed (they
18     are now subfunctions of `ncauer'.
19
20  ** The function `blackmanharris' was fixed to have even symmetry.
21
22 ===============================================================================
23 signal-1.1.2   Release Date: 2012-01-06   Release Manager: Lukas Reichlin
24 ===============================================================================
25
26  * Added the following filter conversion functions:
27     ss2tf
28     ss2zp
29     tf2ss
30     tf2zp
31     zp2ss
32     zp2tf
33
34 ===============================================================================
35 signal-1.1.1   Release Date: 2011-11-06   Release Manager: Juan Pablo Carbajal
36 ===============================================================================
37
38  * Following function now show help text correctly instead of copyright notice:
39     downsample
40     dst
41     flattopwin
42     fwhm
43     idst
44     square
45     upsample
46  * Apply pathc by Paul Dreik to cl2bp_lib.h.
47
48 ===============================================================================
49 signal-1.1.0   Release Date: 2011-11-04   Release Manager: Juan Pablo Carbajal
50 ===============================================================================
51
52 * Minor bug fixes in:
53  blackmannuttall.m
54  xcorr.m
55  filtfilt.m
56  invfreq.m
57  invfreqs.m
58  resample.m
59
60 * New functions added:
61  data2fun.m
62  impinvar.m
63  invimpinvar.m
64  sigmoid_train.m
65  pei_tseng_notch.m
66  iirlp2mb.m
67
68 * Not implemented functions removed from the documentation.
69 * All demos are now working!