136: Data Transmission via Sound

Size: px
Start display at page:

Download "136: Data Transmission via Sound"

Transcription

1 136: Data Transmission via Sound Loren Lang, Sean Keller, Richard Kueper ECE 403 Spring 2001 ABSTRACT: In this project, a wireless serial data bus was constructed for use with the Wrist Display GPS project ongoing between NDSU and Rockwell Collins. In this project, we hope to answer the following questions: At what frequency does sound best transmit through the body? What baud rate can be achieved? What are the emissions? We plan on using a transmitter / receiver pair of sound transducers that will use Sound waves On-Off Keying A high frequency carrier The advantages of this design include low electromagnetic emissions and effective communications across the body without the use of wires. The main problem with this approach was the difficulty of overcoming reflection loss at the human body interface. 1

2 Chapter 1: Introduction 1.1 Introduction The United State Department of Defense (DOD) currently operates and maintains a network of satellites and ground-based transceivers for the purpose of establishing a radio based global positioning system (GPS). This system has the capability of determining the latitude, longitude, and elevation of a receiver by calculating timing differences from RF signals broadcast by three or more satellites. The ground-based transceivers are used to calculate and correct slight errors in satellite orbit position as well as timing errors caused by atmospheric inconsistencies. Rockwell Collins is currently marketing a Precision Lightweight GPS Receiver (PLGR) for military applications. The PLGR is a handheld unit useful in applications ranging from military reconnaissance to determining proper placement of transmitters or other critical equipment. As part of an ongoing project, Rockwell Collins has requested assistance form senior level electrical engineering students from North Dakota Sate University to develop a wireless interface network that will allow a master CPU to communicate with several devices. Specifically, the master CPU should be able to request information for the PLGR and communicate that information to a wrist display unit. A wrist display unit would relieve the operator of the burden of holding the PLGR and therefore free a hand for other tasks. Previous senior design groups have successfully worked with Rockwell Collins on the development of a wrist display unit that would interface directly with the PLGR. Unfortunately, this did no provide versatility for expansion of the system. It is desirable to incorporate additional sensors and input devices, all of which communicate with one master. For this reason, Rockwell Collins has requested that this problem be approached in a divide and conquer manner. Four independent projects were defined as shown below, each component of which was an individually testable, compatible component. Bus Master Slave #0 LCD Display Slave #1 PLGR Slave #2 Heart Rate etc. The bus master receives, transmits, and processes all data. This was a PC initially, with the understanding that a future design team will develop a portable unit. A second project was the creation of a wrist display. Also required is a PLGR interface that will decode information from the PLGR and provide that information to the master via the serial bus. A third project added more 2

3 capability to this system by adding slave units which monitored the operator s heart rate and temperature. One shortcoming of this design was the use of a 3-wire serial bus (Send, receive, ground). These wires will have to run from the PLGR, temperature sensor, and other sensors tot he operator s wrist. If operated out in the field, these wires may be prone to snage and break, rednering the system nonfunctional. If these wires could be replaced with a wireless form of data communications, the GPS Wrist Display system would be more reliable and more functional. Several approaches exist for creating a wireless serial data bus. If no ground wire is used, a wave of some form must be launched. Three types of waves would be EMI waves using common-mode radiation EMI waves using differential mode radiation Sound waves A wireless link using EMI waves with common mode radiation was developed and successfully demonstrated to Rockwell Collins in the summer of While this method did transmit data via the operator s skin, the common-mode radiation was significantly above military requirements for EMI radiation: on the order of 80dB at some frequencies.. A wireless link using EMI waves with differential-mode radiation should result in lower emissions, since the emission strength should drop off as 1/r 3 for differential mode. Future senior design groups may look at this approach. Sound can also be used to launch a wave and transmit data. This is the approach to be investigated in this study. 1.2 Objective: In this study, the feasibility of transmitting serial data between master and slave units via a wireless serial data bus were investigated. Specifically, The characteristics of the human body with respect to transmitting sound were researched A device will be built to transmit serial data via sound across the body, and if possible The properties of this device, such as its emissions, will be identified and characterized. 1.3 Report Outline: This report is organized as follows: Chapter 1. Introduces the problem and describes what sort of device should result from this design process. 3

4 Chapter 2. Previous work on similar devices is presented. The specifications that this device must meet and the design approach selected by our design team is then described. Chapter 3. Each section of the design is further subdivided and described. The options considered, the option selected, and reasons for this selection are elaborated upon. Chapter 4. Circuit diagrams and flowcharts are presented for each section of the design. Chapter 5. Experimental results for each section are presented. Chapter 6. Presents the results from assembling the overall device and analysis of how well this device meets the design specifications. Chapter 7. Concludes the report and suggests future directions for follow-on design projects. References, program listings, and data sheets are then located in the appendix. 4

5 Chapter 2. Previous Work & Design Approach 2.1. Introduction A number of companies and individual have researched sound transmission and used it as a means of data transmission for various applications Previous Work Using sound for wireless data transmission is not uncharted territory. There have been several patented devices which provide for ultrasonic data transmission and there have been published articles dealing with ultrasonic data transmission. None of the devices found address the needs of this project. Most devices using of sound for wireless communication are designed for underwater applications. Other devices are very application specific and are not useful to this project. Many patents mention ultrasonic as a possible way to transmit data, but there are only a few that specify it. One such device is an underwater modem from Divecom Ltd. (US ) used for carrying data at a high rate underwater. Although this device uses ultrasonic carriers, it was designed for underwater use and has a much larger range than desired for this project. Other devices are too specific or designed with other goals in mind. The Aerospace Corporation has an ultrasonic communication device (US ), but it seeks to avoid an electrical power source for embedded sensors. This does not meet the requirements of our project. There are two helpful sources that deal with at least one of the questions this project seeks to answer. Craig Wisneski's project "Ultrasonic Local Area Communication" ( and V. Gerasimov and W. Bender's "Things That Talk" ( provide an overview of sound as a communication medium. They provide a good first glimpse at the issues this project seeks to deal with Specifications Rockwell Collins has requested that the device be wireless. It also needs to be RS-232 compatible to integrate well with the rest of the body LAN. The emissions should be low, preferably well below military standards. Also, a baud rate of at least 1200 should be achieved, although Rockwell Collins would like a baud rate of at least 9600 if possible. The product should be low power and should be feasible to manufacture and produce. 5

6 2.4. Block Diagram In order to develop the sound data transmitter and receiver pair, the design is split into 9 blocks as shown below. Block Diagram RS V Buffer Amp Transducer (speaker) Sound 9600 Baud TTL 9600 Baud TTL RS V Buffer Microprocessor Amplifier Microphone Sound The incoming +- 12V RS-232 signal is converted to a TTL +- 5V signal by the buffer. Before being transmitted, the TTL signal is first amplified. Then it is converted to sound by the speaker. This sound signal will be transmitted primarily through the human body and air. On the receiving end, the microphone will convert the sound back to an electrical signal before being amplified. The microprocessor will run an error checking algorithm to assure the integrity of the signal. Then, another buffer will convert the +- 5V TTL signal back to a +- 12V RS-232 compatible signal Time Line We divided up the work for this project as evenly as possible. The actual timeline is given in the appendix. Each person was assigned a number, and that number was then used to identify which part of the project each person would work on. 6

7 1=Rick Kueper 2=Sean Keller 3=Loren Lang 2.6. Conclusions Chapter 2. presented previews of other individual s work and described in general how this task will be divided into subtasks. Each of these subtasks will be elaborated upon in Chapter 3. 7

8 Chapter 3.Detailed Design 3.1. Introduction In this chapter, each section of the design is further subdivided and described. The options considered, the option selected, and reasons for this selection are elaborated upon. 3.2 Experiment Design The objective of our experiment was to characterize sound transmission through the human body at different frequencies and to determine the most suitable frequency or frequencies for data transmission via sound. In order to get a good picture of the body s transmission characteristics it would be ideal to do a continuous frequency sweep from 0 to about 3 MHz. Unfortunately transducers in the ultrasonic range are made with a very narrow bandwidth and are fairly expensive. To overcome this problem, we obtained ultrasonic transducers for frequencies of 25kHz, 40kHz, 92kHz, 150kHz, and 215kHz. Though this limited number of frequencies did not give us a nice continuous graph, it provided a useful indication as to what the transmission characteristics are as a whole. The first stage of our experiment was to establish a baseline, i.e. the transmission characteristics of a good sound conductor, and for this we first tried a steel bar approximately 2.5 feet in length. We were unable to receive any signal through the bar, though, due to reflections at the interface between air and steel. We therefore opted to use air as our baseline. We constructed a frame that allowed us to mount the transducers securely and move them easily for our experiment. The second stage of our experiment was the actual testing of sound transmission through the body. In order to do this we placed a transmitter on the subject s back, which is where the transmitter would most likely be placed in real life, and a receiver on the subject s hand. 3.3 Options Considered In order to characterize as much of the sound spectrum as possible, we considered as many different frequency ranges as possible for our transducers. We considered numerous audible range transducers (20 Hz 20 khz). We also considered some 25kHz and 40kHz transducers. Each transducer was tested for transmission loss through air and through the body to determine the most effective means of transmission. 3.4 Options Selected After repeated test, we were unable to determine a frequency for optimal transmission. Although data was collected for sound transmission through air, no data was received for transmission through the body. An ultrasonic frequency would be ideal for transmission. An advantage of 8

9 using an ultrasonic signal is that it will not be an audible annoyance to the person wearing the device. The ultrasonic transducer pair also will provide us with the best baud rate Conclusion In this chapter, detailed descriptions of each section of the design were presented. The circuits to implement these designs are presented in Chapter 4. 9

10 Chapter 4. Circuit Diagrams & Flow Charts Introduction: In this chapter, the transmitter and receiver circuits are examined. Circuit diagrams are given with an explanation of how the design works. 4.1 Transmitter Circuit The above circuit was used to generate the modulated sonic wave sent to the transducers. The FET acted as a switch to implement ON-OFF signaling. The input to the drain terminal of the FET is a sine wave of the frequency used for transmission. The data being transmitted is input into the gate terminal. The capacitor blocks all DC current. An op-amp amplifier circuit with a theoretical gain of 100 was used to boost the signal. In practice a gain of only 15 was achieved with this circuit due to the op amp s limited bandwidth. The sound wave was then transmitted through air and analyzed using the receiver circuit below. 4.2 Receiver Circuit 10

11 The above circuit was used to receive the modulated sonic wave using the various transducers. The received signal was amplified by the LM318 op amp. Once again, the theoretical gain was 100, but only a gain of 15 was realized in testing due to the limited bandwidth of the op amp. The diode, and RC circuit before the output act as an envelope detector. The detector follows the envelope of the modulated signal received, thus restoring the original data signal. The values of the resistor and capacitor used in the envelope detector were adjusted to suit the frequency being tested. The value of RC should be large compared to 1/(2πf c ) where f c is the frequency being tested, but should be small compared to 1/(2πB) where B is the highest frequency in the modulated signal. 1/(2πB) >> RC >> 1/(2πf c ) The output of the envelope detector should be capacitively coupled to block the DC component. For testing purposes, the output was passed to the oscilloscope for measurement and analysis. 4.3 Conclusion: In this chapter, the circuits used in the design were presented. Each part of the circuit identified and a description of its function was given. The result of testing these circuits is given in the next chapter. 11

12 Attenuation vs. Range Loss (db) Distance of Seperation (in.) Chapter 5. Experimental Results 5.1 Experimental Results As a sound wave propagates, the signal will be attenuated with distance. The amount of attenuation was measured for different frequencies. The medium used in initial testing was air. Using the body as a transmission channel was also tested. In this chapter, the results from these tests are presented Transmission Through Air The results of different frequencies in air are given in Figure 5.1 below. Figure 5.1 Figure 5.1 shows attenuation for a short range (<2 ft) that would be typical for distances used with the PLGR unit. The graph shows that attenuation increases as frequency increases. However, a more general result for signal attenuation over a larger range is given in Figure 5.2 below. 12

13 Figure 5.2 Chart 5.2 shows the relationship between signal attenuation, frequency, and range. As the chart shows, attenuation increases with frequency. This poses a problem for data transmission since higher frequencies are ideal for greater data rates. Communication at higher frequencies requires a more intense signal at the transmitter (backpack) and better detection at the receiver (wrist display) Transmission Through the Human Body All frequencies were tested with the transducers placed on the skin. However, no signal was detected at the receiver for any of the frequencies tested. This is probably due to the large amounts of reflections at the skin on the human body. The human body as a transmission channel in effect 13

14 looks like an infinite impedance to a sound wave. An infinite impedence will reflect the entire incident sound wave. The use of a coupling gel would significantly reduce losses due to reflection. Larger amounts of power at the transmitter were tested but still resulted in no signal received. A coupling gel was not tested since this would impede the maneuverability of the soldier and defeat the objectives of a wireless and non-restrictive transmission scheme. 5.2 Conclusion: In this section, the result of transducer testing was presented. Transmission characteristics of air and the human body were analyzed. The functionality of the design will be examined in the next chapter. 14

15 Chapter 6. Overall Functionality 6.1 Design Difficulties A prototype was not feasible for data transmission via sound due to many reasons. First, the coupling between the transducer and skin is extremely poor. This results in nearly all of the incident wave being lost due to reflections. Serious reflections are present at both the transmitting and receiving locations. A significant portion of the signal is reflected off the skin before it enters the body and an approximately equal portion of the signal that did penetrate the body is reflected back into the body at the receiver. Also, body tissues severely attenuate whatever signal there is inside the body, further decreasing usable signal. Therefore, no part of the original signal was received at the transmitter for any of the frequencies tested. We attempted to regain whatever signal the receiver may have been picking up with an amplifier and a high-q bandpass filter, but the results were once again negative. Another problem is the low data rate that was possible. As frequency increases, the sound attenuation and reflection increases dramatically as shown by Figures 5.1 and 5.2 (Chapter 5). To achieve a high data rate, a high frequency must be used. Ultrasonic frequencies would be ideal for a fast transmission rate, but these frequencies of sound do not transmit well through the body. Low frequency sound that would be transmitted efficiently through the body would result in data rates much too slow to be of any use to Rockwell Collins in the intended application. If an audible frequency is used, the reflection and attenuation will be less, however the signal will require large amounts of power to be detected correctly at the receiver. Using a high intensity audible signal could be annoying and uncomfortable for the user of the unit and would also be a security risk since anyone in the vicinity will be able to hear the signal as well. Another issue that caused problems is the directionality of the transducers used. With the sound transducers used, the sound was propagated in a 15 degree cone, therefore, if the receiver unit was moved slightly, the signal became more difficult to detect or even lost. 15

16 6.2 Design Solutions One possible solution would be to use the body as a waveguide. If the sound wave could be effectively transmitted into the body without much loss, the inside of the arm could be used as a waveguide. Then, assuming that it was coupled extremely well to the skin, the receiver could pick up the signal. A potential problem to this approach is that the inside of the human body is not homogenous. While in some cases the sound may propagate well, in other cases tissue or bone may reflect and absorb large amounts of the signal. Another option may be to implant transducers under the skin to eliminate the problem of skin reflection. The implants could be electromagnetically coupled to devices on the surface of the skin to interface with the transducers. This could also lend itself to the waveguide principle since the direction the sound is projected could be optimized for transmission inside the body rather than having to also optimize for penetration of the air-skin boundary. This method would clearly be costly and difficult to implement in a large number of soldiers and would obviously require minor surgery to put in place. Malfunctioning of the transducers would also require a visit to a medical facility for replacement. Another possible solution is to develop a very high power transmission scheme. Our testing was conducted with the highest power possible for the transducers and amplifiers used. However, this signal was far to weak to propagate through or around the human body. Further consideration might be given to transmitting data at an ultrasonic frequency with a very high intensity sound wave. The impedance of the human body would not be a concern since the signal would be powerful enough to diffract around the body and to the receiver without significant attenuation. Frequency must be chosen with care, though. The higher the frequency, the lower the dispersion of the sound wave from diffraction. This results in a narrower range with which to receive a signal of high intensity. As the wavelength of a sound wave becomes smaller than the obstacle that it encounters, the sound is no longer able to diffract around the obstacle, and instead the wave reflects off the obstacle. Security is once again an issue due to the ease of detection of a high intensity signal. Chapter 7. Conclusions & Future Work We have determined that using a wireless sound transmission scheme for an RS-232 compatible personal area network is not feasible due to the limitations of transmitting sound through the body. Some other approaches to be considered in the future might be: 1) Launching an electromagnetic wave 2) Use a very high power ultrasonic transmission scheme. 16

17 3) Using an embedded wire. For example, wire could be concealed in clothing. 4) Implanted transducers in the skin. 17

18 Appendices Appendix A. References Hopp, S. L., Owren, M. J., and Evens, C. S. (eds.). (1998). Animal Acoustic Communication: Sound Analysis and Research Methods. Wisneski, Craig. (1998). The Physics of Information Final Project: Ultrasonics for Local Area Communication. Retreived October 10, 2000, from the World Wide Web: Kumaresan, Swami and Yeh, Peter. (1997). Adviser: Prof. Peter J. Kindlmann Electrical Engineering Freshman Project: An Ultrasonic FSK Modem. Retreived October 10, 2000, from the World Wide Web: 18

Topic Advanced Radio Receivers. Explain that an RF amplifier can be used to improve sensitivity;

Topic Advanced Radio Receivers. Explain that an RF amplifier can be used to improve sensitivity; Learning Objectives: At the end of this topic you will be able to; Explain that an RF amplifier can be used to improve sensitivity; Explain that a superheterodyne receiver offers improved selectivity and

More information

Keywords: ISM, RF, transmitter, short-range, RFIC, switching power amplifier, ETSI

Keywords: ISM, RF, transmitter, short-range, RFIC, switching power amplifier, ETSI Maxim > Design Support > Technical Documents > Application Notes > Wireless and RF > APP 4929 Keywords: ISM, RF, transmitter, short-range, RFIC, switching power amplifier, ETSI APPLICATION NOTE 4929 Adapting

More information

Application Note # 5438

Application Note # 5438 Application Note # 5438 Electrical Noise in Motion Control Circuits 1. Origins of Electrical Noise Electrical noise appears in an electrical circuit through one of four routes: a. Impedance (Ground Loop)

More information

Putting it all Together

Putting it all Together ECE 2C Laboratory Manual 5b Putting it all Together.continuation of Lab 5a In-Lab Procedure At this stage you should have your transmitter circuit hardwired on a vectorboard, and your receiver circuit

More information

Analog & Digital Communication

Analog & Digital Communication Analog & Digital Communication UNIT I Tuned Radio Frequency Receiver Outline Basic Receiver TRF block diagram Advantages Disadvantages Basic receiver -1 Basic receiver -2 If there are many stations then

More information

Intruder Alarm Name Mohamed Alsubaie MMU ID Supervisor Pr. Nicholas Bowring Subject Electronic Engineering Unit code 64ET3516

Intruder Alarm Name Mohamed Alsubaie MMU ID Supervisor Pr. Nicholas Bowring Subject Electronic Engineering Unit code 64ET3516 Intruder Alarm Name MMU ID Supervisor Subject Unit code Course Mohamed Alsubaie 09562211 Pr. Nicholas Bowring Electronic Engineering 64ET3516 BEng (Hons) Computer and Communication Engineering 1. Introduction

More information

Sonic Distance Sensors

Sonic Distance Sensors Sonic Distance Sensors Introduction - Sound is transmitted through the propagation of pressure in the air. - The speed of sound in the air is normally 331m/sec at 0 o C. - Two of the important characteristics

More information

Chapter-15. Communication systems -1 mark Questions

Chapter-15. Communication systems -1 mark Questions Chapter-15 Communication systems -1 mark Questions 1) What are the three main units of a Communication System? 2) What is meant by Bandwidth of transmission? 3) What is a transducer? Give an example. 4)

More information

Ultrasonic Level Detection Technology. ultra-wave

Ultrasonic Level Detection Technology. ultra-wave Ultrasonic Level Detection Technology ultra-wave 1 Definitions Sound - The propagation of pressure waves through air or other media Medium - A material through which sound can travel Vacuum - The absence

More information

Week 8 AM Modulation and the AM Receiver

Week 8 AM Modulation and the AM Receiver Week 8 AM Modulation and the AM Receiver The concept of modulation and radio transmission is introduced. An AM receiver is studied and the constructed on the prototyping board. The operation of the AM

More information

Unguided Transmission Media

Unguided Transmission Media CS311 Data Communication Unguided Transmission Media by Dr. Manas Khatua Assistant Professor Dept. of CSE IIT Jodhpur E-mail: manaskhatua@iitj.ac.in Web: http://home.iitj.ac.in/~manaskhatua http://manaskhatua.github.io/

More information

Design And Application Of A Control System For DC Motors Over Power Line

Design And Application Of A Control System For DC Motors Over Power Line Design And Application Of A Control System For DC Motors Over Power Line Alperen Mustafa Colak Electronic and Communication Engineering Cankaya University Ankara, Turkey alperenmustafacolak@gmail.com Ilhan

More information

Get in Sync and Stay that Way

Get in Sync and Stay that Way Get in Sync and Stay that Way CHOOSING THE RIGHT FREQUENCY FOR YOUR WIRELESS TIMEKEEPING SOLUTION Prepared by Primex Wireless 965 Wells Street Lake Geneva, WI 53147 U.S. 800-537-0464 Canada 800-330-1459

More information

PRINCIPLES OF COMMUNICATION SYSTEMS. Lecture 1- Introduction Elements, Modulation, Demodulation, Frequency Spectrum

PRINCIPLES OF COMMUNICATION SYSTEMS. Lecture 1- Introduction Elements, Modulation, Demodulation, Frequency Spectrum PRINCIPLES OF COMMUNICATION SYSTEMS Lecture 1- Introduction Elements, Modulation, Demodulation, Frequency Spectrum Topic covered Introduction to subject Elements of Communication system Modulation General

More information

6.101 Introductory Analog Electronics Laboratory

6.101 Introductory Analog Electronics Laboratory 6.101 Introductory Analog Electronics Laboratory Spring 2015, Instructor Gim Hom Project Proposal Transmitting, Receiving, and Interpreting ECG Waveforms Daniel Moon (dhmoon@mit.edu) Thipok (Ben) Rak-amnouykit

More information

RPI TEAM: Number Munchers CSAW 2008

RPI TEAM: Number Munchers CSAW 2008 RPI TEAM: Number Munchers CSAW 2008 Andrew Tamoney Dane Kouttron Alex Radocea Contents Introduction:... 3 Tactics Implemented:... 3 Attacking the Compiler... 3 Low power RF transmission... 4 General Overview...

More information

Each individual is to report on the design, simulations, construction, and testing according to the reporting guidelines attached.

Each individual is to report on the design, simulations, construction, and testing according to the reporting guidelines attached. EE 352 Design Project Spring 2015 FM Receiver Revision 0, 03-02-15 Interim report due: Friday April 3, 2015, 5:00PM Project Demonstrations: April 28, 29, 30 during normal lab section times Final report

More information

CHAPTER -15. Communication Systems

CHAPTER -15. Communication Systems CHAPTER -15 Communication Systems COMMUNICATION Communication is the act of transmission and reception of information. COMMUNICATION SYSTEM: A system comprises of transmitter, communication channel and

More information

POWER LINE COMMUNICATION. A dissertation submitted. to Istanbul Arel University in partial. fulfillment of the requirements for the.

POWER LINE COMMUNICATION. A dissertation submitted. to Istanbul Arel University in partial. fulfillment of the requirements for the. POWER LINE COMMUNICATION A dissertation submitted to Istanbul Arel University in partial fulfillment of the requirements for the Bachelor's Degree Submitted by Egemen Recep Çalışkan 2013 Title in all caps

More information

Home & Building Automation. parte 2

Home & Building Automation. parte 2 Home & Building Automation parte 2 Corso di reti per l automazione industriale Prof. Orazio Mirabella Technologies for Home automation Main distribution 230V TP (Twisted Pair) Socket Lighting Sun blinds

More information

SEQUENTIAL NULL WAVE Robert E. Green Patent Pending

SEQUENTIAL NULL WAVE Robert E. Green Patent Pending SEQUENTIAL NULL WAVE BACKGROUND OF THE INVENTION [0010] Field of the invention [0020] The area of this invention is in communication and wave transfer of energy [0030] Description of the Prior Art [0040]

More information

MICROWAVE MICROWAVE TRAINING BENCH COMPONENT SPECIFICATIONS:

MICROWAVE MICROWAVE TRAINING BENCH COMPONENT SPECIFICATIONS: Microwave section consists of Basic Microwave Training Bench, Advance Microwave Training Bench and Microwave Communication Training System. Microwave Training System is used to study all the concepts of

More information

NEW YORK CITY COLLEGE of TECHNOLOGY THE CITY UNIVERSITY OF NEW YORK DEPARTMENT OF ELECTRICAL ENGINEERING AND TELECOMMUNICATIONS TECHNOLOGIES

NEW YORK CITY COLLEGE of TECHNOLOGY THE CITY UNIVERSITY OF NEW YORK DEPARTMENT OF ELECTRICAL ENGINEERING AND TELECOMMUNICATIONS TECHNOLOGIES NEW YORK CITY COLLEGE of TECHNOLOGY THE CITY UNIVERSITY OF NEW YORK DEPARTMENT OF ELECTRICAL ENGINEERING AND TELECOMMUNICATIONS TECHNOLOGIES Course : EET 24 Communications Electronics Module : AM Tx and

More information

Electrical signal types

Electrical signal types Electrical signal types With BogusBus, our signals were very simple and straightforward: each signal wire (1 through 5) carried a single bit of digital data, 0 Volts representing "off" and 24 Volts DC

More information

Advanced Soldier Monitoring and Tracking System Using GPS and GSM Introduction

Advanced Soldier Monitoring and Tracking System Using GPS and GSM Introduction Advanced Soldier Monitoring and Tracking System Using GPS and GSM Introduction The infantry soldier of tomorrow promises to be one of the most technologically advanced modern warfare has ever seen. Around

More information

Project Report. Object Following Robot

Project Report. Object Following Robot Project Report Object Following Robot Group Members: 1. Haad Yaqub Rathore (17100093) 2. Muhammad Umar Javed (17100136) 3. Huzaifa Arif (17100157) 4. Hunza Zainab (17100075) Project Objective & Introduction:

More information

Amplifier Basics A small signal is amplified to a large signal Gain is determined by the function of Vout/Vin or Iout/Iin or Pout/Pin Most amplifiers

Amplifier Basics A small signal is amplified to a large signal Gain is determined by the function of Vout/Vin or Iout/Iin or Pout/Pin Most amplifiers Op Amps Amplifier Basics A small signal is amplified to a large signal Gain is determined by the function of Vout/Vin or Iout/Iin or Pout/Pin Most amplifiers are frequency specific i.e. they only operate

More information

Output Filtering & Electromagnetic Noise Reduction

Output Filtering & Electromagnetic Noise Reduction Output Filtering & Electromagnetic Noise Reduction Application Note Assignment 14 November 2014 Stanley Karas Abstract The motivation of this application note is to both review what is meant by electromagnetic

More information

Wireless Sensor Network for Intra-Venous Fluid Level Indicator Application

Wireless Sensor Network for Intra-Venous Fluid Level Indicator Application Wireless Sensor Network for Intra-Venous Fluid Level Indicator Application Abstract Wireless sensor networks use small, low-cost embedded devices for a wide range of applications such as industrial data

More information

Filters And Waveform Shaping

Filters And Waveform Shaping Physics 3330 Experiment #3 Fall 2001 Purpose Filters And Waveform Shaping The aim of this experiment is to study the frequency filtering properties of passive (R, C, and L) circuits for sine waves, and

More information

Technical Notes from Laplace Instruments Ltd. EMC Emissions measurement. Pre selectors... what, why and when?

Technical Notes from Laplace Instruments Ltd. EMC Emissions measurement. Pre selectors... what, why and when? Technical Notes from Laplace Instruments Ltd EMC Emissions measurement. Pre selectors... what, why and when? Most of us working in EMC will have heard comments about pre-selectors. This article sets out

More information

An Introduction to Spectrum Analyzer. An Introduction to Spectrum Analyzer

An Introduction to Spectrum Analyzer. An Introduction to Spectrum Analyzer 1 An Introduction to Spectrum Analyzer 2 Chapter 1. Introduction As a result of rapidly advancement in communication technology, all the mobile technology of applications has significantly and profoundly

More information

EE 3305 Lab I Revised July 18, 2003

EE 3305 Lab I Revised July 18, 2003 Operational Amplifiers Operational amplifiers are high-gain amplifiers with a similar general description typified by the most famous example, the LM741. The LM741 is used for many amplifier varieties

More information

Continuous Wave Radar

Continuous Wave Radar Continuous Wave Radar CW radar sets transmit a high-frequency signal continuously. The echo signal is received and processed permanently. One has to resolve two problems with this principle: Figure 1:

More information

UNIT 6 ANALOG COMMUNICATION & MULTIPLEXING YOGESH TIWARI EC DEPT,CHARUSAT

UNIT 6 ANALOG COMMUNICATION & MULTIPLEXING YOGESH TIWARI EC DEPT,CHARUSAT UNIT 6 ANALOG COMMUNICATION & MULTIPLEXING YOGESH TIWARI EC DEPT,CHARUSAT Syllabus Multiplexing, Frequency-Division Multiplexing Time-Division Multiplexing Space-Division Multiplexing Combined Modulation

More information

Selecting the right directional loudspeaker with well defined acoustical coverage

Selecting the right directional loudspeaker with well defined acoustical coverage Selecting the right directional loudspeaker with well defined acoustical coverage Abstract A well defined acoustical coverage is highly desirable in open spaces that are used for collaboration learning,

More information

Amplitude Modulation Methods and Circuits

Amplitude Modulation Methods and Circuits Amplitude Modulation Methods and Circuits By: Mark Porubsky Milwaukee Area Technical College Electronic Technology Electronic Communications Milwaukee, WI Purpose: The various parts of this lab unit will

More information

Data and Computer Communications. Tenth Edition by William Stallings

Data and Computer Communications. Tenth Edition by William Stallings Data and Computer Communications Tenth Edition by William Stallings Data and Computer Communications, Tenth Edition by William Stallings, (c) Pearson Education - Prentice Hall, 2013 Wireless Transmission

More information

The Physics of Radio By John White

The Physics of Radio By John White The Physics of Radio By John White Radio Bands and Channels The use of wireless devices is heavily regulated throughout the world. Each country has a government department responsible for deciding where

More information

5 TIPS FOR GETTING THE MOST OUT OF Your Function Generator

5 TIPS FOR GETTING THE MOST OUT OF Your Function Generator 5 TIPS FOR GETTING THE MOST OUT OF Your Function Generator Introduction Modern function/waveform generators are extremely versatile, going well beyond the basic sine, square, and ramp waveforms. Function

More information

Antenna Engineering Lecture 0: Introduction

Antenna Engineering Lecture 0: Introduction Antenna Engineering Lecture 0: Introduction ELC 405a Fall 2011 Department of Electronics and Communications Engineering Faculty of Engineering Cairo University 2 Outline 1 Why Study Antenna Engineering?

More information

Capacitive Touch Sensing Tone Generator. Corey Cleveland and Eric Ponce

Capacitive Touch Sensing Tone Generator. Corey Cleveland and Eric Ponce Capacitive Touch Sensing Tone Generator Corey Cleveland and Eric Ponce Table of Contents Introduction Capacitive Sensing Overview Reference Oscillator Capacitive Grid Phase Detector Signal Transformer

More information

Optical Modulation and Frequency of Operation

Optical Modulation and Frequency of Operation Optical Modulation and Frequency of Operation Developers AB Overby Objectives Preparation Background The objectives of this experiment are to describe and illustrate the differences between frequency of

More information

Design and Implementation of Digital Stethoscope using TFT Module and Matlab Visualisation Tool

Design and Implementation of Digital Stethoscope using TFT Module and Matlab Visualisation Tool World Journal of Technology, Engineering and Research, Volume 3, Issue 1 (2018) 297-304 Contents available at WJTER World Journal of Technology, Engineering and Research Journal Homepage: www.wjter.com

More information

Scope. Here are the times schedule of the pulse-echo technique detect method. Reflect pulse. Emit detect pulse (Ultrasound)

Scope. Here are the times schedule of the pulse-echo technique detect method. Reflect pulse. Emit detect pulse (Ultrasound) Abstract There is so many blind persons that use a blind stick to help their dally walking or life. But the blind stick will be hit some person when the blind stick waggling. So there is need to develop

More information

Operational Amplifier BME 360 Lecture Notes Ying Sun

Operational Amplifier BME 360 Lecture Notes Ying Sun Operational Amplifier BME 360 Lecture Notes Ying Sun Characteristics of Op-Amp An operational amplifier (op-amp) is an analog integrated circuit that consists of several stages of transistor amplification

More information

3.6. Cell-Site Equipment. Traffic and Cell Splitting Microcells, Picocelles and Repeaters

3.6. Cell-Site Equipment. Traffic and Cell Splitting Microcells, Picocelles and Repeaters 3.6. Cell-Site Equipment Traffic and Cell Splitting Microcells, Picocelles and Repeaters The radio transmitting equipment at the cell site operates at considerably higher power than do the mobile phones,

More information

Final Project Stereo Audio Amplifier Final Report

Final Project Stereo Audio Amplifier Final Report The George Washington University School of Engineering and Applied Science Department of Electrical and Computer Engineering Final Project Stereo Audio Amplifier Final Report Daniel S. Boucher ECE 20-32,

More information

THEORY OF OPERATION. TM308EUL for Cobra Nov 06,2006

THEORY OF OPERATION. TM308EUL for Cobra Nov 06,2006 THEORY OF OPERATION TM308EUL for Cobra Nov 06,2006 This PLL controlled VHF marine mobile transceiver provides an accurate and stable multi-channel operation. The transceiver consists of 15 main sections

More information

Physics of RFID. Pawel Waszczur McMaster RFID Applications Lab McMaster University

Physics of RFID. Pawel Waszczur McMaster RFID Applications Lab McMaster University 1 Physics of RFID Pawel Waszczur McMaster RFID Applications Lab McMaster University 2 Agenda Radio Waves Active vs. Passive Near field vs. Far field Behavior of UHF fields Modulation & Signal Coding 3

More information

Interactive Tone Generator with Capacitive Touch. Corey Cleveland and Eric Ponce. Project Proposal

Interactive Tone Generator with Capacitive Touch. Corey Cleveland and Eric Ponce. Project Proposal Interactive Tone Generator with Capacitive Touch Corey Cleveland and Eric Ponce Project Proposal Overview Capacitance is defined as the ability for an object to store charge. All objects have this ability,

More information

3C5 Telecommunications. what do radios look like? mobile phones. Linda Doyle CTVR The Telecommunications Research Centre

3C5 Telecommunications. what do radios look like? mobile phones. Linda Doyle CTVR The Telecommunications Research Centre 3C5 Telecommunications what do radios look like? Linda Doyle CTVR The Telecommunications Research Centre ledoyle@tcd.ie Oriel/Dunlop House 2009 mobile phones talk is cheap.. bluetooth 3G WLAN/802.11 GSM

More information

Wavedancer A new ultra low power ISM band transceiver RFIC

Wavedancer A new ultra low power ISM band transceiver RFIC Wavedancer 400 - A new ultra low power ISM band transceiver RFIC R.W.S. Harrison, Dr. M. Hickson Roke Manor Research Ltd, Old Salisbury Lane, Romsey, Hampshire, SO51 0ZN. e-mail: roscoe.harrison@roke.co.uk

More information

INTRODUCTION TO COMMUNICATION SYSTEMS AND TRANSMISSION MEDIA

INTRODUCTION TO COMMUNICATION SYSTEMS AND TRANSMISSION MEDIA COMM.ENG INTRODUCTION TO COMMUNICATION SYSTEMS AND TRANSMISSION MEDIA 9/9/2017 LECTURES 1 Objectives To give a background on Communication system components and channels (media) A distinction between analogue

More information

ETEK TECHNOLOGY CO., LTD.

ETEK TECHNOLOGY CO., LTD. Trainer Model: ETEK DCS-6000-07 FSK Modulator ETEK TECHNOLOGY CO., LTD. E-mail: etek21@ms59.hinet.net mlher@etek21.com.tw http: // www.etek21.com.tw Digital Communication Systems (ETEK DCS-6000) 13-1:

More information

Design And Implementation Of Low Cost Microwave Motion. Sensor Based Security System

Design And Implementation Of Low Cost Microwave Motion. Sensor Based Security System Design And Implementation Of Low Cost Microwave Motion Sensor Based Security System M. S. S. Bhavani 1, Dr. K. Babulu 2 1 (Department of Electronics and Communication Engineering, JNTU Kakinada) 2 (Head

More information

INVENTION DISCLOSURE- ELECTRONICS SUBJECT MATTER IMPEDANCE MATCHING ANTENNA-INTEGRATED HIGH-EFFICIENCY ENERGY HARVESTING CIRCUIT

INVENTION DISCLOSURE- ELECTRONICS SUBJECT MATTER IMPEDANCE MATCHING ANTENNA-INTEGRATED HIGH-EFFICIENCY ENERGY HARVESTING CIRCUIT INVENTION DISCLOSURE- ELECTRONICS SUBJECT MATTER IMPEDANCE MATCHING ANTENNA-INTEGRATED HIGH-EFFICIENCY ENERGY HARVESTING CIRCUIT ABSTRACT: This paper describes the design of a high-efficiency energy harvesting

More information

William Stallings Data and Computer Communications 7 th Edition. Chapter 4 Transmission Media

William Stallings Data and Computer Communications 7 th Edition. Chapter 4 Transmission Media William Stallings Data and Computer Communications 7 th Edition Chapter 4 Transmission Media Overview Guided - wire Unguided - wireless Characteristics and quality determined by medium and signal For guided,

More information

14. COMMUNICATION SYSTEM

14. COMMUNICATION SYSTEM 14. COMMUNICATION SYSTEM SYNOPSIS : INTRODUCTION 1. The exchange of information between a sender and receiver is called communication. 2. The arrangement of devices to transfere the information is called

More information

Abstract: Stringent system specifications impose tough performance requirements on the RF and microwave cables used in aerospace and defense

Abstract: Stringent system specifications impose tough performance requirements on the RF and microwave cables used in aerospace and defense 1 Abstract: Stringent system specifications impose tough performance requirements on the RF and microwave cables used in aerospace and defense communication systems. With typical tools, it can be very

More information

CPSC Network Programming. How do computers really communicate?

CPSC Network Programming.   How do computers really communicate? CPSC 360 - Network Programming Data Transmission Michele Weigle Department of Computer Science Clemson University mweigle@cs.clemson.edu February 11, 2005 http://www.cs.clemson.edu/~mweigle/courses/cpsc360

More information

COMMUNICATION SYSTEMS

COMMUNICATION SYSTEMS COMMUNICATION SYSTEMS 1. A cordless telephone using separate frequencies for transmission in base and portable units is known as A. duplex arrangement B. half duplex arrangement C. either (a) or (b) D.

More information

Copyright by Syed Ashad Mustufa Younus Copyright by Syed Ashad Mustufa Younus

Copyright by Syed Ashad Mustufa Younus Copyright by Syed Ashad Mustufa Younus Copyright by Syed Ashad Mustufa Younus Copyright by Syed Ashad Mustufa Younus Microcontroller & Applications Week 1 Instructor: Syed Ashad Mustufa Younus HP: +92 (0) 300 240 8943 Email: :sashad@iqra.edu.pks

More information

Significance of a low noise preamplifier and filter stage for under water imaging applications

Significance of a low noise preamplifier and filter stage for under water imaging applications Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 93 (2016 ) 585 593 6th International Conference on Advances in Computing & Communications, ICACC 2016, 6-8 September 2016,

More information

Wavelength Division Multiplexing of a Fibre Bragg Grating Sensor using Transmit-Reflect Detection System

Wavelength Division Multiplexing of a Fibre Bragg Grating Sensor using Transmit-Reflect Detection System Edith Cowan University Research Online ECU Publications 2012 2012 Wavelength Division Multiplexing of a Fibre Bragg Grating Sensor using Transmit-Reflect Detection System Gary Allwood Edith Cowan University

More information

Exam Booklet. Pulse Circuits

Exam Booklet. Pulse Circuits Exam Booklet Pulse Circuits Pulse Circuits STUDY ASSIGNMENT This booklet contains two examinations for the six lessons entitled Pulse Circuits. The material is intended to provide the last training sought

More information

CHAPTER 3. Instrumentation Amplifier (IA) Background. 3.1 Introduction. 3.2 Instrumentation Amplifier Architecture and Configurations

CHAPTER 3. Instrumentation Amplifier (IA) Background. 3.1 Introduction. 3.2 Instrumentation Amplifier Architecture and Configurations CHAPTER 3 Instrumentation Amplifier (IA) Background 3.1 Introduction The IAs are key circuits in many sensor readout systems where, there is a need to amplify small differential signals in the presence

More information

LM1044 Analog Video Switch

LM1044 Analog Video Switch LM1044 Analog Video Switch General Description Primarily intended for but not restricted to the switching of video signals the LM1044 is a monolithic DC controlled analog switch with buffered outputs allowing

More information

Antennas & Propagation. CSG 250 Fall 2007 Rajmohan Rajaraman

Antennas & Propagation. CSG 250 Fall 2007 Rajmohan Rajaraman Antennas & Propagation CSG 250 Fall 2007 Rajmohan Rajaraman Introduction An antenna is an electrical conductor or system of conductors o Transmission - radiates electromagnetic energy into space o Reception

More information

An Optical Version of WIFI for Indoor Application

An Optical Version of WIFI for Indoor Application I J C T A, 9(15), 2016, pp. 8267-8274 International Science Press An Optical Version of WIFI for Indoor Application P.M. Joel* and S.T. Aarthy** ABSTRACT Visible Light Communication is an efficient bidirectional

More information

Proceedings of Meetings on Acoustics

Proceedings of Meetings on Acoustics Proceedings of Meetings on Acoustics Volume 19, 2013 http://acousticalsociety.org/ ICA 2013 Montreal Montreal, Canada 2-7 June 2013 Engineering Acoustics Session 1pEAb: Transduction, Transducers, and Energy

More information

Analog RF Electronics Education at SDSMT: A Hands-On Method for Teaching Electrical Engineers

Analog RF Electronics Education at SDSMT: A Hands-On Method for Teaching Electrical Engineers Analog RF Electronics Education at : A Hands-On Method for Teaching Electrical Engineers Dr., Professor Department of Electrical and Computer Engineering South Dakota School of Mines and Technology (whites@sdsmt.edu)

More information

Massachusetts Institute of Technology MIT

Massachusetts Institute of Technology MIT Massachusetts Institute of Technology MIT Real Time Wireless Electrocardiogram (ECG) Monitoring System Introductory Analog Electronics Laboratory Guilherme K. Kolotelo, Rogers G. Reichert Cambridge, MA

More information

Chapter 1 Introduction

Chapter 1 Introduction Wireless Information Transmission System Lab. Chapter 1 Introduction National Sun Yat-sen University Table of Contents Elements of a Digital Communication System Communication Channels and Their Wire-line

More information

SMARTALPHA RF TRANSCEIVER

SMARTALPHA RF TRANSCEIVER SMARTALPHA RF TRANSCEIVER Intelligent RF Modem Module RF Data Rates to 19200bps Up to 300 metres Range Programmable to 433, 868, or 915MHz Selectable Narrowband RF Channels Crystal Controlled RF Design

More information

EE-4022 Experiment 2 Amplitude Modulation (AM)

EE-4022 Experiment 2 Amplitude Modulation (AM) EE-4022 MILWAUKEE SCHOOL OF ENGINEERING 2015 Page 2-1 Student objectives: EE-4022 Experiment 2 Amplitude Modulation (AM) In this experiment the student will use laboratory modules to implement operations

More information

Electronic Instrumentation ENGR-4300 Fall 2002 Project 2: Optical Communications Link

Electronic Instrumentation ENGR-4300 Fall 2002 Project 2: Optical Communications Link Project 2: Optical Communications Link For this project, each group will build a transmitter circuit and a receiver circuit. It is suggested that 1 or 2 students build and test the individual components

More information

1.4 Spectrum Allocation Office Hours: BKD Monday 9:20-10:20 Wednesday 9:20-10:20

1.4 Spectrum Allocation Office Hours: BKD Monday 9:20-10:20 Wednesday 9:20-10:20 ECS 455 Chapter 1 Introduction & Review 1.4 Spectrum Allocation 1 Office Hours: BKD 3601-7 Monday 9:20-10:20 Wednesday 9:20-10:20 Electromagnetic Spectrum [Gosling, 1999, Fig 1.1] 2 8 3 10 m/s c f Frequency

More information

KWM-2/2A Transceiver THE COLLINS KWM-2/2A TRANSCEIVER

KWM-2/2A Transceiver THE COLLINS KWM-2/2A TRANSCEIVER KWM-2/2A Transceiver Click the photo to see a larger photo Click "Back" button on browser to return Courtesy of Norm - WA3KEY THE COLLINS KWM-2/2A TRANSCEIVER Unmatched for versatility, dependability and

More information

Tuned circuits. Introduction - Tuned Circuits

Tuned circuits. Introduction - Tuned Circuits Tuned circuits Introduction - Tuned Circuits Many communication applications use tuned circuits. These circuits are assembled from passive components (that is, they require no power supply) in such a way

More information

Microwave and optical systems Introduction p. 1 Characteristics of waves p. 1 The electromagnetic spectrum p. 3 History and uses of microwaves and

Microwave and optical systems Introduction p. 1 Characteristics of waves p. 1 The electromagnetic spectrum p. 3 History and uses of microwaves and Microwave and optical systems Introduction p. 1 Characteristics of waves p. 1 The electromagnetic spectrum p. 3 History and uses of microwaves and optics p. 4 Communication systems p. 6 Radar systems p.

More information

11. Audio Amp. LM386 Low Power Amplifier:

11. Audio Amp. LM386 Low Power Amplifier: EECE208 INTRO TO EE LAB Dr. Charles Kim 11. Audio Amp Objectives: The main purpose of this laboratory exercise is to design an audio amplifier based on the LM386 Low Voltage Audio Power Amplifier chip

More information

How Radio Works by Marshall Brain

How Radio Works by Marshall Brain How Radio Works by Marshall Brain "Radio waves" transmit music, conversations, pictures and data invisibly through the air, often over millions of miles -- it happens every day in thousands of different

More information

There are many important factors when trying to achieve good, reliable communications between 2 devices.

There are many important factors when trying to achieve good, reliable communications between 2 devices. APPLICATION NOTE THIS INFORMATION PROVIDED BY AUTOMATIONDIRECT.COM TECHNICAL SUPPORT These documents are provided by our technical support department to assist others. We do not guarantee that the data

More information

Data and Computer Communications Chapter 4 Transmission Media

Data and Computer Communications Chapter 4 Transmission Media Data and Computer Communications Chapter 4 Transmission Media Ninth Edition by William Stallings Data and Computer Communications, Ninth Edition by William Stallings, (c) Pearson Education - Prentice Hall,

More information

WIRELESS ELECTRONIC STETHOSCOPE USING ZIGBEE

WIRELESS ELECTRONIC STETHOSCOPE USING ZIGBEE WIRELESS ELECTRONIC STETHOSCOPE USING ZIGBEE Ms. Ashlesha Khond, Ms. Priyanka Das, Ms. Rani Kumari 1 Student, Electronics and Communication Engineering, SRM IST, Tamil Nadu, India 2 Student, Electronics

More information

Overview of Wireless Power Transfer

Overview of Wireless Power Transfer Overview of Wireless Power Transfer CHAPTER 1: Overview of Wireless Power Transfer What is Wireless Power Transfer? The transfer of electrical energy without using conductors as the transport medium Examples

More information

HANDBOOK OF ACOUSTIC SIGNAL PROCESSING. BAW Delay Lines

HANDBOOK OF ACOUSTIC SIGNAL PROCESSING. BAW Delay Lines HANDBOOK OF ACOUSTIC SIGNAL PROCESSING BAW Delay Lines Introduction: Andersen Bulk Acoustic Wave (BAW) delay lines offer a very simple yet reliable means of time delaying a video or RF signal with more

More information

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP ( 1

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP (  1 Biomimetic Based Interactive Master Slave Robots T.Anushalalitha 1, Anupa.N 2, Jahnavi.B 3, Keerthana.K 4, Shridevi.S.C 5 Dept. of Telecommunication, BMSCE Bangalore, India. Abstract The system involves

More information

3.1. Historical Overview. Citizens` Band Radio Cordless Telephones Improved Mobile Telephone Service (IMTS)

3.1. Historical Overview. Citizens` Band Radio Cordless Telephones Improved Mobile Telephone Service (IMTS) III. Cellular Radio Historical Overview Introduction to the Advanced Mobile Phone System (AMPS) AMPS Control System Security and Privacy Cellular Telephone Specifications and Operation 3.1. Historical

More information

WEARABLE SPEECH ENHANCEMENT

WEARABLE SPEECH ENHANCEMENT Proceedings of the 2004/2005 Spring Multi-Disciplinary Engineering Design Conference Kate Gleason College of Engineering Rochester Institute of Technology Rochester, New York 14623 May 13, 2005 Project

More information

RADIO RECEIVERS ECE 3103 WIRELESS COMMUNICATION SYSTEMS

RADIO RECEIVERS ECE 3103 WIRELESS COMMUNICATION SYSTEMS RADIO RECEIVERS ECE 3103 WIRELESS COMMUNICATION SYSTEMS FUNCTIONS OF A RADIO RECEIVER The main functions of a radio receiver are: 1. To intercept the RF signal by using the receiver antenna 2. Select the

More information

Wideband Receiver Design

Wideband Receiver Design Wideband Receiver Design Challenges and Trade-offs of a Wideband Tuning Range in Wireless Microphone Receivers in the UHF Television Band About this White Paper Professional wireless microphone systems

More information

ModBox - Spectral Broadening Unit

ModBox - Spectral Broadening Unit ModBox - Spectral Broadening Unit The ModBox Family The ModBox systems are a family of turnkey optical transmitters and external modulation benchtop units for digital and analog transmission, pulsed and

More information

ECE 4670 Spring 2014 Lab 1 Linear System Characteristics

ECE 4670 Spring 2014 Lab 1 Linear System Characteristics ECE 4670 Spring 2014 Lab 1 Linear System Characteristics 1 Linear System Characteristics The first part of this experiment will serve as an introduction to the use of the spectrum analyzer in making absolute

More information

Research on key digital modulation techniques using GNU Radio

Research on key digital modulation techniques using GNU Radio Research on key digital modulation techniques using GNU Radio Tianning Shen Yuanchao Lu I. Introduction Software Defined Radio (SDR) is the technique that uses software to realize the function of the traditional

More information

Antennas and Propagation. Chapter 5

Antennas and Propagation. Chapter 5 Antennas and Propagation Chapter 5 Introduction An antenna is an electrical conductor or system of conductors Transmission - radiates electromagnetic energy into space Reception - collects electromagnetic

More information

LF451 Wide-Bandwidth JFET-Input Operational Amplifier

LF451 Wide-Bandwidth JFET-Input Operational Amplifier LF451 Wide-Bandwidth JFET-Input Operational Amplifier General Description The LF451 is a low-cost high-speed JFET-input operational amplifier with an internally trimmed input offset voltage (BI- FET IITM

More information

Computer Controlled Curve Tracer

Computer Controlled Curve Tracer Computer Controlled Curve Tracer Christopher Curro The Cooper Union New York, NY Email: chris@curro.cc David Katz The Cooper Union New York, NY Email: katz3@cooper.edu Abstract A computer controlled curve

More information

Medical Imaging. X-rays, CT/CAT scans, Ultrasound, Magnetic Resonance Imaging

Medical Imaging. X-rays, CT/CAT scans, Ultrasound, Magnetic Resonance Imaging Medical Imaging X-rays, CT/CAT scans, Ultrasound, Magnetic Resonance Imaging From: Physics for the IB Diploma Coursebook 6th Edition by Tsokos, Hoeben and Headlee And Higher Level Physics 2 nd Edition

More information