Emergency Mine Radio Daniel Weller, Adam Jozwick, David West.

Slides:



Advertisements
Similar presentations
Envelope Detector Conventional DSB-AM signals are easily demodulated by an envelope detector It consists of a diode and an RC circuit, which is a simple.
Advertisements

Signal Encoding Techniques
Chapter : Digital Modulation 4.2 : Digital Transmission
Tamara Berg Advanced Multimedia
What is Arduino?  Arduino is a ATMEL 168 micro-controller kit designed specially for small projects  User friendly IDE(Integrated Development Environment)
Senior Capstone Project Integration of Matlab Tools for DSP Code Generation ECE Department March 2nd, 2006 Team Members: Kwadwo Boateng and Charles Badu.
Software Defined Radio Testbed Team may11-18 Members: Alex Dolan, Mohammad Khan, Ahmet Unsal Adviser: Dr. Aditya Ramamoorthy.
5.1 Chapter 5 Analog Transmission Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Chapter 5 Analog Transmission
Chapter 5 Analog Transmission.
EE302 Lesson 21: Transmission of Binary Data in Communication Systems
Data Communication Analog Transmition Behrouz A. Forouzan 1Data Communication - Analog Transmition.
Network Coding Testbed Using Software-Defined Radio Abstract In current generation networks, network nodes operate by replicating and forwarding the packets.
Physical Layer CHAPTER 3. Announcements and Outline Announcements Credit Suisse – Tomorrow (9/9) Afternoon – Student Lounge 5:30 PM Information Session.
DIGITAL COMMUNICATIONS.  The modern world is dependent on digital communications.  Radio, television and telephone systems were essentially analog in.
RADIO FREQUENCY MODULE. Introduction  An RF module is a small electronic circuit used to transmit and receive radio signals.  As the name suggests,
Software Defined Radio (SDR) and its Implementation Brandon Graham W0GPR.
Digital Data Transmission ECE 457 Spring Information Representation Communication systems convert information into a form suitable for transmission.
Software Defined Radio Mentor: Dr. Brian Banister Sponsor: Comtech AHA Team: Brad Eylander, Dylan Kievit, Jeff Chang, Ted Storms Acknowledgements: Dr.
Lecture 7 AM and FM Signal Demodulation
Guitar Effects Processor Critical Design Review October, 07, 2003 Groups Members: Adam Bernstein Hosam Ghaith Jasenko Alagic Matthew Iyer Yousef Alyousef.
Integrated Circuits Design for Applications in Communications Dr. Charles Surya Department of Electronic and Information Engineering DE636  6220
Intelligent Phone Service Selector Senior Design Project 2006 Advisor: Sandip Kundu Members: Adam Conway Anh Bao Nguyen (manager) Areej Pirzada Dan Verdolino.
Sep 30, 2005CS477: Analog and Digital Communications1 SSB and Demodulation Analog and Digital Communications Autumn
DSP for Software Radio Waveform Processing – Single Carrier Systems Dr. Jamil Ahmad.
Software Defined Radio Brad Freyberg, JunYong Lee, SungHo Yoon, Uttara Kumar, Tingting Zou Project Description System Design The goal of our project is.
Communication systems Radios. Input  Raw materials in a radio are an antenna, printed circuit board, resistors, capacitors, coils and transformers, transistors,
2 Outline Digital music The power of FPGA The “DigitalSynth” project –Hardware –Software Conclusion Demo.
General Licensing Class G7A – G7C Practical Circuits Your organization and dates here.
Group 12 Subterranean Fourier Transformers Chris Springer, Andrew Duncan, and Adam Kassar.
The use of designated radio frequency spectra for purpose of private recreation, non-commercial exchange of messages, wireless experimentation, self.
Wireless Sensor Monitoring Group Members: Daniel Eke (COMPE) Brian Reilly (ECE) Steven Shih (ECE) Sponsored by:
Phase-Locked Loop Design S emiconducto r S imulation L aboratory Phase-locked loops: Building blocks in receivers and other communication electronics Main.
Introduction to Communication Systems
Reconfigurable Communication System Design
Digital Speech Transmission and Recovery. Overall System Output (speaker) Channel (coax cable) Receiver Circuit Input (microphone) Transmitter Circuit.
Student: Vikas Agarwal Guide: Prof H S Jamadagni
Group 12 Subterranean Fourier Transformers Chris Springer, Andrew Duncan, and Adam Kassar.
CHAPTER 6 PASS-BAND DATA TRANSMISSION
Software Defined Radio
Data Acquisition Systems
CMPD273 Multimedia System Prepared by Nazrita Ibrahim © UNITEN2002 Multimedia System Characteristic Reference: F. Fluckiger: “Understanding networked multimedia,
Developing a SDR Testbed Alex Dolan Mohammad Khan Ahmet Unsal Project Advisor Dr. Aditya Ramamoorthy.
Concepts of Multiplexing Many input signals to one transmission media Reduces the number of channels or conductors running from point A to point B Added.
Senior Project – Electrical Engineering – 2005 Wireless Baby Monitor Nelson Rosario, Farida Siddiqi Advisors: Professor Ekram Hassib Professor Emad A.
EECE 252 PROJECT SPRING 2014 Presented by: Peizhen Sun Nor Asma Mohd Sidik.
Student: Vikas Agarwal Guide: Prof H S Jamadagni
Wireless communication Emmanuel Gyebison. Transmission Signals must be converted into digital values, using a circuit called ADC (Analog to Digital Converter),
Fundamentals of Digital Communication
Chapter : Digital Modulation 4.2 : Digital Transmission
General Licensing Class Digital Operating Brookhaven National Laboratory Amateur Radio Club.
The use of designated radio frequency spectra for purpose of private recreation, non-commercial exchange of messages, wireless experimentation, self training,
Voice Controlled Home Automation System Group 13 Zhe Gong Hongchuan Li.
Cape Electrical and Electronic Technology Topic: Electromagnetic Waves By: Tahvorn George & Charles,J.
ECE 101 Exploring Electrical Engineering Chapter 7 Data Acquisition Herbert G. Mayer, PSU Status 11/30/2015 Derived with permission from PSU Prof. Phillip.
Members:Ahmet Unsal Alex Dolan Mohammad Khan Adviser:Prof. Aditya Ramamoorthy.
Chapter Nine: Data Transmission. Introduction Binary data is transmitted by either by serial or parallel methods Data transmission over long distances.
Radio Equipment. Review: On the Transmitter Side The purpose of radio communications is to transfer information from one point to another. The information.
A Wireless Local Area Network by Raymond Woodward.
CHAPTER 4. OUTLINES 1. Digital Modulation Introduction Information capacity, Bits, Bit Rate, Baud, M- ary encoding ASK, FSK, PSK, QPSK, QAM 2. Digital.
Chip Config & Drivers – Required Drivers:
Michael Rahaim, PhD Candidate Multimedia Communications Lab
Digital Communications
Pulse Code Modulation (PCM)
The Hardware of Software Defined Radios
Introduction King Saud University
General Licensing Class
A Software Defined Radio for the Masses, Part 4
Wireless PHY (Modulation)
Introduction 1st semester King Saud University
Presentation transcript:

Emergency Mine Radio Daniel Weller, Adam Jozwick, David West

Problem Statement: To build a device for miners to use in the case of an emergency in a mine. The solution we decided to pursue was to build a Software Defined Radio (SDR) with an Induction Loop antenna to communicate using low frequencies that pass through solid earth.

Software Defined Radio A SDR is a radio that swaps out the use of many hardware components(mixers, filters, detectors) and instead uses software and a PC to implement the same thing. The boards used are called Janus and Magister. Janus: A/D, D,A Converter Magister: USB interface

Changes from original design Hardware circuit to generate In-phase and Quadrature Multi-functionality Voice based to text based Software Design

Software System Diagram TransmitReceive

Encoding The user defined text message is transformed into binary using the ASCII equivalent of letters. A start(2 in ASCII) and stop (4 in ASCII) bit are also added to help decode the message later. MATLAB used a 2,97,4 Text Text to ASCII equivalent (2) (97) (4) ASCII to binary equivalent

Modulate Encoded message is modulated to on-off keying at low frequency (2) (97) (4) binary equivalent ( ) ( ) (001000)

Transmit Modulated signal converted from digital to analog and sent to PC’s audio output Antenna is in audio output Transmitting Antenna

Get Data Radio signal received from other PC and specifically PowerSDR PowerSDR: Signal Modulation software for SDR’s Signal converted to vectors containing values for each data element of signal SDR Receiving Antenna

Signal Processing Signal processing is applied to sampled data from radio signal DC offset removed, passed through low pass filter and envelope generated.

Decode Envelope of sampled signal used to generate binary numbers from original signal From binary converted back to text a 2,97,4 Text ASCII equivalent (2) (97) (4) binary equivalent

SDR Transmitting Antenna Receiving Antenna Input Text Message Output Text Message

Testing Interface testing –Test used to check communications from Magister to PC Radio Frequency test -Check if RF signal can be picked up In-Phase/Quadrature tests – to test the A/D and D/A converters in Janus Multiple Audio Signals test ASCII Signal Tests – Final text based test with antenna

Reflection A major difficulty was in understanding of data transmission via radio waves and there limitations Understanding of SDRs and I and Q were a challenge Future groups should consider: ◦ Re-sampling of data ◦ Other modulation schemes