Rev 589 | Blame | Compare with Previous | Last modification | View Log | Download
set terminal postscriptset samples 2000set key offset xlabel "time [s]"set ylabel "amplitude [1]"s=1913#d=0.1a=500o=14fi=piset output "pohl0.ps"f(x)=a*exp(-d*x)*sin(o*x+fi)+sfit f(x) "pohl0.txt" using 2:3 via a, d, o,fi ,splot f(x)set output "pohl200.ps"f(x)=a*exp(-d*x)*sin(o*x+fi)+sfit f(x) "pohl200.txt" using 2:3 via a, d, o,fi ,splot f(x)set output "pohl400.ps"f(x)=a*exp(-d*x)*sin(o*x+fi)+sfit f(x) "pohl400.txt" using 2:3 via a, d, o,fi ,splot f(x)set output "pohl500.ps"f(x)=a*exp(-d*x)*sin(o*x+fi)+sfit f(x) "pohl500.txt" using 2:3 via a, d, o,fi ,splot f(x)set output "pohl600.ps"f(x)=a*exp(-d*x)*sin(o*x+fi)+sfit f(x) "pohl600.txt" using 2:3 via a, d, o,fi ,splot f(x)set output "pohl700.ps"f(x)=a*exp(-d*x)*sin(o*x+fi)+sfit f(x) "pohl700.txt" using 2:3 via a, d, o,fi ,splot f(x)!ps2pdf pohl0.ps!ps2pdf pohl200.ps!ps2pdf pohl400.ps!ps2pdf pohl500.ps!ps2pdf pohl600.ps!ps2pdf pohl700.ps