libdspl-2.0/test/bin/gnuplot/cheby1_ap_test.plt

43 wiersze
992 B
Gnuplot
Czysty Zwykły widok Historia

2018-04-03 20:15:14 +00:00
set logscale x
unset key
set grid
set xlabel "frequency, rad/s"
2018-04-07 12:17:30 +00:00
set lmargin at screen 0.10
set terminal wxt 0 size 460,320 enhanced font 'Verdana,8' position 0,0
2018-04-03 20:15:14 +00:00
set ylabel "Chebyshev type 1 filter magnitude, dB"
set yrange [-100:5]
plot 'dat/cheby1_ap_test_mag.txt' with lines
2018-04-07 12:17:30 +00:00
set terminal pngcairo size 560,420 enhanced font 'Verdana,8'
set output 'img/cheby1_ap_test_mag.png'
replot
2018-04-07 12:17:30 +00:00
set terminal wxt 1 size 460,320 enhanced font 'Verdana,8' position 460, 0
2018-04-07 12:17:30 +00:00
set ylabel "Chebyshev type 1 filter phase response, rad"
unset yrange
plot 'dat/cheby1_ap_test_phi.txt' with lines
set terminal pngcairo size 560,420 enhanced font 'Verdana,8'
set output 'img/cheby1_ap_test_phi.png'
replot
2018-04-07 12:17:30 +00:00
set terminal wxt 2 size 460,320 enhanced font 'Verdana,8' position 920, 0
2018-04-07 12:17:30 +00:00
set ylabel "Chebyshev type 1 filter groupdelay, sec"
unset yrange
plot 'dat/cheby1_ap_test_tau.txt' with lines
set terminal pngcairo size 560,420 enhanced font 'Verdana,8'
set output 'img/cheby1_ap_test_tau.png'
replot