Fixed error in filename

This commit is contained in:
Andreas Tsouchlos 2022-11-15 16:09:06 +01:00
parent 081c4a5288
commit 524b57f41c
3 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ def main():
# 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.5565.alist")
H = codes.read_alist_file("res/816.1A4.843.alist")
H = codes.read_alist_file("res/816.1A4.845.alist")
k = 272
n = 816
@ -59,7 +59,7 @@ def main():
df["BER_prox_0_05"] = BERs[1]
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()