File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments