Fixed error in filename
This commit is contained in:
parent
081c4a5288
commit
524b57f41c
@ -42,7 +42,7 @@ def main():
|
|||||||
# H = codes.read_alist_file("res/PEGReg252x504.alist")
|
# H = codes.read_alist_file("res/PEGReg252x504.alist")
|
||||||
# H = codes.read_alist_file("res/999.111.3.5543.alist")
|
# H = codes.read_alist_file("res/999.111.3.5543.alist")
|
||||||
# H = codes.read_alist_file("res/999.111.3.5565.alist")
|
# H = codes.read_alist_file("res/999.111.3.5565.alist")
|
||||||
H = codes.read_alist_file("res/816.1A4.843.alist")
|
H = codes.read_alist_file("res/816.1A4.845.alist")
|
||||||
k = 272
|
k = 272
|
||||||
n = 816
|
n = 816
|
||||||
|
|
||||||
@ -59,7 +59,7 @@ def main():
|
|||||||
df["BER_prox_0_05"] = BERs[1]
|
df["BER_prox_0_05"] = BERs[1]
|
||||||
df["BER_prox_0_15"] = BERs[2]
|
df["BER_prox_0_15"] = BERs[2]
|
||||||
|
|
||||||
df.to_csv(f"sim_results/816.1A4.843.csv")
|
df.to_csv(f"sim_results/816.1A4.845.csv")
|
||||||
|
|
||||||
plot_results()
|
plot_results()
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user