fig6_8.m
上传用户:szahd2008
上传日期:2020-09-25
资源大小:1275k
文件大小:0k
源码类别:

传真(Fax)编程

开发平台:

Matlab

  1. % Use this program to reproduce Fig. 6.8 of text
  2. close all
  3. clear all
  4. taup =0.2;
  5. pri=1;
  6. n=5;
  7. x = train_ambg (taup, n, pri);
  8. figure(1)
  9. mesh(x)
  10. xlabel ('Delay - seconds')
  11. ylabel ('Doppler - Hz')
  12. zlabel ('Ambiguity function')
  13. figure(2)
  14. contour(x);
  15. xlabel ('Delay - seconds')
  16. ylabel ('Doppler - Hz')