Subversion Repositories svnkaklik

Rev

Rev 723 | Blame | Compare with Previous | Last modification | View Log | Download

set terminal png
set output "grafphase.png"
#set xrange [0:10000]
#set yrange [0:2]
set key bottom
set logscale x
set xlabel "Frequency [Hz]"
set ylabel "Phase [°]"
plot "hodnoty.txt" using 1:4 with line title "Phase"
set output "grafamp.png"
set key bottom
set logscale x
set logscale y
set yrange [0.01:0.1]
set xlabel "Frequency [Hz]"
set ylabel "Amplitude [-]"
plot "hodnoty.txt" using 1:($3/$2) with line title "Amplitude"