Skip to content

Commit 988474d

Browse files
committed
[minor] Update doc
1 parent c7f202a commit 988474d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

commpy/channelcoding/convcode.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,10 @@ class Trellis:
3232
memory : 1D ndarray of ints
3333
Number of memory elements per input of the convolutional encoder.
3434
g_matrix : 2D ndarray of ints (decimal representation)
35-
Generator matrix G(D) of the convolutional encoder. Each element of
36-
G(D) represents a polynomial with a MSB first convention (ie, 1+D^2+D^3 <-> 1101 <-> 13 or 0o15).
35+
Generator matrix G(D) of the convolutional encoder. Each element of G(D) represents a polynomial.
3736
Coef [i,j] is the influence of input i on output j.
3837
feedback : 2D ndarray of ints (decimal representation), optional
39-
Feedback matrix F(D) of the convolutional encoder. Each element of
40-
F(D) represents a polynomial.
38+
Feedback matrix F(D) of the convolutional encoder. Each element of F(D) represents a polynomial.
4139
Coef [i,j] is the feedback influence of input i on input j.
4240
*Default* implies no feedback.
4341

0 commit comments

Comments
 (0)