Added baseband and passband simulations. Passband is buggy.
[4yp.git] / formatFigure.m
1 if ~isOctave()
2   set(gcf, 'defaultTextInterpreter', 'Latex');
3   set(gcf, 'defaultLegendInterpreter', 'Latex');
4   set(gca, 'TickLabelInterpreter', 'Latex');
5 end
6 set(gca, 'FontSize', 14);
7 leg = findobj(gcf, 'Type', 'Legend');
8 set(leg, 'FontSize', 14);