We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d02523 commit 4c6cb93Copy full SHA for 4c6cb93
1 file changed
commpy/channels.py
@@ -66,15 +66,15 @@ def bsc(input_bits, p_t):
66
Binary Symmetric Channel.
67
68
Parameters
69
- __________
+ ----------
70
input_bits : 1D ndarray containing {0, 1}
71
Input arrary of bits to the channel.
72
73
p_t : float in [0, 1]
74
Transition/Error probability of the channel.
75
76
Returns
77
- _______
+ -------
78
output_bits : 1D ndarray containing {0, 1}
79
Output bits from the channel.
80
"""
0 commit comments