Select Git revision
mbtrack2.doctree
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
fft.plt 908 B
ps = 0; eps = 0;
if (!ps) set terminal x11;
if (ps && !eps) set terminal postscript enhanced color solid;
if (ps && eps) set terminal postscript eps enhanced color solid;
set grid;
if (ps) set output "fft_1.ps"
set title "FFT of J_x";
set xlabel "{/Symbol n}_x";
set ylabel "A_x";
plot "track.out.fft" using 1:2 notitle with impulses 2;
if (!ps) pause -1;
if (ps) set output "fft_2.ps"
set title "FFT of J_y";
set xlabel "{/Symbol n}_y";
set ylabel "A_y";
plot "track.out.fft" using 1:4 notitle with impulses 2;
if (!ps) pause -1;
if (ps) set output "fft_3.ps"
set title "FFT of {/Symbol p}_y";
set xlabel "{/Symbol n}_x";
set ylabel "A_x";
plot "track.out.fft" using 1:3 notitle with impulses 2;
if (!ps) pause -1;
if (ps) set output "fft_3.ps"
set title "FFT of {/Symbol p}_y";
set xlabel "{/Symbol n}_y";
set ylabel "A_y";
plot "track.out.fft" using 1:5 notitle with impulses 2;
if (!ps) pause -1;