27
Linux, SETI, and Radio Astronomy Marcus Leech Radio Science Laboratories http://www.radio-science-labs.com Image appears courtesy NRAO/AUI

Linux, SETI, and Radio Astronomy Marcus Leech Radio Science Laboratories

  • Upload
    zuzana

  • View
    77

  • Download
    0

Embed Size (px)

DESCRIPTION

Linux, SETI, and Radio Astronomy Marcus Leech Radio Science Laboratories http://www.radio-science-labs.com. Image appears courtesy NRAO/AUI. What is Radio Astronomy?. Astronomy at wavelengths from a few mm to tens of meters - PowerPoint PPT Presentation

Citation preview

Page 1: Linux, SETI, and Radio Astronomy Marcus Leech Radio Science Laboratories

Linux, SETI, and Radio AstronomyMarcus Leech

Radio Science Laboratorieshttp://www.radio-science-labs.com

Image appears courtesy NRAO/AUI

Page 2: Linux, SETI, and Radio Astronomy Marcus Leech Radio Science Laboratories

What is Radio Astronomy?

Astronomy at wavelengths from a few mm to tens of meters

Visible light has wavelengths in the region of 500nm, that is, 5.0x10-7 meters

From a physics standpoint, there's no difference between visible light, and microwave/radio-wave “light”.

Living things have receptors for only a tiny part of the EM spectrum

Page 3: Linux, SETI, and Radio Astronomy Marcus Leech Radio Science Laboratories

Optical vs Radio Astronomy Ability to resolve fine detail highly dependent on

wavelength A 10cm optical telescope can resolve details that

would require a radio telescope over 42km in diameter at 21cm wavelength!

Sensitivity, however, is proportional to collecting area of the reflector, regardless of wavelength Both use parabolic reflectors Both must have a surface that is within 1/10th of

wavelength of perfect for maximum efficiency.

Page 4: Linux, SETI, and Radio Astronomy Marcus Leech Radio Science Laboratories

History of Radio Astronomy

Like much in science, it was discovered accidentally

Karl Jansky, 1933, working on sources of static on international radio-telephone circuits at wavelengths of 10-20M.

Discovered that static rose and fell with a period of 23 hours, 56 minutes. Must be of celestial origin

Page 5: Linux, SETI, and Radio Astronomy Marcus Leech Radio Science Laboratories

The Genesis of Radio Astronomy Science Jansky was re-assigned to other projects after his

work on radio-telephone “hiss”. Several years went by with nobody understanding

the significance of his discovery Grote Reber picked up on Janskys work in 1937,

building a 30ft dish in his back yard. Eventually mapped entire Milky Way emission at

160Mhz (1.8M wavelength) Published in Astrophysical Journal in 1944

Radio Astronomy now taken seriously

Page 6: Linux, SETI, and Radio Astronomy Marcus Leech Radio Science Laboratories

Grote Rebers Dish Now preserved as historical artefact at NRAO, Green Bank, West Virginia

Page 7: Linux, SETI, and Radio Astronomy Marcus Leech Radio Science Laboratories

Radio Astronomy Today Radio Astronomy at the cutting-edge of

astrophysical research Roughly 70% of what we know today about the universe

and its dynamics is due to radio astronomy observations, rather than optical observations

Big projects all over the world VLA, New Mexico Arecibo, Puerto Rico GBT, Green Bank, West Virginia Westerbork, Jodrell Bank, ALMA, Hat Creek, SKA, etc

Scientists named the basic flux unit after Karl Jansky 1 Jansky == 10-26 watts/hz/meter2

Page 8: Linux, SETI, and Radio Astronomy Marcus Leech Radio Science Laboratories

SETI

Drake equation:

N = R* x Fp * Ne x Fl x Fi x Fc x L N number of potential ET civilizations R* rate of star formation Fraction of stellar systems with planets Ne fraction planets that can support life Fl fraction that actually produce life Fi Fraction that develop intelligent life Fc fraction that develop detectable technologies (radio, etc) L length of time such civilizations emit (lifetime)

Page 9: Linux, SETI, and Radio Astronomy Marcus Leech Radio Science Laboratories

SETI contd Many observing programs over the years

Harvard: META and BETA

SERENDIP I/II

NASA: HRMS

Cancelled after only 1 year by senator Richard Bryan

“This hopefully will be the end of Martian hunting season at

taxpayers expense”

Was a comparatively-small NASA program

Personnel went on to form the SETI Institute

SETI@Home -- using data gathered mostly at Arecibo

Page 10: Linux, SETI, and Radio Astronomy Marcus Leech Radio Science Laboratories

SETI Science/Engineering Look for narrowband (~1Hz wide) signals coming from “out there”.

Eliminate terrestrial sources (interference, etc)

See if signals have appropriate doppler drift (chirp)

Do they fit the profile of the antenna pattern?

Need for wideband, high-resolution spectrometers

Usually done in ASIC implementing high-speed FFT

SDR can play a role

Page 11: Linux, SETI, and Radio Astronomy Marcus Leech Radio Science Laboratories

Gnu Radio, SDR, Linux SDR Software Defined Radio

Software to replace traditional hardware functions

FAST A/D and D/A hardware

REALLY FAST compute platforms

GNU Radio

Open Source toolkit for SDR

Cost-effective (like, free) solution for experimental

RF/Microwave work.

Page 12: Linux, SETI, and Radio Astronomy Marcus Leech Radio Science Laboratories

SDR Hardware Provides basic RF interface

High-speed A/D and D/A

down/upconversion to/from baseband signals

Some digital filtering

Many hardware platforms

USRP Universal Software Radio Peripheral

http://www.ettus.com

Beefy gamers-class PC platform: Q6600 3.5GHz, 8GB memory

Page 13: Linux, SETI, and Radio Astronomy Marcus Leech Radio Science Laboratories

SDR RA/SETI Software Developed gr-radio-astronomy subtree of Gnu Radio

Provides basic RA and SETI tools

Open Source

New IRA software:

Fully integrated RA/SETI receive chain

SETI up to 16Million 1Hz channels

Pulsar, Total Power, Spectral, Transients

http://www.science-radio-labs.com

Page 14: Linux, SETI, and Radio Astronomy Marcus Leech Radio Science Laboratories

GNU Radio Development Tools Python and C++ can be used to assemble so-called

flow graphs.

Signal processing chain

GRC

Graphical tool to generate flow-graphs, using

MATLAB/LabView like interface.

Page 15: Linux, SETI, and Radio Astronomy Marcus Leech Radio Science Laboratories

Example GRC flow graph

Page 16: Linux, SETI, and Radio Astronomy Marcus Leech Radio Science Laboratories

Flowgraphs and GUIs

Lots of different applications built with GNU

Radio and various GUI toolkits.

All-mode HF transceiver

RADAR

GPS

Radio Astronomy

Page 17: Linux, SETI, and Radio Astronomy Marcus Leech Radio Science Laboratories

Gnu Radio Application example

Page 18: Linux, SETI, and Radio Astronomy Marcus Leech Radio Science Laboratories

IRA Software RA/SETI all-mode receiver

Based on XFORMs toolkit

Talks to flowgraph through FIFOs

Page 19: Linux, SETI, and Radio Astronomy Marcus Leech Radio Science Laboratories

IRA Main Panel

Page 20: Linux, SETI, and Radio Astronomy Marcus Leech Radio Science Laboratories

IRA SETI Waterfall

Page 21: Linux, SETI, and Radio Astronomy Marcus Leech Radio Science Laboratories

IRA Spectral

Page 22: Linux, SETI, and Radio Astronomy Marcus Leech Radio Science Laboratories

IRA Pulsar

Page 23: Linux, SETI, and Radio Astronomy Marcus Leech Radio Science Laboratories

IRA Continuum

Page 24: Linux, SETI, and Radio Astronomy Marcus Leech Radio Science Laboratories

IRA Interferometer

Page 25: Linux, SETI, and Radio Astronomy Marcus Leech Radio Science Laboratories

Typical Total-Power observation Sagittarius A in Total Power Combined multi-day observations

Page 26: Linux, SETI, and Radio Astronomy Marcus Leech Radio Science Laboratories

An exciting new project 18M dish at Shirleys Bay

Needs lots of work

SBRAC consortium formed to

renovate/operate for amateur RA

and SETI

Page 27: Linux, SETI, and Radio Astronomy Marcus Leech Radio Science Laboratories

Further reading Society of Amateur Radio Astronomers

http://www.radio-astronomy.org

“Radio Astronomy Projects, 3rd ed”, William Lonc

http://www.radiosky.com

National Radio Astronomy Observatory

http://www.nrao.edu

http://www.cv.nrao.edu/course/astr534/ERA.shtml

Radio Jove Project

http://radiojove.gsfc.nasa.gov