Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Passive FM ionospheric radar reading and plotting utilities

License

Notifications You must be signed in to change notification settings

space-physics/passive-fm-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Passive FM ionospheric radar

Functions used with data from MIT Haystack Intercepted Signals for Ionospheric Science radar.

data available from http://atlas.haystack.mit.edu/isis/fermi/events/

Usage

  • PlotSCR plots Scatter to Clutter ratio of an HDF5 file.
  • FMbesselSidebands theoretical sideband relative amplitude

These scripts assume Matlab, but could be adapted to include GNU Octave as well.

Download passive FM radar data

  • Linux / Windows Subsystem for Linux: apt install wget
  • Mac: brew install wget

Example Download Commands

mkdir -p ~/data

wget --quota=10000m -r -np -nc -nH --cut-dirs=3 --random-wait --wait 0.5 --reject index.html* -e robots=off -P ~/data/ http://atlas.haystack.mit.edu/isis/fermi/events/2010-08-03/rx40rx51/

wget --quota=10000m -r -np -nc -nH --cut-dirs=3 --random-wait --wait 0.5 --reject index.html* -e robots=off -P ~/data/ http://atlas.haystack.mit.edu/isis/fermi/events/2010-08-13/rx40rx51/

wget --quota=10000m -r -np -nc -nH --cut-dirs=3 --random-wait --wait 0.5 --reject index.html* -e robots=off -P ~/data/ http://atlas.haystack.mit.edu/isis/fermi/events/2010-08-05/rx40rx51/

wget --quota=10000m -r -np -nc -nH --cut-dirs=3 --random-wait --wait 0.5 --reject index.html* -e robots=off -P ~/data/ http://atlas.haystack.mit.edu/isis/fermi/events/2010-08-04/rx40rx51/

References

  • Lind F., et al, “Intercepted Signals for Ionospheric Science”, Radio Science, vol. 48, pp. 248-264, June 2013. doi:10.1002/rds.20034, 2013
  • Sahr J. and Lind F., “The Manastash Ridge Radar: A passive bistatic radar for upper atmospheric radio science”, Radio Science, vol. 32, no. 6, pp. 2345-2358, Nov. 1997. doi: 10.1029/97RS02454
  • Sahr J. “Ionospheric Measurements”, Chap. 7 in, Advances in Bistatic Radar, SciTech Pub., 2007.
  • Meyer M., “Passive VHF Radar Interferometer Implementation, Observations, and Analysis”, M.S. thesis, Elect. Eng. Dept., Univ. of Washington, Seattle, WA, 2003. URL: www.if.ufrj.br/~marroqui/DRACON/tese/mgm-thesis.pdf
  • Lathi B. and Ding Z., Modern Digital and Analog Communication Systems. 4th Ed. Oxford Univ. Press, 2009.
  • Lyons R., Understanding Digital Signal Processing. 3rd Ed., Prentice Hall, 2010.
  • Carson, J., "Notes on the Theory of Modulation," Proc. IRE , vol.10, no.1, pp.57,64, Feb. 1922. doi: 10.1109/JRPROC.1922.219793
  • Tsao, T., et al, "Ambiguity function for a bistatic radar," Aerospace and Electronic Systems, IEEE Trans., vol.33, no.3, pp.1041-1051, July 1997. doi: 10.1109/7.599331
  • Howland, P., "Target tracking using television-based bistatic radar," Radar, Sonar and Navigation, IEEE Proc. , vol.146, no.3, pp.166-174, Jun 1999. doi: 10.1049/ip-rsn:19990322
  • Thidé, B., “Simulated Scattering of Large Amplitude Waves in the Ionosphere: Experimental Results”, Physica Scripta, vol.T30, pp. 170-180, 1990. doi:10.1088/0031-8949/1990/T30/023
  • Strømme, A., “Ionospheric and Magnetospheric studies with incoherent scatter radars”, EISCAT/SRI Int., EISCAT School, Qingdao China, 31 Oct 2006. URL: https://www.eiscat.se/groups/Documentation/CourseMaterials/2006Qingdao/Ionospere_China_Anja.pdf Retrieved 2 Dec 2013.

About

Passive FM ionospheric radar reading and plotting utilities

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Languages