summaryrefslogtreecommitdiff
path: root/gr-fec/python/fec/LDPC/Generate_LDPC_matrix.py
diff options
context:
space:
mode:
Diffstat (limited to 'gr-fec/python/fec/LDPC/Generate_LDPC_matrix.py')
-rw-r--r--gr-fec/python/fec/LDPC/Generate_LDPC_matrix.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-fec/python/fec/LDPC/Generate_LDPC_matrix.py b/gr-fec/python/fec/LDPC/Generate_LDPC_matrix.py
index 4e0c622e15..b745815d33 100644
--- a/gr-fec/python/fec/LDPC/Generate_LDPC_matrix.py
+++ b/gr-fec/python/fec/LDPC/Generate_LDPC_matrix.py
@@ -41,7 +41,7 @@ n = 200 # number of columns, corresponds to codeword length
p = 3 # column weight
q = 5 # row weight
-parity_check_matrix = LDPC_matrix(n_p_q = [n, p, q])
+parity_check_matrix = LDPC_matrix(n_p_q=[n, p, q])
# Richardson and Urbanke's preprocessing method requires a full rank
# matrix to start. The matrices generated by the