diff options
Diffstat (limited to 'gr-fec/python/fec/polar/helper_functions.py')
-rw-r--r-- | gr-fec/python/fec/polar/helper_functions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-fec/python/fec/polar/helper_functions.py b/gr-fec/python/fec/polar/helper_functions.py index 6ea30c799..147023a59 100644 --- a/gr-fec/python/fec/polar/helper_functions.py +++ b/gr-fec/python/fec/polar/helper_functions.py @@ -34,7 +34,7 @@ def bsc_channel(p): W(0|0) = W(1|1) and W(1|0) = W(0|1) this function returns a prob's vector for a BSC - p denotes an erroneous transistion + p denotes an erroneous transition ''' if not (p >= 0.0 and p <= 1.0): print("given p is out of range!") |