You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
178 B

load('pink.mat');
figure;
loglog(f, psdavg, 'k', f, S, 'k--')
xlabel('Frequency / Hz');
axis([0.05 10 5e-5 1])
set(gca,'XTickLabel', ['0.1'; ' 1 '; '10 '])
print('pinkfreq.eps')