Building HW/SW to receive the GOES satellites Pieter Noordhuis -- KK6VXV

Size: px
Start display at page:

Download "Building HW/SW to receive the GOES satellites Pieter Noordhuis -- KK6VXV"

Transcription

1 Building HW/SW to receive the GOES satellites Pieter Noordhuis -- KK6VXV

2 Outline Antenna system and receiver Signals and demodulation/decode Challenges

3 But first

4 Types of satellites Polar Orbiting Environmental Satellites (POES) NOAA-18 (2005), NOAA-19 (2009), NOAA-20 (2017) METOP-A (2006), METOP-B (2013) Sun-synchronous orbit ( mi) Orbital plane rotates as earth orbits the sun (~1 per day)

5 Types of satellites Geostationary Orbiting Environmental Satellites (GOES) GOES-14 (2009, 105 W, on-orbit storage) GOES-15 (2010, 135 W, west ) GOES-16 (2016, 75 W, east, NEW) Geosynchronous equatorial orbit (22,236 mi)

6 The signals LRIT -- Low Rate Information Transmission HRIT -- High Rate Information Transmission Combined stream of EMWIN and LRIT data GOES-P (15) 2010 EMWIN / LRIT OQPSK / BPSK 17,970 / 293,833 GOES-R (16) 2016 HRIT BPSK 927,000 GOES-S 2018 (March) HRIT BPSK 927,000

7 The data products EMWIN (Emergency Managers Weather Information Network) LRIT (Low Rate Information Transmission) Image data Full Disk / Northern Hemi / Southern Hemi Visual, Infrared, Water Vapor Relays from Himawari-8, Meteosat, GOES siblings NWS DCS (Data Collection System)

8 Antenna system 1.9 GHz 22 dbi Parabolic Grid LRIT/HRIT is ~1.7 GHz but works fine Mount at 45 to match G16 polarization Type N connector Available at L-com for ~$85

9 Antenna system 12V Murata DC-DC 5V out 5V LNA 1: ZX60-242GLN-S+ Filter: VBFZ-1690-S+ 5V Bias T LNA 2: SPF5189

10 Antenna system LNA1: Mini Circuits ZX60-242GLN-S+ (~$50) 1710 to 2400 MHz, 28dB gain Filter: Mini-Circuits VBFZ-1690-S+ (~$40) Center frequency 1690 MHz (perfect for LRIT/HRIT) But wide passband (2dB): 1455 to 1925 MHz LNA2: SPF5189 (~$8 on ebay) 50 to 4000 MHz, 18dB gain General purpose LNA, useful to stock up

11 Antenna system Hammond enclosure mounted at dish 2x Amphenol RF bulkhead adapter 20ft of LMR-400 to receiver

12 Receiver hardware Raspberry Pi 3 running Raspbian Linux SDR with at least 8 bit ADC and 2M samples/sec Airspy Mini (12 bit, 3M or 6M samples/sec) RTL-SDR (8 bit, max 2.4M samples/sec) Bias T to power LNAs (optional) current sensor

13 Receiver hardware Custom board for power and mounting (OSH Park) Input 12v; DC-DC to 5v to power RPi Switch 12v; buffered MOSFET INA219 current sensor (Adafruit) no Powerpole yet

14 Receiver hardware: wrapped up

15 Before we move on...

16

17

18 :00:42 UTC GOES-16 ABI false color (channel 2 and 13) -- false color map by Harry Dove-Robinson

19 telemetry GOES-16 HRIT ~1.2 MHz ~8dB

20 Receiver: demodulator Turn the raw samples into bits The signal is always on; demod must be real time HRIT is ~identical to LRIT with higher data rate Both use BPSK modulation (Binary Phase Shift Keying) LRIT HRIT MHz MHz symbols/sec 1.3 GB/day symbols/sec 4.3 GB/day

21 Receiver: demodulator Automatic Gain Control Goal: normalize signal power Throughput RPi: 71 MSPS/core

22 Receiver: demodulator Costas tracking loop Goal: phase tracking Frequency offset rotation Throughput: RPi: 20 MSPS/core Fast NEON sin/cos implementation Note: Local oscillator jitter/drift Satellite doppler (even in geostat.)

23 Receiver: demodulator Root raised cosine filter Goal: filter signal Complements filtering of transmitter Throughput RPi: 10 MSPS/core (with N=31 taps)

24 Receiver: demodulator Clock recovery Goal: turn samples into symbols Asynchronous system; no clock signal Throughput RPi: 17 MSPS/core With ~3 samples per symbol

25 Receiver: demodulator Before After

26 Receiver: decoder We have a bitstream now what? Forward error correction: Rate ½ convolutional code (2 bits per bit) Given bitstream, find most likely path Doesn t help for longer (> a few bits) noise bursts

27 Receiver: decoder 8192 bit frames 64 bit sync word: 0x1ACFFC1D 892 bytes of data 128 bytes of Reed-Solomon code Code applies to 4 interleaved blocks of 223 bytes Short noise burst means all code can be used Derandomization Demodulator relies on frequent level transitions Randomization means a packet of zeroes is OK

28 Receiver: decoder Virtual Channel Data Units (fixed length frames) Associated with Virtual Channel Contains part of one or two Transport Protocol Data Units Transport Protocol Data Units (max size 64 KB) Associated with Application Process Identifier (APID) One or more form a Session Protocol Data Unit Session Protocol Data Units (no max size) Equivalent of a file; variable length All session PDUs have an LRIT header

29 Example LRIT header Primary (0): File type: 0 (Image Data) Header header length (bits/bytes): 32696/4087 Data length (bits/bytes): / Total length (bits/bytes): / Image structure (1): Bits per pixel: 8 Columns: 2000 Lines: 2000 Compression: 1 Image navigation (2): Projection name: geos(-75.0) Column scaling: Line scaling: Column offset: 2960 Line offset: 8320 Image data function (3): Data: (omitted, length: 3064)

30 Example LRIT header (cont d) Annotation (4): Text: OR_ABI-L2-CMIPM2-M3C02_G16_s _e _c lrit Time stamp (5): Time stamp: :29:32 Ancillary text (6): Text: Time of frame start = T17:28:56.9Z Satellite = G16 Instrument = FM1 Channel = 2 Imaging Mode = ABI Mode 3 Region = Mesoscale Resolution = 0.5km at nadir Segmented = no NOAA LRIT (129): Agency signature: NOAA Product ID: 16 Product SubID: 0 Parameter: 0 NOAA-specific compression: 1

31 :28:56 UTC GOES-16 ABI channel 2 - mesoscale region 2 Snowy Midwest

32 :28:56 UTC GOES-16 ABI channel 2 - mesoscale region 2 Snowy Midwest

33 :28:56 UTC GOES-16 ABI channel 2 - mesoscale region 2 Snowy Midwest

34 And it can all run on a Raspberry Pi!

35 Power Task Current 12V) Power (W) Raspberry Pi 3 (idle) Switch on LNAs Start sampling Start demod/decode Total

36 QRM: The good

37 QRM: The bad

38 QRM Looks bursty and splattery; perhaps pagers? Better dish / better filtering Don t let it confuse the demodulator

39 Resources

40 Thanks Writing open source GOES decoder in Open Satellite For showing the mesh dish has enough gain for Creating awesome false color LUT for GOES-16

41

42

JPSS and GOES-R Direct Broadcast Capabilities

JPSS and GOES-R Direct Broadcast Capabilities JPSS and GOES-R Direct Broadcast Capabilities NESDIS Data Distribution and Access Panel Session, NOAA Satellite Conference 7/20/2017 Greg Mandt, Director, Joint Polar Satellite System (JPSS) Direct Broadcast

More information

Improvement of Himawari-8 observation data quality

Improvement of Himawari-8 observation data quality 17 November 2016 Meteorological Satellite Center Japan Meteorological Agency Improvement of Himawari-8 observation data quality The Japan Meteorological Agency (JMA) updated its Himawari-8 ground processing

More information

BROADCAST SERVICES FOR NOAA S NPP/JPSS In response to CGMS action 38.47

BROADCAST SERVICES FOR NOAA S NPP/JPSS In response to CGMS action 38.47 Prepared by NOAA Agenda Item: IV/1 Discussed in WG IV BROADCAST SERVICES FOR NOAA S NPP/JPSS In response to CGMS action 38.47 In response to CGMS action 38.47, NOAA presented information on the direct

More information

Software Defined Radio. Listening to the Bleeps and Bloops around you

Software Defined Radio. Listening to the Bleeps and Bloops around you Software Defined Radio Listening to the Bleeps and Bloops around you Software Defined Radio in a nutshell Like a FM radio, but can receive a wider radio spectrum range Quick Peek at Radio Frequencies

More information

Satellite Communications Training System

Satellite Communications Training System Satellite Communications Training System LabVolt Series Datasheet Festo Didactic en 220 V - 60 Hz 07/208 Table of Contents General Description 2 System Configurations and Capabilities 3 Topic Coverage

More information

1. Discuss in detail the Design Consideration of a Satellite Communication Systems. [16]

1. Discuss in detail the Design Consideration of a Satellite Communication Systems. [16] Code No: R05410409 Set No. 1 1. Discuss in detail the Design Consideration of a Satellite Communication Systems. 2. (a) What is a Geosynchronous Orbit? Discuss the advantages and disadvantages of these

More information

Tracking, Telemetry and Command

Tracking, Telemetry and Command Tracking, Telemetry and Command Jyh-Ching Juang ( 莊智清 ) Department of Electrical Engineering National Cheng Kung University juang@mail.ncku.edu.tw April, 2006 1 Purpose Given that the students have acquired

More information

Software Defined Radio in Ham Radio Dennis Silage K3DS TS EPA Section ARRL

Software Defined Radio in Ham Radio Dennis Silage K3DS TS EPA Section ARRL Software Defined Radio in Ham Radio Dennis Silage K3DS silage@arrl.net TS EPA Section ARRL TUARC K3TU SDR in HR The crystal radio was once a simple introduction to radio electronics and Amateur Radio.

More information

Adoption of this document as basis for broadband wireless access PHY

Adoption of this document as basis for broadband wireless access PHY Project Title Date Submitted IEEE 802.16 Broadband Wireless Access Working Group Proposal on modulation methods for PHY of FWA 1999-10-29 Source Jay Bao and Partha De Mitsubishi Electric ITA 571 Central

More information

BPSK_DEMOD. Binary-PSK Demodulator Rev Key Design Features. Block Diagram. Applications. General Description. Generic Parameters

BPSK_DEMOD. Binary-PSK Demodulator Rev Key Design Features. Block Diagram. Applications. General Description. Generic Parameters Key Design Features Block Diagram Synthesizable, technology independent VHDL IP Core reset 16-bit signed input data samples Automatic carrier acquisition with no complex setup required User specified design

More information

Glossary of Satellite Terms

Glossary of Satellite Terms Glossary of Satellite Terms Satellite Terms A-D The following terms and definitions will help familiarize you with your Satellite solution. Adaptive Coding and Modulation (ACM) Technology which automatically

More information

SAT SCD/ARGOS INSTRUCTION MANUAL

SAT SCD/ARGOS INSTRUCTION MANUAL INSTRUCTION MANUAL REVISION: 1/03 COPYRIGHT (c) 2000-2003 CAMPBELL SCIENTIFIC, INC. This is a blank page. WARRANTY AND ASSISTANCE This equipment is warranted by CAMPBELL SCIENTIFIC (CANADA) CORP. ( CSC

More information

Wireless Communication Systems: Implementation perspective

Wireless Communication Systems: Implementation perspective Wireless Communication Systems: Implementation perspective Course aims To provide an introduction to wireless communications models with an emphasis on real-life systems To investigate a major wireless

More information

The Delay-Doppler Altimeter

The Delay-Doppler Altimeter Briefing for the Coastal Altimetry Workshop The Delay-Doppler Altimeter R. K. Raney Johns Hopkins University Applied Physics Laboratory 05-07 February 2008 1 What is a Delay-Doppler altimeter? Precision

More information

CH 4. Air Interface of the IS-95A CDMA System

CH 4. Air Interface of the IS-95A CDMA System CH 4. Air Interface of the IS-95A CDMA System 1 Contents Summary of IS-95A Physical Layer Parameters Forward Link Structure Pilot, Sync, Paging, and Traffic Channels Channel Coding, Interleaving, Data

More information

Mobile Positioning in Wireless Mobile Networks

Mobile Positioning in Wireless Mobile Networks Mobile Positioning in Wireless Mobile Networks Peter Brída Department of Telecommunications and Multimedia Faculty of Electrical Engineering University of Žilina SLOVAKIA Outline Why Mobile Positioning?

More information

Distribution of data from meteorological satellites (MetSat)

Distribution of data from meteorological satellites (MetSat) World Meteorological Organization Working together in weather, climate and water Distribution of data from meteorological satellites (MetSat) Jose Arimatea de Sousa Brito Chair - WMO Steering Group on

More information

Scalable Front-End Digital Signal Processing for a Phased Array Radar Demonstrator. International Radar Symposium 2012 Warsaw, 24 May 2012

Scalable Front-End Digital Signal Processing for a Phased Array Radar Demonstrator. International Radar Symposium 2012 Warsaw, 24 May 2012 Scalable Front-End Digital Signal Processing for a Phased Array Radar Demonstrator F. Winterstein, G. Sessler, M. Montagna, M. Mendijur, G. Dauron, PM. Besso International Radar Symposium 2012 Warsaw,

More information

Implementation of three axis magnetic control mode for PISAT

Implementation of three axis magnetic control mode for PISAT Implementation of three axis magnetic control mode for PISAT Shashank Nagesh Bhat, Arjun Haritsa Krishnamurthy Student, PES Institute of Technology, Bangalore Prof. Divya Rao, Prof. M. Mahendra Nayak CORI

More information

Low-cost approach for a software-defined radio based ground station receiver for CCSDS standard compliant S-band satellite communications

Low-cost approach for a software-defined radio based ground station receiver for CCSDS standard compliant S-band satellite communications IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Low-cost approach for a software-defined radio based ground station receiver for CCSDS standard compliant S-band satellite communications

More information

Image transfer and Software Defined Radio using USRP and GNU Radio

Image transfer and Software Defined Radio using USRP and GNU Radio Steve Jordan, Bhaumil Patel 2481843, 2651785 CIS632 Project Final Report Image transfer and Software Defined Radio using USRP and GNU Radio Overview: Software Defined Radio (SDR) refers to the process

More information

DESIGN AND PERFORMANCE OF A SATELLITE TT&C RECEIVER CARD

DESIGN AND PERFORMANCE OF A SATELLITE TT&C RECEIVER CARD DESIGN AND PERFORMANCE OF A SATELLITE TT&C RECEIVER CARD Douglas C. O Cull Microdyne Corporation Aerospace Telemetry Division Ocala, Florida USA ABSTRACT Today s increased satellite usage has placed an

More information

Overview of NOAA NESDIS Direct Readout Services

Overview of NOAA NESDIS Direct Readout Services Overview of NOAA NESDIS Direct Readout Services CSPP/IMAPP Users' Group Meeting June 28, 2017 Jim McNitt Direct Readout Program Manager Direct Services Branch Satellite Products and Services Division Office

More information

2009 CubeSat Developer s Workshop San Luis Obispo, CA

2009 CubeSat Developer s Workshop San Luis Obispo, CA Exploiting Link Dynamics in LEO-to-Ground Communications 2009 CubeSat Developer s Workshop San Luis Obispo, CA Michael Caffrey mpc@lanl.gov Joseph Palmer jmp@lanl.gov Los Alamos National Laboratory Paper

More information

CH 5. Air Interface of the IS-95A CDMA System

CH 5. Air Interface of the IS-95A CDMA System CH 5. Air Interface of the IS-95A CDMA System 1 Contents Summary of IS-95A Physical Layer Parameters Forward Link Structure Pilot, Sync, Paging, and Traffic Channels Channel Coding, Interleaving, Data

More information

B SCITEQ. Transceiver and System Design for Digital Communications. Scott R. Bullock, P.E. Third Edition. SciTech Publishing, Inc.

B SCITEQ. Transceiver and System Design for Digital Communications. Scott R. Bullock, P.E. Third Edition. SciTech Publishing, Inc. Transceiver and System Design for Digital Communications Scott R. Bullock, P.E. Third Edition B SCITEQ PUBLISHtN^INC. SciTech Publishing, Inc. Raleigh, NC Contents Preface xvii About the Author xxiii Transceiver

More information

A LOW-COST SOFTWARE-DEFINED TELEMETRY RECEIVER

A LOW-COST SOFTWARE-DEFINED TELEMETRY RECEIVER A LOW-COST SOFTWARE-DEFINED TELEMETRY RECEIVER Michael Don U.S. Army Research Laboratory Aberdeen Proving Grounds, MD ABSTRACT The Army Research Laboratories has developed a PCM/FM telemetry receiver using

More information

The DR-2000 is a high-performance receiver designed to enable highly sophisticated data and signal processing over a wide frequency spectrum.

The DR-2000 is a high-performance receiver designed to enable highly sophisticated data and signal processing over a wide frequency spectrum. The DR-2000 is a high-performance receiver designed to enable highly sophisticated data and signal processing over a wide frequency spectrum. L3 (L3 T&RF) DR-2000 receiving unit incorporates a high-performance

More information

CDMA Principle and Measurement

CDMA Principle and Measurement CDMA Principle and Measurement Concepts of CDMA CDMA Key Technologies CDMA Air Interface CDMA Measurement Basic Agilent Restricted Page 1 Cellular Access Methods Power Time Power Time FDMA Frequency Power

More information

BPSK Software Demodulator AHD100-SDR

BPSK Software Demodulator AHD100-SDR INTRODUCTION The is a complete, C-language demodulator for single-carrier BPSK signals. It will run on nearly any Linux platform and provides real-time demodulation of BPSK signals using a number of available

More information

Digital Communications Theory. Phil Horkin/AF7GY Satellite Communications Consultant

Digital Communications Theory. Phil Horkin/AF7GY Satellite Communications Consultant Digital Communications Theory Phil Horkin/AF7GY Satellite Communications Consultant AF7GY@arrl.net Overview Sending voice or data over a constrained channel is a balancing act trading many communication

More information

Chapter 6 Solution to Problems

Chapter 6 Solution to Problems Chapter 6 Solution to Problems 1. You are designing an FDM/FM/FDMA analog link that will occupy 36 MHz of an INTELSAT VI transponder. The uplink and downlink center frequencies of the occupied band are

More information

Lecture 12. Carrier Phase Synchronization. EE4900/EE6720 Digital Communications

Lecture 12. Carrier Phase Synchronization. EE4900/EE6720 Digital Communications EE49/EE6720: Digital Communications 1 Lecture 12 Carrier Phase Synchronization Block Diagrams of Communication System Digital Communication System 2 Informatio n (sound, video, text, data, ) Transducer

More information

INSTITUTE OF AERONAUTICAL ENGINEERING

INSTITUTE OF AERONAUTICAL ENGINEERING INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad - 500 043 ELECTRONICS AND COMMUNICATION ENGINEERING ASSIGNMENT QUESTIONS Course Name : SATELLITE COMMUNICATIONS Course Code : A80452-R13

More information

A Miniaturized Nanosatellite VHF / UHF Communications System

A Miniaturized Nanosatellite VHF / UHF Communications System A Miniaturized Nanosatellite VHF / UHF Communications System W.J. Ubbels, A.R. Bonnema, J. Rotteveel, E.D. van Breukelen ISIS Innovative Solutions In Space BV Rotterdamseweg 380, 2629HG Delft; +31 15 256

More information

MICROSCOPE Mission operational concept

MICROSCOPE Mission operational concept MICROSCOPE Mission operational concept PY. GUIDOTTI (CNES, Microscope System Manager) January 30 th, 2013 1 Contents 1. Major points of the operational system 2. Operational loop 3. Orbit determination

More information

Designing the Fox-1E PSK Modulator and FoxTelem demodulator

Designing the Fox-1E PSK Modulator and FoxTelem demodulator Designing the Fox-1E PSK Modulator and FoxTelem demodulator Chris Thompson, G0KLA / AC2CZ g0kla@arrl.net Keywords: BPSK Modulation, BPSK Demodulation, FoxTelem, Costas Loop, Gardner Carrier Recovery, Java

More information

900 MHz. Frequency Hopping RS-485 Master/Slave auto-sensing radio interface.

900 MHz. Frequency Hopping RS-485 Master/Slave auto-sensing radio interface. MDR210A-485 900 MHz. Frequency Hopping RS-485 Master/Slave auto-sensing radio interface. Black Box Corporation Lawrence, PA - http://www.blackbox.com - Ph 877-877-BBOX - Fax 724-746-0746 Table of Contents

More information

Riza Muhida. Presented at he 22nd Session of the Asia Pacific Regional Space Agency Forum (APRSAF 22), Bali, Indonesia, December 1 4, 2015

Riza Muhida. Presented at he 22nd Session of the Asia Pacific Regional Space Agency Forum (APRSAF 22), Bali, Indonesia, December 1 4, 2015 Riza Muhida Presented at he 22nd Session of the Asia Pacific Regional Space Agency Forum (APRSAF 22), Bali, Indonesia, December 1 4, 2015 1 Presentation Outline Abstract Background Objective Project Scope

More information

ECE 6390: Satellite Communications and Navigation Systems TEST 1 (Fall 2004)

ECE 6390: Satellite Communications and Navigation Systems TEST 1 (Fall 2004) Name: GTID: ECE 6390: Satellite Communications and Navigation Systems TEST 1 (Fall 2004) Please read all instructions before continuing with the test. This is a closed notes, closed book, closed friend,

More information

A GLONASS Observation Message Compatible With The Compact Measurement Record Format

A GLONASS Observation Message Compatible With The Compact Measurement Record Format A GLONASS Observation Message Compatible With The Compact Measurement Record Format Leica Geosystems AG 1 Introduction Real-time kinematic (RTK) Global Navigation Satellite System (GNSS) positioning has

More information

Rep. ITU-R BO REPORT ITU-R BO SATELLITE-BROADCASTING SYSTEMS OF INTEGRATED SERVICES DIGITAL BROADCASTING

Rep. ITU-R BO REPORT ITU-R BO SATELLITE-BROADCASTING SYSTEMS OF INTEGRATED SERVICES DIGITAL BROADCASTING Rep. ITU-R BO.7- REPORT ITU-R BO.7- SATELLITE-BROADCASTING SYSTEMS OF INTEGRATED SERVICES DIGITAL BROADCASTING (Questions ITU-R 0/0 and ITU-R 0/) (990-994-998) Rep. ITU-R BO.7- Introduction The progress

More information

UPDATE ON COMS PROGRAM

UPDATE ON COMS PROGRAM Prepared by KMA Agenda Item: C.2 Discussed in Plenary UPDATE ON COMS PROGRAM This document is to update the COMS program as a part of CGMS-34-WMO-WP-25. Currently, the integration of COMS system has been

More information

RECOMMENDATION ITU-R SA *

RECOMMENDATION ITU-R SA * Rec. ITU-R SA.1158-2 1 RECOMMENDATION ITU-R SA.1158-2* SHARING OF THE 1 675-1 710 MHz BAND BETWEEN THE METEOROLOGICAL-SATELLITE SERVICE (SPACE-TO-EARTH) AND THE MOBILE-SATELLITE SERVICE (EARTH-TO-SPACE)

More information

A SDR-based receiver for Es hail-2 and the BACAR 6, 10 GHz beacons 30 July 2018

A SDR-based receiver for Es hail-2 and the BACAR 6, 10 GHz beacons 30 July 2018 A SDR-based receiver for Es hail-2 and the BACAR 6, 10 GHz beacons 30 July 2018 Hannes Coetzee, ZS6BZP Introduction If all goes according to plan the Qatar Satellite Company (Es hailsat) will place its

More information

SATELLIT COMMUNICATION

SATELLIT COMMUNICATION QUESTION BANK FOR SATELLITE COMMUNICATION UNIT I 1) Explain Kepler s laws. What are the fords that give rise to these laws? 2) Explain how a satellite is located with respect to earth. 3) Describe antenna

More information

t =1 Transmitter #2 Figure 1-1 One Way Ranging Schematic

t =1 Transmitter #2 Figure 1-1 One Way Ranging Schematic 1.0 Introduction OpenSource GPS is open source software that runs a GPS receiver based on the Zarlink GP2015 / GP2021 front end and digital processing chipset. It is a fully functional GPS receiver which

More information

Lecture 3: The Physical Layer and Transmission Media

Lecture 3: The Physical Layer and Transmission Media Lecture 3: The Physical Layer and Transmission Media Dr. Mohammed Hawa Electrical Engineering Department University of Jordan EE426: Communication Networks The Physical Layer Converts bit streams into

More information

Software Defined Radio. Bella Vista Radio Club 1 February 2018

Software Defined Radio. Bella Vista Radio Club 1 February 2018 Software Defined Radio Bella Vista Radio Club 1 February 2018 Agenda for Software Defined Radio (SDR) What is it? How does it work? Demonstration. How do you hook it up? What hardware is available (Cost)?

More information

Systems for Audio and Video Broadcasting (part 2 of 2)

Systems for Audio and Video Broadcasting (part 2 of 2) Systems for Audio and Video Broadcasting (part 2 of 2) Ing. Karel Ulovec, Ph.D. CTU in Prague, Faculty of Electrical Engineering xulovec@fel.cvut.cz Only for study purposes for students of the! 1/30 Systems

More information

UHF Phased Array Ground Stations for Cubesat Applications

UHF Phased Array Ground Stations for Cubesat Applications UHF Phased Array Ground Stations for Cubesat Applications Colin Sheldon, Justin Bradfield, Erika Sanchez, Jeffrey Boye, David Copeland and Norman Adams 10 August 2016 Colin Sheldon, PhD 240-228-8519 Colin.Sheldon@jhuapl.edu

More information

DopplerPSK Quick-Start Guide for v0.10

DopplerPSK Quick-Start Guide for v0.10 DopplerPSK Quick-Start Guide for v0.10 Program Description DopplerPSK is an experimental program for transmitting Doppler-corrected PSK31 on satellite uplinks. It uses an orbital propagator to estimate

More information

RECOMMENDATION ITU-R F ARRANGEMENT OF VOICE-FREQUENCY, FREQUENCY-SHIFT TELEGRAPH CHANNELS OVER HF RADIO CIRCUITS. (Question ITU-R 145/9)

RECOMMENDATION ITU-R F ARRANGEMENT OF VOICE-FREQUENCY, FREQUENCY-SHIFT TELEGRAPH CHANNELS OVER HF RADIO CIRCUITS. (Question ITU-R 145/9) Rec. ITU-R F.436-4 1 9E4: HF radiotelegraphy RECOMMENDATION ITU-R F.436-4 ARRANGEMENT OF VOICE-FREQUENCY, FREQUENCY-SHIFT TELEGRAPH CHANNELS OVER HF RADIO CIRCUITS (Question ITU-R 145/9) (1966-1970-1978-1994-1995)

More information

Transmitting Multiple HD Video Streams over UWB Links

Transmitting Multiple HD Video Streams over UWB Links MITSUBISHI ELECTRIC RESEARCH LABORATORIES http://www.merl.com Transmitting Multiple HD Video Streams over UWB Links C. Duan, G. Pekhteryev, J. Fang, Y-P Nakache, J. Zhang, K. Tajima, Y. Nishioka, H. Hirai

More information

ARTEMIS: Low-Cost Ground Station Antenna Arrays for Microspacecraft Mission Support. G. James Wells Mark A. Sdao Robert E. Zee

ARTEMIS: Low-Cost Ground Station Antenna Arrays for Microspacecraft Mission Support. G. James Wells Mark A. Sdao Robert E. Zee ARTEMIS: Low-Cost Ground Station Antenna Arrays for Microspacecraft Mission Support G. James Wells Mark A. Sdao Robert E. Zee Space Flight Laboratory University of Toronto Institute for Aerospace Studies

More information

The RCB-2000 is a compact receiving system that combines two high-performance telemetry RF sections.

The RCB-2000 is a compact receiving system that combines two high-performance telemetry RF sections. The RCB-2000 is a compact receiving system that combines two high-performance telemetry RF sections. L3 Telemetry& RF products (L3 T&RF) RCB-2000 is a compact, receiving system that combines two high-performance

More information

TSTE17 System Design, CDIO. General project hints. Behavioral Model. General project hints, cont. Lecture 5. Required documents Modulation, cont.

TSTE17 System Design, CDIO. General project hints. Behavioral Model. General project hints, cont. Lecture 5. Required documents Modulation, cont. TSTE17 System Design, CDIO Lecture 5 1 General project hints 2 Project hints and deadline suggestions Required documents Modulation, cont. Requirement specification Channel coding Design specification

More information

Wireless Communication in Embedded System. Prof. Prabhat Ranjan

Wireless Communication in Embedded System. Prof. Prabhat Ranjan Wireless Communication in Embedded System Prof. Prabhat Ranjan Material based on White papers from www.radiotronix.com Networked embedded devices In the past embedded devices were standalone Typically

More information

Satellite Tracking, Telemetry and Command Design Basis

Satellite Tracking, Telemetry and Command Design Basis Satellite Tracking, Telemetry and Command Design Basis Jyh-Ching Juang ( 莊智清 ) Department of Electrical Engineering National Cheng Kung University juang@mail.ncku.edu.tw November, 2008 SATELLITE TRACKING,

More information

Ascent Ground and Satellite Demonstration

Ascent Ground and Satellite Demonstration Ascent Ground and Satellite Demonstration By Ray Roberge, WA1CYB & Howie DeFelice, AB2S WA1CYB s1 Big Picture Goals Place more capable satellites into higher orbits Utilize software defined radios A programmable

More information

Digital Transmission using SECC Spring 2010 Lecture #7. (n,k,d) Systematic Block Codes. How many parity bits to use?

Digital Transmission using SECC Spring 2010 Lecture #7. (n,k,d) Systematic Block Codes. How many parity bits to use? Digital Transmission using SECC 6.02 Spring 2010 Lecture #7 How many parity bits? Dealing with burst errors Reed-Solomon codes message Compute Checksum # message chk Partition Apply SECC Transmit errors

More information

A CubeSat Radio Beacon Experiment

A CubeSat Radio Beacon Experiment A CubeSat Radio Beacon Experiment CUBEACON A Beacon Test of Designs for the Future Antenna? Michael Cousins SRI International Multifrequency? Size, Weight and Power? CubeSat Developers Workshop, April

More information

Challenges and Solutions for GPS Receiver Test

Challenges and Solutions for GPS Receiver Test Challenges and Solutions for GPS Receiver Test Presenter: Mirin Lew January 28, 2010 Agenda GPS technology concepts GPS and GNSS overview Assisted GPS (A-GPS) Basic tests required for GPS receiver verification

More information

High Speed Data Downlink for NSF Space Weather CubeSats

High Speed Data Downlink for NSF Space Weather CubeSats High Speed Data Downlink for NSF Space Weather CubeSats National Science Foundation Meeting Monday August 31, 2009 Charles Swenson Satellite Data Flow Onboard Instruments R collected Spacecraft Memory

More information

ETSI Standards and the Measurement of RF Conducted Output Power of Wi-Fi ac Signals

ETSI Standards and the Measurement of RF Conducted Output Power of Wi-Fi ac Signals ETSI Standards and the Measurement of RF Conducted Output Power of Wi-Fi 802.11ac Signals Introduction The European Telecommunications Standards Institute (ETSI) have recently introduced a revised set

More information

SOQPSK Software Defined Radio

SOQPSK Software Defined Radio SOQPSK Software Defined Radio Item Type text; Proceedings Authors Nash, Christopher; Hogstrom, Christopher Publisher International Foundation for Telemetering Journal International Telemetering Conference

More information

CGMS-37, NOAA-WP-33 Prepared by NOAA Agenda Item: IV/1 Discussed in WG IV

CGMS-37, NOAA-WP-33 Prepared by NOAA Agenda Item: IV/1 Discussed in WG IV Prepared by NOAA Agenda Item: IV/1 Discussed in WG IV NOAA-WP-33 provides a status of its Geostationary Operational Environmental Satellite Series R (GOES-R). and polar-orbiting satellite constellations.

More information

ON SYMBOL TIMING RECOVERY IN ALL-DIGITAL RECEIVERS

ON SYMBOL TIMING RECOVERY IN ALL-DIGITAL RECEIVERS ON SYMBOL TIMING RECOVERY IN ALL-DIGITAL RECEIVERS 1 Ali A. Ghrayeb New Mexico State University, Box 30001, Dept 3-O, Las Cruces, NM, 88003 (e-mail: aghrayeb@nmsu.edu) ABSTRACT Sandia National Laboratories

More information

ECE 6390: Satellite Communications and Navigation Systems TEST 1 (Fall 2010)

ECE 6390: Satellite Communications and Navigation Systems TEST 1 (Fall 2010) Name: GTID: ECE 6390: Satellite Communications and Navigation Systems TEST 1 (Fall 2010) Please read all instructions before continuing with the test. This is a closed notes, closed book, closed friend,

More information

RF, HIL and Radar Test

RF, HIL and Radar Test RF, HIL and Radar Test Abhay Samant Marketing Manager India, Russia and Arabia RF Hardware In The Loop Complex Radio Environment Components of RF HIL Communication Modems Channel Simulation GPS Simulation

More information

RF Design Final Spring 2005

RF Design Final Spring 2005 RF Design Final Spring 2005 Name: LAST 4 NUMBERS in Student Number: Do NOT begin until told to do so Make sure that you have all pages before starting Open notes, NO CELL PHONES/WIRELESS DEVICES DO ALL

More information

Total Hours Registration through Website or for further details please visit (Refer Upcoming Events Section)

Total Hours Registration through Website or for further details please visit   (Refer Upcoming Events Section) Total Hours 110-150 Registration Q R Code Registration through Website or for further details please visit http://www.rknec.edu/ (Refer Upcoming Events Section) Module 1: Basics of Microprocessor & Microcontroller

More information

Proposal for a Spread Spectrum Transponder IPayload On the International Space Station

Proposal for a Spread Spectrum Transponder IPayload On the International Space Station Proposal for a Spread Spectrum Transponder IPayload On the International Space Station Matthew Ettus, N2MJI Integrinautics Corporation 1505 Adams Drive Menlo Park, CA 94025 matt@ettus.com August 5, 1999

More information

Software-only implementation of DVB-H

Software-only implementation of DVB-H Software-only implementation of DVB-H Daniel Iancu* a, Hua Ye a, John Glossner a, Andrei Iancu a, Jarmo Takala b a Sandbridge Technologies Inc., 120 White Plains Rd, Tarrytown, NY 10591; b Tampere University

More information

Single Error Correcting Codes (SECC) 6.02 Spring 2011 Lecture #9. Checking the parity. Using the Syndrome to Correct Errors

Single Error Correcting Codes (SECC) 6.02 Spring 2011 Lecture #9. Checking the parity. Using the Syndrome to Correct Errors Single Error Correcting Codes (SECC) Basic idea: Use multiple parity bits, each covering a subset of the data bits. No two message bits belong to exactly the same subsets, so a single error will generate

More information

TRANSMISSION OF RADIOMETER DATA FROM THE SYNCHRONOUS METEOROLOGICAL SATELLITE

TRANSMISSION OF RADIOMETER DATA FROM THE SYNCHRONOUS METEOROLOGICAL SATELLITE TRANSMISSION OF RADIOMETER DATA FROM THE SYNCHRONOUS METEOROLOGICAL SATELLITE Item Type text; Proceedings Authors Davies, Richard S. Publisher International Foundation for Telemetering Journal International

More information

DOCSIS 1.0 Micro CMTS

DOCSIS 1.0 Micro CMTS DOCSIS 1.0 Micro CMTS Our Micro CMTS Provides a number of interface types, some of which are necessary to implement the basic functionality of a DOCSIS HFC network and others which are necessary for management

More information

GNSS Technologies. GNSS Acquisition Dr. Zahidul Bhuiyan Finnish Geospatial Research Institute, National Land Survey

GNSS Technologies. GNSS Acquisition Dr. Zahidul Bhuiyan Finnish Geospatial Research Institute, National Land Survey GNSS Acquisition 25.1.2016 Dr. Zahidul Bhuiyan Finnish Geospatial Research Institute, National Land Survey Content GNSS signal background Binary phase shift keying (BPSK) modulation Binary offset carrier

More information

High Level Design Group: RF Detection Group Members: Joey Py e, André Magill, Shane Ryan, John Docalovich, Zack Bennett Advisor: Dr.

High Level Design Group: RF Detection Group Members: Joey Py e, André Magill, Shane Ryan, John Docalovich, Zack Bennett Advisor: Dr. Group: RF Detection Group Members: Joey Py e, André Magill, Shane Ryan, John Docalovich, Zack Bennett Advisor: Dr. Jonathan Chisum Table of Contents 1 Introduction 3 2 Problem Statement and Proposed Solution

More information

ECE 6390 Project : Communication system

ECE 6390 Project : Communication system ECE 6390 Project : Communication system December 9, 2008 1. Overview The Martian GPS network consists of 18 satellites (3 constellations of 6 satellites). One master satellite of each constellation will

More information

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad - 00 0 ELECTRONICS AND COMMUNICATION ENGINEERING TUTORIAL QUESTION BANK Course Name : SATELLITE COMMUNICATION Course Code : AEC Class

More information

The CubeSTAR Project. Design of a Prototype Communication System for the CubeSTAR Nano-satellite. Master presentation by Johan Tresvig 24th Aug.

The CubeSTAR Project. Design of a Prototype Communication System for the CubeSTAR Nano-satellite. Master presentation by Johan Tresvig 24th Aug. Design of a Prototype Communication System for the CubeSTAR Nano-satellite Master presentation by Johan Tresvig 24th Aug. 2010 The CubeSTAR Project Student satellite project at the University of Oslo Scientific

More information

Exercise 3-2. Digital Modulation EXERCISE OBJECTIVE DISCUSSION OUTLINE DISCUSSION. PSK digital modulation

Exercise 3-2. Digital Modulation EXERCISE OBJECTIVE DISCUSSION OUTLINE DISCUSSION. PSK digital modulation Exercise 3-2 Digital Modulation EXERCISE OBJECTIVE When you have completed this exercise, you will be familiar with PSK digital modulation and with a typical QPSK modulator and demodulator. DISCUSSION

More information

and WAN Carlos Alberto Avendaño Pérez Medellín-Colombia

and WAN Carlos Alberto Avendaño Pérez Medellín-Colombia Satellite Stations, Radio-Links and WAN Carlos Alberto Avendaño Pérez Universidad de Antioquia Medellín-Colombia School on Radio Use for Digital and Multimedia Communications The Abdus Salam International

More information

2009 Small Satellite Conference Logan, Utah

2009 Small Satellite Conference Logan, Utah Exploiting Link Dynamics in LEO-to-Ground Communications 2009 Small Satellite Conference Logan, Utah Joseph Palmer jmp@lanl.gov Michael Caffrey mpc@lanl.gov Los Alamos National Laboratory Paper Abstract

More information

EELE 5451 Satellite Communications

EELE 5451 Satellite Communications EELE 5451 Satellite Communications Introduction Applications include: Communications systems, Remote sensing (detection of water pollution, monitoring of weather conditions, search and rescue operations).

More information

EE 434 Final Projects Fall 2006

EE 434 Final Projects Fall 2006 EE 434 Final Projects Fall 2006 Six projects have been identified. It will be our goal to have approximately an equal number of teams working on each project. You may work individually or in groups of

More information

GMS-5 Telemetry and Command SubSystem 1

GMS-5 Telemetry and Command SubSystem 1 GMS-5 Telemetry and Command SubSystem 1 Telemetry The telemetry subsystem consists of redundant Central Telemetry Units (CTU 1 & 2) and Remote Telemetry Units (RTU A & B) This subsystem multiplexes telemetry

More information

Faculty of Information Engineering & Technology. The Communications Department. Course: Advanced Communication Lab [COMM 1005] Lab 6.

Faculty of Information Engineering & Technology. The Communications Department. Course: Advanced Communication Lab [COMM 1005] Lab 6. Faculty of Information Engineering & Technology The Communications Department Course: Advanced Communication Lab [COMM 1005] Lab 6.0 NI USRP 1 TABLE OF CONTENTS 2 Summary... 2 3 Background:... 3 Software

More information

Modulation and Coding labolatory. Digital Modulation. Frequency Shift Keying (FSK)

Modulation and Coding labolatory. Digital Modulation. Frequency Shift Keying (FSK) Modulation and Coding labolatory Digital Modulation Frequency Shift Keying (FSK) The aim of the exercise is to develop algorithms for modulation and decoding for the two types of digital modulation: Frequency

More information

Guide to acquiring MTSAT HRIT & JPEG files from the JMA Data Dissemination System (JDDS) server

Guide to acquiring MTSAT HRIT & JPEG files from the JMA Data Dissemination System (JDDS) server March 2009 Japan Meteorological Agency Guide to acquiring MTSAT HRIT & JPEG files from the JMA Data Dissemination System (JDDS) server This guide describes how to acquire MTSAT imagery files through the

More information

GPS Beamforming with Low-cost RTL-SDRs Wil Myrick, Ph.D.

GPS Beamforming with Low-cost RTL-SDRs Wil Myrick, Ph.D. with Low-cost RTL-SDRs Wil Myrick, Ph.D. September 13, 2017 Conference 2017 Recap from GRCon 2016 MWF Invented by Dr. Scott Goldstein and Dr. Irving Reed (1996) Initial Release (2001) Revisited GPS Work

More information

OVERVIEW OF THE ALOS SATELLITE SYSTEM

OVERVIEW OF THE ALOS SATELLITE SYSTEM OVERVIEW OF THE ALOS SATELLITE SYSTEM Presented to The Symposium for ALOS Data Application Users @Kogakuin University, Tokyo, Japan Mar. 27, 2001 Takashi Hamazaki Senior Engineer ALOS Project National

More information

Introduction to Global Navigation Satellite System (GNSS) Signal Structure

Introduction to Global Navigation Satellite System (GNSS) Signal Structure Introduction to Global Navigation Satellite System (GNSS) Signal Structure Dinesh Manandhar Center for Spatial Information Science The University of Tokyo Contact Information: dinesh@iis.u-tokyo.ac.jp

More information

How different FPGA firmware options enable digitizer platforms to address and facilitate multiple applications

How different FPGA firmware options enable digitizer platforms to address and facilitate multiple applications How different FPGA firmware options enable digitizer platforms to address and facilitate multiple applications 1 st of April 2019 Marc.Stackler@Teledyne.com March 19 1 Digitizer definition and application

More information

Spectral Monitoring/ SigInt

Spectral Monitoring/ SigInt RF Test & Measurement Spectral Monitoring/ SigInt Radio Prototyping Horizontal Technologies LabVIEW RIO for RF (FPGA-based processing) PXI Platform (Chassis, controllers, baseband modules) RF hardware

More information

DopplerPSK Quick-Start Guide for v0.20

DopplerPSK Quick-Start Guide for v0.20 DopplerPSK Quick-Start Guide for v0.20 Program Description DopplerPSK is an experimental program for transmitting Doppler-corrected PSK31 on satellite uplinks. It uses an orbital propagator to estimate

More information

Air Force Institute of Technology. A CubeSat Mission for Locating and Mapping Spot Beams of GEO Comm-Satellites

Air Force Institute of Technology. A CubeSat Mission for Locating and Mapping Spot Beams of GEO Comm-Satellites Air Force Institute of Technology A CubeSat Mission for Locating and Mapping Spot Beams of GEO Comm-Satellites Lt. Jake LaSarge PI: Dr. Jonathan Black Dr. Brad King Dr. Gary Duke August 9, 2015 1 Outline

More information

Relative Navigation, Timing & Data. Communications for CubeSat Clusters. Nestor Voronka, Tyrel Newton

Relative Navigation, Timing & Data. Communications for CubeSat Clusters. Nestor Voronka, Tyrel Newton Relative Navigation, Timing & Data Communications for CubeSat Clusters Nestor Voronka, Tyrel Newton Tethers Unlimited, Inc. 11711 N. Creek Pkwy S., Suite D113 Bothell, WA 98011 425-486-0100x678 voronka@tethers.com

More information

RECOMMENDATION ITU-R BS.1350

RECOMMENDATION ITU-R BS.1350 Rec. ITU-R BS.135 1 RECOMMENDATION ITU-R BS.135 SYSTEMS REQUIREMENTS FOR MULTIPLEXING FM SOUND BROADCASTING WITH A SUB-CARRIER DATA CHANNEL HAVING A RELATIVELY LARGE TRANSMISSION CAPACITY FOR STATIONARY

More information