Glossary

ADC

Analog to digital converter.

Alias

An actual signal appearing where it should not.

Archiver

Subsystem of the SSE that stores selected data.

ATA

Allen Telescope Array

Backend

Signal processing system that uses the output(s) of the ATA.

Band

A limited range of frequencies.

Baseband

A band that (typically) includes DC.

Beam

A narrow patch of the sky selected by the ATA beamformer.

Beamformer

Device that sums the samples from individual antennas with appropriate complex weights to produce a beam.

Bin

Usually one of the very narrow bands used by the SonATA detectors, but can also be used more generally, for example a channel.

Cache

Relatively small but very fast memory cohabiting with a CPU.

Candidate

A statistically significant signal worthy of further observation, e.g. not already known as RFI.

CASPER

Center for Astronomy Signal Processing and Electronics Research at UCB.

CDR

Critical design review.

Channel

The result of the first, relatively coarse division of the input frequency band, currently ~400 kHz in width.

Channelizer

Subsystem of the SonATA that produces channels.

Cloud Computing

Cloud computing is Internet-based computing, whereby shared resources, software, and information are provided to computers and other devices on demand, like the electricity grid. (From Wikipedia http://en.wikipedia.org/wiki/Cloud_computing)

Coherent

Coherent averaging means averaging the Re and Im parts of samples separately, usually used in coherent detector.

Confirmation

Redetection of a candidate ET signal by independent observers at another observatory.

Core Library

A shared library of compiled code that provides the core algorithms used to create DFBs.

CPU

Central processing unit.

CW

A “continuous wave” signal, i.e. one that looks sinusoidal over some time interval. In SonATA usage we call a signal that has a slowly changing frequency, of order a few Hz/s, a “drifting CW” signal.

DADD

Doubling Accumulation Drift Detection, a detection algorithm that finds slowly drifting CW signals in a set of M spectra with order Mlog2(M) operations instead of the order M^2 operations required by the ‘brute force’ method.

DC

Nominally “direct current” but used for signals near zero frequency, as in DC band.

DD

Data Distribution Subsystem of SonATA.

Detection

A statistical process that finds specified signals with a low probability of false alarms due to noise alone.

Detector

A hardware or software process that performs detection.

DFB

Digital filter bank.

DME

Distance measuring equipment, a radio-navigation system used by most aircraft.

DX

Detector Subsystem of SonATA.

Element

An ATA antenna plus its associated electronics.

ET

Extra-terrestrial or extra-terrestrial technology.

Ethernet

A hardware protocol for exchanging data between computers. Usually, Ethernet protocol specifies the wire-level signals that carry IP packets between nearby computers.

FE

Front end, the cryogenic, low-noise amplifier directly connected to the feed of each ATA element.

Feed

A passive microwave assembly that couples the incoming waves at the focus of an antenna to the transmission line that drives the FE.

FFT

Fast Fourier Transform.

FPGA

Field-Programmable Gate Array.

G-

"Giga-," prefix for 10^9.

Gb, Gbit

Gigabit, 10^9 bits.

GB, Gbyte

Gigabyte, 10^9 bytes.

GbE

Gigabit Ethernet.

Gflop

10^9 floating point operations per second.

GHz

Gigahertz.

GPS

Global Positioning System.

GWN

Gaussian white noise.

HS

Hardware Support Subsystem of SonATA.

HVAC

Heating, ventilating, and air-conditioning.

I/O

Input/output.

Im

Imaginary part (of a complex number).

Incoherent.

Incoherent averaging means averaging the powers (squared modulus) of samples, usually used in incoherent detector.

IP

Internet Protocol.

Iridium

Orbiting sources of RFI.

k

1) kilo, 10^3, or 2) Boltzman's constant.

KLT

Karhunen–Loève Transform

kW

kilowatt.

LAN

Local area network.

LEO

Low earth orbit or a satellite in such an orbit.

LO1

The first local oscillator in a frequency conversion system.

M-

mega-, 10^6

MHz

Megahertz.

Multicast

Multicast is the delivery of packets to a group of destinations simultaneously using an efficient strategy to deliver the data over each link of the network only once by creating copies when the links to the destinations split. Multicast is typically used to refer to IP Multicast, the implementation on the IP routing level.

Noise

Random voltages caused by thermal motion.

NRE

Nonrecurring engineering, one-time engineering costs associated with a project.

NSF

National Science Foundation.

NSS

New Search System, a precursor to SonATA.

Packet

A formatted block of information carried over an IP network. Varieties include, TCP, UDP, unicast, and multicast packets.

PD

Pulse detector.

PDM

Programmable Detection Module, the detector unit of the NSS.

PFB

Polyphase filter bank, a particular implementation of a DFB, sometimes inaccurately used for a WOLA DFB.

Port

A virtual data connection between computer programs through a computer network. The IP uses the port number to direct information to a specific process on a computer.

Prelude

The NSS running on the ATA is the Prelude to SonATA.

Process

A running instance of a computer program, which may create and control many threads. Generally, separate processes do not directly share memory with one another (as opposed to threads).

Quantization

The process of representing an analog signal using integers.

RAID

Redundant array of inexpensive disks.

RAM

Random access memory.

RDMA

Remote direct memory access, a method to reduce Ethernet overhead.

Re

Real part (of a complex number).

RF

Radio frequency, in the context of the ATA the signal as received directly from the sky before frequency conversion.

RFI

Radio frequency interference.

Ripple

Variation in the in-band response of a filter.

RMS

Root mean square.

Sample

The result of a single act of quantization or such a result (representing a signal voltage) after further processing.

Sample rate/Sampling rate

Number of samples acquired per unit time.

Server

A computer, usually configured for rack mounting, intended for tasks requiring heavy I/O and/or computing.

SETI

Search for extraterrestrial intellience.

SI

The SETI Institute.

SIMD

Single instruction, multiple data.

Sky survey

A type of SETI that covers a large amount of solid angle in the sky.

SNR

Signal power to noise power ratio.

Socket

A communication end point on an internet protocol (IP) network. A socket may be specified with a protocol (e.g. TCP, UDP), IP address, and port number.

SonATA

SETI on the ATA, a SETI search system designed to work well with the ATA.

SSE

Search System Executive, the control subsystem of SonATA.

Sub-band

Result of sub-dividing a band, most often used to describe the approximately kHz bands into which the first stages of DX divide the incoming channels.

Switch

A hardware device to interconnect computers over a network (usually Ethernet).

T-

"tera-," prefix for 10^12.

TAI

International Atomic Time (TAI, from the French name Temps Atomique International). The ATA control software uses TAI as a resolution of nanoseconds internally for ephemeris and tracking.

Targeted search

A type of SETI that looks at a (large, often) list of specific targets, i.e. positions on the sky.

TCP/IP

Transmission Control Protocol/Internet Protocol; a high reliability protocol for computers to send messages to one another. TCP provides reliable, in-order delivery of data from sender to receiver (compare with UDP). TCP does not support multicast, and does not control time of delivery.

Tflop

10^12 floating point operations per second.

Thread

A way for a running computer program (process) to split itself into two or more simultaneously (or pseudo-simultaneously) running tasks. Multiple threads that are created by the same process may access the same memory. Threads allow a single process to take advantage of multiple CPUs.

Time series

A sequence of samples acquired at steady intervals over some period of time.

TOE

TCP Offload Engine, a method to reduce Ethernet overhead.

Tsys

System temperature, a measure of noise at the FE, or the amplified versions of that noise in later stages of signal processing.

Tuning

For the ATA, one of four RF bands selected using on of four LO1's.

UCB

The University of California, Berkeley.

UDP/IP

User Datagram Protocol/Internet Protocol; a protocol for computers to send short (typically < 16 kB) messages to one another. UDP messages are not guaranteed to be in-order or always to arrive at all at their destination (compare with TCP). UDP supports multicast, and data sent via UDP will arrive at its destination within a calculable time window.

Unicast

Unicast is the delivery of packets to a single destination.

UPS

Uninterruptible power supply.

Vectorized

In the conext of SonATA, organized for efficient computation using SIMD.

Verification

Follow-up observations of a candidate ET signal performed with SonATA, possibly in conjunction with another radio telescope using VLBI, made to verify that the candidate signal meets all the tests we can think of to discriminate real ET signals from other signals. The first stages of the verification process are performed by the SSE automatically. See confirmation.

VLBI

Very long baseline interferometry.

WOLA

Weighted overlap and add, a particular implementation of a DFB.