www.pudn.com > adaptivefiltering.rar > plot_11_5_abc.m
% This script assumes that the script batch.m in this directory
% has been run and thus generated the files run(1-9).mat
% make figure 11.5a
figure
plot_mvdr('run1');
hold on
plot_mvdr('run2');
plot_mvdr('run3');
hold off
title('figure 11.5a');
print -dpsc 11_5a
% make figure 11.5b
figure
plot_mvdr('run4');
hold on
plot_mvdr('run5');
plot_mvdr('run6');
hold off
title('figure 11.5b');
print -dpsc 11_5b
% make figure 11.5c
figure
plot_mvdr('run7');
hold on
plot_mvdr('run8');
plot_mvdr('run9');
hold off
title('figure 11.5c');
print -dpsc 11_5c