This commit is contained in:
2026-04-28 09:05:53 +09:00
parent 8293895d53
commit 84dd4b6fc8
6 changed files with 659 additions and 245 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ set grid ytics,mytics ls 92, ls 93
set key left top
set log x
set xrange [1e2:1.5e5]
set xrange [1e2:1.2e6]
set multiplot layout 2,1 rowsfirst
@@ -27,7 +27,7 @@ set format x ""
plot "exp1-data-unadjusted.txt" u 1:2 title "Unadjusted" with points pt '*', "exp1-data-adjusted.txt" u 1:2 title "Adjusted" with points pt 'x'
unset key
set xtics add ("1k" 1e3, "3k" 3e3, "10k" 1e4, "30k" 3e4, "100k" 1e5)
set xtics add ("1k" 1e3, "3k" 3e3, "10k" 1e4, "30k" 3e4, "100k" 1e5, "300k" 3e5, "1M" 1e6)
set xlabel "Frequency (Hz)"
set ylabel "Phase (deg)"