home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 9 / CD_ASCQ_09_1193.iso / maj / 2199 / examples.exe / RFTEST.PLT < prev    next >
Text File  |  1993-08-21  |  559b  |  32 lines

  1. [ rftest.plt
  2.  
  3. paper size 11 8.5
  4. noborder
  5. map x 0 500 y -120, -60
  6. divi x 5,5  y 6,5
  7. format x 0 y 0
  8. data "rftest.dat" autox
  9. draw x y
  10. xlabel 'distance from transmitter (m)'
  11. ylabel 'receiver signal strength (dbm)'
  12. legend at 4.15 2.6 offset 1.5
  13. color 2 pen 1 'receiver 1'
  14. color 3 pen 5 'receiver 2'
  15. color 4 pen 3 'receiver 3'
  16. end
  17. mask off
  18. frame
  19. char size 0.2 slant 10
  20. title 'RECEIVER SIGNAL STRENGTH TEST'
  21. color 2
  22. plot x y con
  23. colu 3 is y
  24. color 3
  25. pen style 5
  26. plot x y con
  27. colu 4 is y
  28. color 4
  29. pen style 3
  30. plot x y con
  31. char size 0.13
  32.