Figures 1-3 can be generated by executing the .gnuplot file found in each subfolder.
This produces a LaTeX file which can be compiled to final figure with command "pdflatex output.pdf".
Recommended version of gnuplot is >= 5.0.

The .bytes files can be imported into matlab with commands
	file = fopen('.bytes', 'r')
	a = fread(file, [2 5001], 'float64')
	fclose(file)
Here the number 5001 should be replaced by actual number of datapoints.

Panels in Fig 4. can be generated by executing .m files in fig4 folder with matlab.
