6.3 Making labeles for frame plot

from the net. Using Times font family is the idea.

data = Table[{x, Random[Real, {0, x}]}, {x, 0, 10}]; 
ListPlot[data, Frame -> True, 
   PlotStyle -> {FontFamily -> "Times"}, 
   PlotLabel -> "64Cycles in FIFO", 
   FrameLabel -> {"S/N dB", "RMS error mm"}]