Skip to content

Commit 1f8e9c6

Browse files
committed
[minor] Doc update
1 parent ae20952 commit 1f8e9c6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

commpy/channelcoding/ldpc.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,11 @@ def triang_ldpc_systematic_encode(message_bits, ldpc_code_params, pad=True):
356356
Whether to add '0' padding to the message to fit the block length.
357357
*Default* is True.
358358
359+
Returns
360+
-------
361+
coded_message : 1D-ndarray or 2D-ndarray depending on the number of blocks
362+
Coded message with the systematic part at the beginning.
363+
359364
Raises
360365
------
361366
ValueError

0 commit comments

Comments
 (0)