summaryrefslogtreecommitdiff
path: root/NEWS
blob: aaa9f51028597ce1e52354b9293aa7c2240febd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
Summary of important user-visible changes for communications (next release):
------------------------------------------------------------------

Summary of important user-visible changes for communications 1.2.6:
------------------------------------------------------------------

** Replaced operators deprecated as of Octave 7.

Summary of important user-visible changes for communications 1.2.5:
------------------------------------------------------------------

 ** The following functions are new:
 
      ssbmod  ssbdemod

 ** The following functions have improved Matlab compatibility and tests:
      pskmod
      qammod

Summary of important user-visible changes for communications 1.2.4:
------------------------------------------------------------------

 ** The communications package is now compatible with Octave 7 (bug #61566).

Summary of important user-visible changes for communications 1.2.3:
------------------------------------------------------------------

 ** The following functions are new:

      berconfint   bin2gray   finddelay   rcosfir
 
 ** The function `poly2trellis' now supports feedback connections.

 ** Fixed a bug in 'de2bi' that gave an error when only specifying 
    input decimal and MSB direction, and also improved Matlab 
	  compatibility of input option handling.

Summary of important user-visible changes for communications 1.2.2:
------------------------------------------------------------------

 ** The communications package is now compatible with Octave 4.4 and 5.

Summary of important user-visible changes for communications 1.2.1:
------------------------------------------------------------------

 ** The communications package is now compatible with Octave 4.0.0.

Summary of important user-visible changes for communications 1.2.0:
------------------------------------------------------------------

 ** The following functions are new:

      dpcmdeco   istrellis
      dpcmenco   poly2trellis
      dpcmopt

 ** The function `convenc' has been completely rewritten to be compatible
    with Matlab.

 ** The plotting functions `eyediagram' and `scatterplot' have improved
    Matlab compatibility.

 ** Fixed a bug in `egolaydec' which gave an error when there were more
    than the three allowed erroneous bits, rather than setting the
    error flag.

 ** Fixed a bug in `oct2dec' to handle large numbers properly.

 ** Fixed a bug in `quantiz' which gave incorrect results when the lookup
    table has one element.

Summary of important user-visible changes for communications 1.1.1:
------------------------------------------------------------------

 ** The function `marcumq' has been moved to the signal package

 ** communications is no longer dependent on the image package

 ** The following functions are new:

      convenc

 ** The following functions have improved Matlab compatibility and tests:
      bi2de
      de2bi
      oct2dec

 ** The function `reedmullerdec' had a bug fix introduced on the
    previous release

 ** The function `huffmandeco' has been rewritten and made more
    efficient and should perform faster

 ** Fixed bug in `glu' which made it unusable

 ** Use of deprecated functions has been removed

 ** Package is no longer automatically loaded.