summaryrefslogtreecommitdiff
path: root/sampling_alg_lac2020/midi_tests/test_and_plot.sh
blob: 2c9ac32782433c5de06d596397ffd28fe8315b09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# new
# ./run_tests.sh rise_0_127_8.mid new sweep_new_output.txt
./plot_histogram.py sweep_new_output.txt sweep_new.pdf

# ./run_tests.sh 16_1016.mid new 16_new_output.txt
./plot_histogram.py 16_new_output.txt 16_new.pdf

# ./run_tests.sh 48_1016.mid new 48_new_output.txt
./plot_histogram.py 48_new_output.txt 48_new.pdf

# ./run_tests.sh 80_1016.mid new 80_new_output.txt
./plot_histogram.py 80_new_output.txt 80_new.pdf

# ./run_tests.sh 112_1016.mid new 112_new_output.txt
./plot_histogram.py 112_new_output.txt 112_new.pdf


# old
# ./run_tests.sh rise_0_127_8.mid old sweep_old_output.txt
./plot_histogram.py sweep_old_output.txt sweep_old.pdf

# ./run_tests.sh 16_1016.mid old 16_old_output.txt
./plot_histogram.py 16_old_output.txt 16_old.pdf

# ./run_tests.sh 48_1016.mid old 48_old_output.txt
./plot_histogram.py 48_old_output.txt 48_old.pdf

# ./run_tests.sh 80_1016.mid old 80_old_output.txt
./plot_histogram.py 80_old_output.txt 80_old.pdf

# ./run_tests.sh 112_1016.mid old 112_old_output.txt
./plot_histogram.py 112_old_output.txt 112_old.pdf