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 85140c856f..a4ecb1f0ff 100644 --- a/gr-fec/python/fec/polar/helper_functions.py +++ b/gr-fec/python/fec/polar/helper_functions.py @@ -30,7 +30,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!" |