libdspl-2.0/bin/gnuplot/filter_iir.plt

22 wiersze
308 B
Gnuplot

unset key
set grid
set xlabel "n"
set terminal plotterm size 820, 340 enhanced font 'Verdana,8'
#set output 'img/filter_iir_test.png'
set ylabel "s(n)"
set yrange [-3:3]
set multiplot layout 2,1 rowsfirst
plot 'dat/s.txt' with lines
set ylabel "s_f(n)"
plot 'dat/sf.txt' with lines
unset multiplot