Rev 605 | Blame | Last modification | View Log | Download
set terminal postscriptset samples 2000set key offset xlabel "Time [s]"set ylabel "Amplitude [mm]"f(x)=a*exp(-d*x)*sin((2*pi/T)*x+fi)+ss=950d=0.0002a=390T=496fi="-300"fit f(x) "poloha1A.txt" using 1:2:3 via a,d,T,fi,ss=950d=0.0002a=390T=496fi="-300"set output "poloha2.ps"fit f(x) "poloha2A.txt" using 1:2:3 via a,d,T,fi,splot "poloha2A.txt" using 1:2:3 with errorbars, f(x)#set output "poloha1.ps"#fit f(x) "poloha1B.txt" using 1:2:3 via a,d,T,fi,s#plot "poloha1B.txt" using 1:2:3 with errorbars, f(x)#plot "poloha1A.txt" using 1:2:3 with errorbars, "poloha2A.txt" using 1:2:3 with errorbars, "poloha1B.txt" using 1:2:3 with errorbars, f(x)#!ps2pdf poloha1.ps!ps2pdf poloha2.ps