improve BDS 50 and 60 inference

This commit is contained in:
Junzi Sun
2020-08-05 18:38:12 +02:00
parent 1f15a953e3
commit 93fc536926
5 changed files with 30 additions and 12 deletions

View File

@@ -46,7 +46,7 @@ def bds_info(BDS, m):
)
else:
info = None
info = []
return info
@@ -87,5 +87,5 @@ def commb_decode_all(df, n=None):
if __name__ == "__main__":
commb_decode_all(df=20, n=100)
commb_decode_all(df=21, n=100)
commb_decode_all(df=20, n=500)
commb_decode_all(df=21, n=500)