Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
drowe67 committed Dec 22, 2024
1 parent 22af4f0 commit 7096797
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions asr_test_top.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ rm -f ${controls_file}
./asr_test.sh 4kHz -n $n --results ${controls_file}
./asr_test.sh ssb -n $n --results ${controls_file}
./asr_test.sh rade -n $n --results ${controls_file}
# strip off all but last column for Octave plotting
cat ${controls_file} | awk '{print $NF}' > ${results_file}_c.txt

ssb ${results_file}_awgn_ssb.txt "-100 -38 -35 -32 -29 -26 -23 -20 -17"
rade ${results_file}_awgn_rade.txt "100 15 10 5 2.5 0 -2.5"
Expand Down
1 change: 0 additions & 1 deletion radae_plots.m
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,6 @@ function plot_wer(prefix_fn, png_fn="", epslatex="")
hold off;
axis([xmin,xmax,0,40]); grid; ylabel('WER \%'); xlabel("SNR3k (dB)");


if length(png_fn)
print("-dpng",png_fn,"-S800,600");
end
Expand Down

0 comments on commit 7096797

Please sign in to comment.