~ubuntu-branches/ubuntu/raring/octave-signal/raring

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Package Import Robot
  • Author(s): Sébastien Villemot
  • Date: 2012-09-23 09:14:33 UTC
  • mfrom: (1.1.7)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: package-import@ubuntu.com-20120923091433-wzfir0y7ongjrubp
Tags: upstream-1.2.0
Import upstream version 1.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Summary of important user-visible changes for releases of the signal package
 
2
 
 
3
===============================================================================
 
4
signal-1.2.0   Release Date: 2012-09-21   Release Manager: Carnë Draug
 
5
===============================================================================
 
6
 
 
7
 ** Improved Matlab compability for the function `fir2'. This changes include
 
8
    always returning vaues in a row (even when the smoothing window is a single
 
9
    column), the default values for grid_n and ramp_n, and returning an error
 
10
    when invalid values are used (instead of silently adjusting them).
 
11
 
 
12
 ** Fixed failing tests for the following functions:
 
13
 
 
14
      fir1      pei_tseng_notch     residued
 
15
 
 
16
 ** The function `rceps' was fixed to work correctly with odd-length inputs.
 
17
 
 
18
 ** Bugfix in `xcorr2' introduced in 1.1.2 that would not accept "none" as
 
19
    scale option.
 
20
 
 
21
 ** `xcorr2' scaling option "coeff" was changed to return the normalized
 
22
    cross-correlation.
 
23
 
 
24
 ** The following functions are new:
 
25
 
 
26
      movingrms     schtrig     clustersegment
 
27
 
 
28
 ** signal is no longer dependent on the image package.
 
29
 
 
30
 ** signal is now dependent on the general package.
 
31
 
 
32
===============================================================================
 
33
signal-1.1.3   Release Date: 2012-05-12   Release Manager: Carnë Draug
 
34
===============================================================================
 
35
 
 
36
 ** signal is no longer dependent on the audio package.
 
37
 
 
38
 ** signal is now dependent on the image package.
 
39
 
 
40
 ** The function `marcumq' was imported from the communications package and has
 
41
    been completely rewritten to improve performance and fix computational
 
42
    errors.
 
43
 
 
44
 ** Package is no longer automatically loaded.
 
45
 
 
46
 ** The functions `__ellip_ws' and `__ellip_ws_min' have been removed (they
 
47
    are now subfunctions of `ncauer'.
 
48
 
 
49
 ** The function `blackmanharris' was fixed to have even symmetry.
 
50
 
 
51
===============================================================================
 
52
signal-1.1.2   Release Date: 2012-01-06   Release Manager: Lukas Reichlin
 
53
===============================================================================
 
54
 
 
55
 * Added the following filter conversion functions:
 
56
    ss2tf
 
57
    ss2zp
 
58
    tf2ss
 
59
    tf2zp
 
60
    zp2ss
 
61
    zp2tf
 
62
 
 
63
===============================================================================
 
64
signal-1.1.1   Release Date: 2011-11-06   Release Manager: Juan Pablo Carbajal
 
65
===============================================================================
 
66
 
 
67
 * Following function now show help text correctly instead of copyright notice:
 
68
    downsample
 
69
    dst
 
70
    flattopwin
 
71
    fwhm
 
72
    idst
 
73
    square
 
74
    upsample
 
75
 * Apply pathc by Paul Dreik to cl2bp_lib.h.
 
76
 
 
77
===============================================================================
 
78
signal-1.1.0   Release Date: 2011-11-04   Release Manager: Juan Pablo Carbajal
 
79
===============================================================================
 
80
 
 
81
* Minor bug fixes in:
 
82
 blackmannuttall.m
 
83
 xcorr.m
 
84
 filtfilt.m
 
85
 invfreq.m
 
86
 invfreqs.m
 
87
 resample.m
 
88
 
 
89
* New functions added:
 
90
 data2fun.m
 
91
 impinvar.m
 
92
 invimpinvar.m
 
93
 sigmoid_train.m
 
94
 pei_tseng_notch.m
 
95
 iirlp2mb.m
 
96
 
 
97
* Not implemented functions removed from the documentation.
 
98
* All demos are now working!