Skip to content

Commit

Permalink
sandbox/spc2216: fixing legend
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaeddert committed Feb 17, 2024
1 parent 3b92e75 commit e59049d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sandbox/fec_spc2216_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ int main(int argc, char*argv[])
fprintf(fid," EbN0dB, bit_errors_hard / num_bit_trials + 1e-12, '-x',\n");
fprintf(fid," EbN0dB, bit_errors_soft / num_bit_trials + 1e-12, '-x');\n");
fprintf(fid,"axis([%f (%f-10*log10(r)) 1e-6 1]);\n", SNRdB_min, SNRdB_max);
fprintf(fid,"legend('uncoded','hard','soft',1);\n");
fprintf(fid,"legend('uncoded','hard','soft');\n");
fprintf(fid,"xlabel('E_b/N_0 [dB]');\n");
fprintf(fid,"ylabel('Bit Error Rate');\n");
fprintf(fid,"title('BER vs. E_b/N_0 for SPC(22,16)');\n");
Expand Down

0 comments on commit e59049d

Please sign in to comment.