% fig1 % Figure 1 of "Cancellation model of pitch perception" (JASA 97) global sr; sr = 10000; D = 0.0075; y = synth_complex1; x = abscissa(D) * 1000; plot(x, y(1:size(x, 2))); set(get(gca, 'XLabel'), 'String', 'time (ms)'); set(get(gca, 'title'), 'String', '"Cancellation model of pitch perception" - Fig. 1');