Workshops/Workshops/RadarSystems2009/RadarSystems2009/openradar workshop tutorial multistatic radar

Multistatic Radar Tutorial

In this tutorial we will collect FM radio signals at two sites and process them as passive radar signals. We will use a single antenna each site and two frequencies per antenna.

The data collection will obtain a reference signal using the Haystack ISIS node (007) and the remote signals using Siena (004). This data will be processed to look for meteor trails. The transmitter used for this analysis will be a 100 kW local FM station (89.7 MHz ; WGBH) and a 50 kW Providence Rhode Island station (94.1 MHz ; WHJY). Siena has a near backscatter geometry for distant ranges. Siena will collect data using the North antenna.

Steps :

  1. Login to your Linux tutorial workstation using the guest account and the provided password.

  2. Open a bash shell terminal window by clicking the Multistatic Radar Tutorial icon on the desktop.

  3. In the terminal window, change directory to the multistatic_radar/group# directory. It is important to use a separate directory from the other groups. That way there will not be a conflict in processing the data.

    • [guest@circe ~]$ cd multistatic_radar_tutorial/
      [guest@circe multistatic_radar_tutorial]$     
          
  4. Determine the data acquisition time for the data set. Choose a time in coordination with the other groups. The data collection will last 10 minutes.

  5. Issue the following data collection command. These command uses a python scripts which communicate with the remote servers via XMLRPC. A configuration file name is provided for each data collection. A UTC time is provided as well as a URI that points at the remote isis system digital receiver daq_service script. The data collection will be for a duration of 120 seconds. The example below only uses 60 seconds of data (so I didn't have to wait too long...!).

    • [guest@circe multistatic_radar_tutorial]$ python /usr/local/midas/bin/daq_remote_collect.py -c workshop_tutorial_2a.ini -t "2009-05-26 01:03:00 UTC" -d 60 -u http://snc-isis004.siena.edu/isis-rx40/cgi-bin/daq_service -u http://hay-isis007/isis-rx70/cgi-bin/daq_service
      
      Collect data http://snc-isis004.siena.edu/isis-rx40/cgi-bin/daq_service at 2009-05-26 01:03:00 UTC for 60 seconds.
      
      Success for http://snc-isis004.siena.edu/isis-rx40/cgi-bin/daq_service at time 2009-05-26 01:03:00 UTC (1243299780)
      
      
      Collect data http://hay-isis007/isis-rx70/cgi-bin/daq_service at 2009-05-26 01:03:00 UTC for 60 seconds.
      
      Success for http://hay-isis007/isis-rx70/cgi-bin/daq_service at time 2009-05-26 01:03:00 UTC (1243299780)
      
          
  6. Now it is necessary to transfer the data from the remote sites, first download the reference waveforms :

    • [guest@circe multistatic_radar_tutorial]$ wget http://hay-isis007/isis-rx70/isis/2009-05-26/ecdr_chip02_chan00@1243299780.bin               
      --21:04:25--  http://hay-isis007/isis-rx70/isis/2009-05-26/ecdr_chip02_chan00@1243299780.bin
      Resolving hay-isis007... 192.52.65.191
      Connecting to hay-isis007|192.52.65.191|:80... connected.
      HTTP request sent, awaiting response... 200 OK
      Length: 36175872 (34M) [application/octet-stream]
      Saving to: `ecdr_chip02_chan00@1243299780.bin'
      
      100%[====================================================================================================================>] 36,175,872  11.1M/s   in 3.1s   
      
      21:04:28 (11.1 MB/s) - `ecdr_chip02_chan00@1243299780.bin' saved [36175872/36175872]
      
         
    • [guest@circe multistatic_radar_tutorial]$ wget http://hay-isis007/isis-rx70/isis/2009-05-26/ecdr_chip02_chan01@1243299780.bin
      --21:04:31--  http://hay-isis007/isis-rx70/isis/2009-05-26/ecdr_chip02_chan01@1243299780.bin
      Resolving hay-isis007... 192.52.65.191
      Connecting to hay-isis007|192.52.65.191|:80... connected.
      HTTP request sent, awaiting response... 200 OK
      Length: 36175872 (34M) [application/octet-stream]
      Saving to: `ecdr_chip02_chan01@1243299780.bin'
      
      100%[====================================================================================================================>] 36,175,872  11.1M/s   in 3.1s   
      
      21:04:34 (11.1 MB/s) - `ecdr_chip02_chan01@1243299780.bin' saved [36175872/36175872]
      
         
  7. Now move them to the reference directory :

    • 
      [guest@circe multistatic_radar_tutorial]$ mv *.bin x/
      
         
  8. Next download the remote waveforms :

    • 21:05:05 (3.28 MB/s) - `ecdr_chip01_chan01@1243299780.bin' saved [36175872/36175872]
      
      [guest@circe multistatic_radar_tutorial]$ wget http://snc-isis004.siena.edu/isis-rx40/isis/2009-05-26/ecdr_chip01_chan00@1243299780.bin
      --21:07:06--  http://snc-isis004.siena.edu/isis-rx40/isis/2009-05-26/ecdr_chip01_chan00@1243299780.bin
      Resolving snc-isis004.siena.edu... 66.194.178.64
      Connecting to snc-isis004.siena.edu|66.194.178.64|:80... connected.
      HTTP request sent, awaiting response... 200 OK
      Length: 36175872 (34M) [application/octet-stream]
      Saving to: `ecdr_chip01_chan00@1243299780.bin'
      
      100%[====================================================================================================================>] 36,175,872  3.37M/s   in 10s    
      
      21:07:16 (3.29 MB/s) - `ecdr_chip01_chan00@1243299780.bin' saved [36175872/36175872]
      
      
         
      [guest@circe multistatic_radar_tutorial]$ wget http://snc-isis004.siena.edu/isis-rx40/isis/2009-05-26/ecdr_chip01_chan01@1243299780.bin
      --21:04:54--  http://snc-isis004.siena.edu/isis-rx40/isis/2009-05-26/ecdr_chip01_chan01@1243299780.bin
      Resolving snc-isis004.siena.edu... 66.194.178.64
      Connecting to snc-isis004.siena.edu|66.194.178.64|:80... connected.
      HTTP request sent, awaiting response... 200 OK
      Length: 36175872 (34M) [application/octet-stream]
      Saving to: `ecdr_chip01_chan01@1243299780.bin'
      
      100%[====================================================================================================================>] 36,175,872  3.35M/s   in 11s    
      
      21:05:05 (3.28 MB/s) - `ecdr_chip01_chan01@1243299780.bin' saved [36175872/36175872]
      
         
  9. And move them to the remote directory :

    • [guest@circe multistatic_radar_tutorial]$ mv *.bin y/
         

10. Once the data has successfully downloaded we can process it using the appropriate correlator :

11. We can also process the self ambiguity of the reference waveform. This is useful for understanding the quality of the signal for resolving targets :

12. The output correlation result files have now been produced. Process them using the plotting software to make png plots :

13. Now convert the resulting plots to animated gif files :

14. Rejoin the group. We can now copy the results to a common location and display the resulting images. We will see and discuss the resulting data.

last edited 2009-05-28 16:47:11 by FrankLind