phased-array-radar
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Phased Array Radar
phased-array-radar
==================

Phased Array Radar

This repository was created to provide python enabled code to read data from MIT's [BUILD A SMALL PHASED ARRAY RADAR SENSOR.](http://web.mit.edu/professional/short-programs/courses/phased_array_radar_sensor.html)

Requires:

+ [SciPy](http://www.scipy.org/)
+ [NumPy](http://numpy.scipy.org/)
+ [pySerial](http://pyserial.sourceforge.net/)
+ [matplotlib](http://matplotlib.sourceforge.net/)

I recommend using the free downloadable python distribution by [Enthough](http://www.enthought.com/)

Usage
-----

In a terminal type the following in a terminal window:
	
	Usage: phased_array.py [options]

	Options:
  	-h, --help            show this help message and exit
  	-f FILE, --file=FILE  binary file to read from
  	-p PORT, --port=PORT  serial port to read from
  	-r FILENAME, --record=FILENAME
        	              file to write data to
  	--mti                 Turn on two pulse cancelor
  	--raw                 plot raw data
  	--raw-mti             plot raw data with two-pulse cancel
  	--rti-avg             plot RTI averaged across channels
  	--rti-max             plot RTI using max over angle bins in range-angle space
  	--range-angle         plot the range-angle data

This code is untested in Windows and Linux.

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。