plot_5_25_abc.m
上传用户:kendun0711
上传日期:2007-06-03
资源大小:32k
文件大小:0k
源码类别:

技术管理

开发平台:

Matlab

  1. % remake figure 5.25a
  2. figure
  3. plot_mvdr('run1'); hold on
  4. plot_mvdr('run2');
  5. plot_mvdr('run3');
  6. hold off
  7. title('figure 5.25a')
  8. print -dps 5_25a
  9. % remake figure 5.25b
  10. figure
  11. plot_mvdr('run4'); hold on
  12. plot_mvdr('run5');
  13. plot_mvdr('run6');
  14. hold off
  15. title('figure 5.25b')
  16. print -dps 5_25b
  17. % remake figure 5.25c
  18. figure
  19. plot_mvdr('run7'); hold on
  20. plot_mvdr('run8');
  21. plot_mvdr('run9');
  22. hold off
  23. title('figure 5.25c')
  24. print -dps 5_25c