HY448 Sample Problems

Size: px
Start display at page:

Download "HY448 Sample Problems"

Transcription

1 HY448 Sample Problems 10 November 2014 These sample problems include the material in the lectures and the guided lab exercises. 1 Part Combining logarithmic quantities A carrier signal with power 7 dbm is added to a noise signal with power 5 dbm. What is the total signal power in mw? in dbm? Solution: Never add logarithmic units of power directly. To find the sum of two logarithmic units of power (such as dbm or dbw), first convert them to linear quantities: 7 dbm = 10 7 dbm 10 dbm W mw and 5 dbm 5 dbm = dbm W mw The sum is then and the equivalent in dbm is mw mw = mw 10 log 10 (5.328) dbm 1.2 Applying gain in db An amplifier has a gain of 3 db. What is the power level at the output of the amplifier is the power of the signal at its input is 6 dbm? 0.25 mw? Solution: If power is given in logarithmic units (e.g., dbm), we can apply gain in db by adding: 6 dbm + 3 db = 3 dbm If power is given in linear units (e.g., mw), we can apply gain in db by converting and multiplying: 0.25 mw 10 3 db 10 = 0.25 mw 2 = 0.50 mw

2 hy448 sample problems Signal to noise ratio A signal with power 3 mw is distorted by noise with power mw. What is the signal to noise ratio (SNR) in db? Solution: ( ) 3 10 log 10 = db Receiver diversity A wireless receiver has a pair of receive antennas A 1 and A 2. They are separated by some physical distance and have different orientations, so that they sense the ambient RF environment differently. A transmitter is sending a signal while moving about the room in a deterministic pattern. The SNR (in db) of the signal received at each antenna is function of time (t), with SNR 1 = 30 cos t and SNR 2 = 20 cos t. The plot in Figure 1 shows the received SNR at each antenna for the time interval 0 t 2π: The receiver in this scenario needs at least 0 db SNR to process the transmitted message. We will calculate the outage probability as the ratio of a time interval in which the the received signal is less than 0 db. SNR db (t) SNR 1 SNR 2 Figure 1: Receive SNR at two antenna elements. Suppose we receive exclusively on A 1. What will be the outage probability for the time interval 0 t 2π? Suppose we receive exclusively on A 2. What will be the outage probability for the time interval 0 t 2π? We will consider different ways of processing the signals received on the two antennas, so as to benefit from their diversity. One post-processing technique is called switching. With this technique, we begin using the signal from the antenna with the highest SNR. We use this antenna as long as its SNR remains above some threshold value; if it falls below this threshold, we switch to the other antenna. Using switching with a threshold of 0 db, what will be the outage probability for the time interval 0 t 2π? Another post-processing technique is selecting. With this technique, we always use the antenna with the highest SNR. Using selecting as a post-processing technique, what will be the outage probability for the time interval 0 t 2π? In this scenario, which post-processing technique would be preferred?

3 hy448 sample problems 3 Which technique (A 1 exclusively, A 2 exclusively, switching, selecting) has the lowest outage probability? Which technique (A 1 exclusively, A 2 exclusively, switching, selecting) has a highest average SNR? Solution: Using A 1 alone, we have an SNR below 0 db 50% of the time. We therefore have an outage probability of 0.5. Using A 2 alone, we have an SNR below 0 db 50% of the time. We therefore have an outage probability of 0.5. Using switching, we will have an outage probability of Using selecting, we will have an outage probability of Both switching and selecting have the lowest outage probability, of Selecting has the highest average SNR of the post-processing techniques under consideration. 1.5 Noise figure with cascaded components Consider the receiver shown in Figure 2. The antenna is connected to the signal processing chain with a long cable that attenuates the signal by 1.5 db, but adds only thermal noise (no additional noise). The first stage of the DSP chain, an RF amplifier, has a noise figure of 7 db and a gain of 20 db. The second stage, a mixer, has a noise figure and conversion gain (ratio of output power to input power) of 8 db. The third stage is an IF amplifier with a gain of 60 db and a noise figure of 6 db. Figure 2: A multi-stage RF processing chain. Find the noise figure of the entire system shown in Figure 2. Find the noise figure of the entire system if the RF amplifier is placed before the cable with 1.5 db loss. Which system is preferable? Why? Solution: Find the noise factor F and gain G at each stage. Then apply Friis formula. For the cable, G 1 = = F 1 = 1 G 1 =

4 hy448 sample problems 4 For the RF amplifier, G 2 = = 100 F 2 = = For the frequency mixer, G 3 = = F 3 = = For the IF amplifier, G 4 = = 10 6 F 4 = = Then, use Friis formula to find the combined noise factor for the original system: or F = then F = F 1 + F 2 1 G 1 + F 3 1 G 1 G 2 + F 4 1 G 1 G 2 G = NF = 10 log 10 (7.1607) = db For the system with the RF amplifier as the first stage, we have F = then = NF = 10 log 10 (5.0977) = db The second system is preferred because it has a lower noise figure. 1.6 Forward error correction with XOR The logical XOR operation, denoted, works as follows: 0 0 = = = = 0 Using XOR, we can create a forward error correction code that will allow us to potentially recover from some bit errors. We will

5 hy448 sample problems 5 divide our message into packets of length l; for each two consecutive packets, we will transmit the packets, followed by their XOR. For example, if l = 4, and we have the message { }, we can send the packets p 1 = {1000}, p 2 = {1010}, and p 3 = {0010}. At the receiver, if any two packets are received correctly, we can XOR them to recover the third, enabling us to reconstruct the message. With this FEC scheme, what is the ratio of message bits to total bits sent over the link? Suppose we receive the following three-packet FEC group using the scheme described above: 1101, 1010, and Furthermore, suppose we know that there will be at most one bit error per FEC group. Can we identify whether an error has occurred in transmission? If so, how? Can we recover the correct 8-bit message? Suppose the transmitter adds a parity check bit at the end of each packet, set to 0 if there are an even number of 1s in the packet and 1 if there are an odd number of 1s in the packet (making the total count of 1s in the packet, including the parity bit, even). As before, suppose we know that there will be at most one bit error per FEC group. Using the combined FEC and parity check scheme, we receive the following packets: 11011, 10101, and With this combined parity check and FEC scheme, what is the ratio of message bits to total bits sent over the link? Can we recover the correct 8-bit message? Solution: With the FEC scheme described in this problem, we must send one extra bit for every two bits of message data. The ratio of message bits to total bits is 2 3. We know that an error has occurred because = 0011 We cannot recover the correct 8-bit message. It s impossible to distinguish between these three cases valid of FEC packet groups with one bit different from the received packets:

6 hy448 sample problems 6 Message Packets sent Error , 1010, 0011 Second bit of first packet , 1110, 0011 Second bit of second packet , 1010, 0111 Second bit of third packet With the parity bit and FEC, the ratio of message bits to total bits is From the parity bit, we can see that the second packet (10101) has an odd number of ones, and therefore has a bit error. Furthermore, we know that the second bit of this packet is in error (from the XOR). Therefore, we can recover the correct message: Part Frequency mixers A transmitter is operating with an intermediate frequency f IF = 39 MHz. It is mixed with a local oscillator at f LO = 400 MHz, before transmitting (as in Figure 3). We are interested in measuring the output of the transmitter, separately from any issues that may be introduced by an imperfect receiver. To do this, we use a spectrum analyzer tuned to the range from MHz. Spectrum analyzers are special-purpose devices designed to show the true RF spectrum as accurately as possible. The display of the spectrum analyzer is shown in Figure 4. In particular, we measure power levels above the ambient noise power at the following frequencies: f RF f LO Figure 3: Frequency mixer. f IF Frequency (MHz) Amplitude (dbm) Figure 4: Display of spectrum analyzer with f IF = 39 MHz. Categorize each of the signals in the table above as one of the following: Desired mixer product LO-to-RF leakage IF-to-RF leakage Harmonic of LO (specify which harmonic) Harmonic of IF (specify which harmonic)

7 hy448 sample problems 7 Harmonic of IF mixed with LO (specify which harmonic) Harmonic of LO mixed with IF (specify which harmonic) Mixture of harmonic of LO and harmonic of IF (specify which) If we repeat this with an IF frequency of 34 MHz, which of these signals will still appear at the same frequency? Which will appear, but at a different frequency (specify the new frequency)? Which will no longer appear at all? Why? Solution: For upconversion from IF to RF, the output at the RF port of the mixer is f RF = f LO ± f IF. The desired mixer products are at 361 MHz and 439 MHz. The power observed at 400 MHz is LO-to-RF leakage. The peaks observed at 322 MHz and at 478 MHz are the products of the 2nd harmonic of the IF frequency, mixed with the LO frequency ( = 322 and = 478). Figure 5 shows the display of the spectrum analyzer when the IF frequency is changed to 34 MHz. When we change the IF frequency to 34 MHz, the peak at 400 MHz will remain at the same frequency, since it is not a product of the IF frequency or any of its harmonics. The peaks at 361 MHz and 439 MHz will move; the new mixer products will appear at f RF = f LO ± f IF, now 366 MHz and 434 MHz. The products of the second IF harmonic and the LO frequency will also move as a result of the change in f IF. These products will now appear at 332 MHz and 468 MHz ( = 332 and = 468). Figure 5: Display of spectrum analyzer with f IF = 34 MHz. 2.2 Bandwidth requirements for digital signals An analog speech signal is sampled at a rate of 8 khz and digitized using 8 bits per sample. What is the bitrate of the digital signal? In a software radio competition, all teams are required to use no more than 20 khz of bandwidth in their design. Suppose a team was to transmit the digital signal described above using M-PSK digital modulation. Given the bandwidth constraint, can the full data rate be supported Using M = 4? M = 16? Using M = 16 with a code that adds redundancy to protect against error? What is the highest code rate that can be used?

8 hy448 sample problems 8 Solution: The bitrate is R b = samples second 8 bits bits = sample second The (modulation) spectral efficiency for 4-PSK is log 2 4 = 2 and the required transmission bandwidth is = 32 khz This is more than the maximum allowed bandwidth, so the data rate of the signal cannot be supported. The (modulation) spectral efficiency for 16-PSK is log 2 16 = 4 and the required transmission bandwidth is = 16 khz This is less than the maximum allowed bandwidth, so the data rate of the signal can be supported. With 16-PSK and coding, the required bandwidth will be R 4 where R is the code rate. For a maximum of 20 khz of bandwidth, the highest code rate possible is 4 5, which means we can send only one bit of redundant information for four message bits. 2.3 ARQ In an ARQ system, data is divided into blocks of size S B bytes. The receiver and transmitter each keep a buffer that can store up to W blocks (W is called the window size). When a block is sent, the transmitter keeps it in its buffer until it receives an acknowledgment from the receiver. If no acknowledgment is received within a specified timeout period, the block is re-transmitted. If the buffer becomes full, the transmitter must wait for acknowledgment from the receiver, at which point it can remove the acknowledged block(s) from the buffer. Consider a wireless system, where ARQ acknowledgments for blocks transmitted in frame i are received at the beginning of frame i + 1. The frame length L F is the length of the frame, and its inverse is the frame rate (number of frames per second).

9 hy448 sample problems 9 Suppose we have continuous, errorless data transmission in an ARQ system with block size S B, window size W, and frame length L F, What is the maximum throughput (in terms of S B, W, and L F ) that the connection can achieve? For S B = 32 B, W = 512, and L F = 5 msec, what is the maximum throughput in B/s that the connection can achieve? For S B = 16 B, W = 128, and L F = 5 msec, what is the maximum throughput in B/s that the connection can achieve? In the previous example, the acknowledgments for blocks in frame i arrive at the beginning of frame i + 1. What if there is some delay, so that acknowledgments for frame i arrive at the beginning of frame i + D? What is the maximum throughput (in terms of S B, W, L F, and D), that the connection can achieve? Solution: The maximum throughput a connection can achieve is limited by the expression: S B W L F For S B = 32 B, W = 512, and L F = 5 msec, the maximum throughput is MB/s. For S B = 16 B, W = 128, and L F = 5 msec, the maximum throughput is kb/s. With delayed acknowledgments, the maximum throughput the connection can achieve is limited by the expression: S B W L F D

Exercise 1: RF Stage, Mixer, and IF Filter

Exercise 1: RF Stage, Mixer, and IF Filter SSB Reception Analog Communications Exercise 1: RF Stage, Mixer, and IF Filter EXERCISE OBJECTIVE DISCUSSION On the circuit board, you will set up the SSB transmitter to transmit a 1000 khz SSB signal

More information

Lecture 3: Data Transmission

Lecture 3: Data Transmission Lecture 3: Data Transmission 1 st semester 1439-2017 1 By: Elham Sunbu OUTLINE Data Transmission DATA RATE LIMITS Transmission Impairments Examples DATA TRANSMISSION The successful transmission of data

More information

RF/IF Terminology and Specs

RF/IF Terminology and Specs RF/IF Terminology and Specs Contributors: Brad Brannon John Greichen Leo McHugh Eamon Nash Eberhard Brunner 1 Terminology LNA - Low-Noise Amplifier. A specialized amplifier to boost the very small received

More information

Announcement : Wireless Networks Lecture 3: Physical Layer. A Reminder about Prerequisites. Outline. Page 1

Announcement : Wireless Networks Lecture 3: Physical Layer. A Reminder about Prerequisites. Outline. Page 1 Announcement 18-759: Wireless Networks Lecture 3: Physical Layer Peter Steenkiste Departments of Computer Science and Electrical and Computer Engineering Spring Semester 2010 http://www.cs.cmu.edu/~prs/wirelesss10/

More information

Data Communications & Computer Networks

Data Communications & Computer Networks Data Communications & Computer Networks Chapter 3 Data Transmission Fall 2008 Agenda Terminology and basic concepts Analog and Digital Data Transmission Transmission impairments Channel capacity Home Exercises

More information

Lecture Fundamentals of Data and signals

Lecture Fundamentals of Data and signals IT-5301-3 Data Communications and Computer Networks Lecture 05-07 Fundamentals of Data and signals Lecture 05 - Roadmap Analog and Digital Data Analog Signals, Digital Signals Periodic and Aperiodic Signals

More information

Unit 3 - Wireless Propagation and Cellular Concepts

Unit 3 - Wireless Propagation and Cellular Concepts X Courses» Introduction to Wireless and Cellular Communications Unit 3 - Wireless Propagation and Cellular Concepts Course outline How to access the portal Assignment 2. Overview of Cellular Evolution

More information

Announcements : Wireless Networks Lecture 3: Physical Layer. Bird s Eye View. Outline. Page 1

Announcements : Wireless Networks Lecture 3: Physical Layer. Bird s Eye View. Outline. Page 1 Announcements 18-759: Wireless Networks Lecture 3: Physical Layer Please start to form project teams» Updated project handout is available on the web site Also start to form teams for surveys» Send mail

More information

Data com ch#3 (part 2)

Data com ch#3 (part 2) Data com ch#3 (part 2) ENG. IBRAHEEM LUBBAD TRANSMISSION IMPAIRMENT Attenuation a loss of energy db =20log 10 V2 V1 db < 0 db > 0 db = 0 attenuated amplified not changed Decibel numbers can be added or

More information

Problems from the 3 rd edition

Problems from the 3 rd edition (2.1-1) Find the energies of the signals: a) sin t, 0 t π b) sin t, 0 t π c) 2 sin t, 0 t π d) sin (t-2π), 2π t 4π Problems from the 3 rd edition Comment on the effect on energy of sign change, time shifting

More information

Introduction to Telecommunications and Computer Engineering Unit 3: Communications Systems & Signals

Introduction to Telecommunications and Computer Engineering Unit 3: Communications Systems & Signals Introduction to Telecommunications and Computer Engineering Unit 3: Communications Systems & Signals Syedur Rahman Lecturer, CSE Department North South University syedur.rahman@wolfson.oxon.org Acknowledgements

More information

Course 2: Channels 1 1

Course 2: Channels 1 1 Course 2: Channels 1 1 "You see, wire telegraph is a kind of a very, very long cat. You pull his tail in New York and his head is meowing in Los Angeles. Do you understand this? And radio operates exactly

More information

Fundament Fundamen als t of Communications

Fundament Fundamen als t of Communications Fundamentals of Communications Communication System Transmitter Medium Receiver Transmitter: originates the signal Receiver: receives transmitted signal after it travels over the medium Medium: guides

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

Chapter 3 Data and Signals

Chapter 3 Data and Signals Chapter 3 Data and Signals 3.2 To be transmitted, data must be transformed to electromagnetic signals. 3-1 ANALOG AND DIGITAL Data can be analog or digital. The term analog data refers to information that

More information

The Use of Radio Spectrum. Welcome to. Where is radio used? Compare: Basic Wireless Communication Technique ETIF05. Göran Jönsson

The Use of Radio Spectrum. Welcome to. Where is radio used? Compare: Basic Wireless Communication Technique ETIF05. Göran Jönsson Welcome to Basic Wireless Communication Technique The Use of adio Spectrum ETIF05 EIT 2016-08-29 Göran Jönsson Electrical and Information Technology EIT 2016-08-29 Basic Wireless Communication Technique

More information

APPLICATION NOTE 3942 Optimize the Buffer Amplifier/ADC Connection

APPLICATION NOTE 3942 Optimize the Buffer Amplifier/ADC Connection Maxim > Design Support > Technical Documents > Application Notes > Communications Circuits > APP 3942 Maxim > Design Support > Technical Documents > Application Notes > High-Speed Interconnect > APP 3942

More information

Contents. Telecom Service Chae Y. Lee. Data Signal Transmission Transmission Impairments Channel Capacity

Contents. Telecom Service Chae Y. Lee. Data Signal Transmission Transmission Impairments Channel Capacity Data Transmission Contents Data Signal Transmission Transmission Impairments Channel Capacity 2 Data/Signal/Transmission Data: entities that convey meaning or information Signal: electric or electromagnetic

More information

Lecture 2 Physical Layer - Data Transmission

Lecture 2 Physical Layer - Data Transmission DATA AND COMPUTER COMMUNICATIONS Lecture 2 Physical Layer - Data Transmission Mei Yang Based on Lecture slides by William Stallings 1 DATA TRANSMISSION The successful transmission of data depends on two

More information

QUICK START GUIDE FOR DEMONSTRATION CIRCUIT 678A 40MHZ TO 900MHZ DIRECT CONVERSION QUADRATURE DEMODULATOR

QUICK START GUIDE FOR DEMONSTRATION CIRCUIT 678A 40MHZ TO 900MHZ DIRECT CONVERSION QUADRATURE DEMODULATOR DESCRIPTION QUICK START GUIDE FOR DEMONSTRATION CIRCUIT 678A LT5517 Demonstration circuit 678A is a 40MHz to 900MHz Direct Conversion Quadrature Demodulator featuring the LT5517. The LT 5517 is a direct

More information

Channel Characteristics and Impairments

Channel Characteristics and Impairments ELEX 3525 : Data Communications 2013 Winter Session Channel Characteristics and Impairments is lecture describes some of the most common channel characteristics and impairments. A er this lecture you should

More information

Sirindhorn International Institute of Technology Thammasat University

Sirindhorn International Institute of Technology Thammasat University Name...ID... Section...Seat No... Sirindhorn International Institute of Technology Thammasat University Midterm Examination: Semester 1/2009 Course Title Instructor : ITS323 Introduction to Data Communications

More information

Computer Networks. Practice Set I. Dr. Hussein Al-Bahadili

Computer Networks. Practice Set I. Dr. Hussein Al-Bahadili بسم االله الرحمن الرحيم Computer Networks Practice Set I Dr. Hussein Al-Bahadili (1/11) Q. Circle the right answer. 1. Before data can be transmitted, they must be transformed to. (a) Periodic signals

More information

APPENDIX A TEST PLOTS. (Model: 15Z970)

APPENDIX A TEST PLOTS. (Model: 15Z970) APPENDIX A APPENDIX A TEST PLOTS (Model: 15Z970) APPENDIX A-Page 1 of 36 TABLE OF CONTENTS A.1 6dB BANDWIDTH MEASUREMENT... 2 A.1.1 6dB Bandwidth Result... 2 A.1.2 Measurement Plots... 3 A.2 MAXIMUM PEAK

More information

ELEN 701 RF & Microwave Systems Engineering. Lecture 8 November 8, 2006 Dr. Michael Thorburn Santa Clara University

ELEN 701 RF & Microwave Systems Engineering. Lecture 8 November 8, 2006 Dr. Michael Thorburn Santa Clara University ELEN 701 RF & Microwave Systems Engineering Lecture 8 November 8, 2006 Dr. Michael Thorburn Santa Clara University System Noise Figure Signal S1 Noise N1 GAIN = G Signal G x S1 Noise G x (N1+No) Self Noise

More information

4/29/2012. General Class Element 3 Course Presentation. Signals and Emissions. SignalSignals and Emissionsissions. Subelement G8

4/29/2012. General Class Element 3 Course Presentation. Signals and Emissions. SignalSignals and Emissionsissions. Subelement G8 General Class Element 3 Course Presentation ti ELEMENT 3 SUB ELEMENTS General Licensing Class Subelement G8 Signals and Emissions 2 Exam Questions, 2 Groups G1 Commission s Rules G2 Operating Procedures

More information

Computer Networks - Xarxes de Computadors

Computer Networks - Xarxes de Computadors Computer Networks - Xarxes de Computadors Outline Course Syllabus Unit 1: Introduction Unit 2. IP Networks Unit 3. Point to Point Protocols -TCP Unit 4. Local Area Networks, LANs 1 Outline Introduction

More information

Receiver Design. Prof. Tzong-Lin Wu EMC Laboratory Department of Electrical Engineering National Taiwan University 2011/2/21

Receiver Design. Prof. Tzong-Lin Wu EMC Laboratory Department of Electrical Engineering National Taiwan University 2011/2/21 Receiver Design Prof. Tzong-Lin Wu EMC Laboratory Department of Electrical Engineering National Taiwan University 2011/2/21 MW & RF Design / Prof. T. -L. Wu 1 The receiver mush be very sensitive to -110dBm

More information

Introduction to Communications Part Two: Physical Layer Ch3: Data & Signals

Introduction to Communications Part Two: Physical Layer Ch3: Data & Signals Introduction to Communications Part Two: Physical Layer Ch3: Data & Signals Kuang Chiu Huang TCM NCKU Spring/2008 Goals of This Class Through the lecture of fundamental information for data and signals,

More information

RFID Systems: Radio Architecture

RFID Systems: Radio Architecture RFID Systems: Radio Architecture 1 A discussion of radio architecture and RFID. What are the critical pieces? Familiarity with how radio and especially RFID radios are designed will allow you to make correct

More information

Chapter 3 Data Transmission

Chapter 3 Data Transmission Chapter 3 Data Transmission COSC 3213 Instructor: U.T. Nguyen 1 9/27/2007 3:21 PM Terminology (1) Transmitter Receiver Medium Guided medium e.g. twisted pair, optical fiber Unguided medium e.g. air, water,

More information

THE BASICS OF RADIO SYSTEM DESIGN

THE BASICS OF RADIO SYSTEM DESIGN THE BASICS OF RADIO SYSTEM DESIGN Mark Hunter * Abstract This paper is intended to give an overview of the design of radio transceivers to the engineer new to the field. It is shown how the requirements

More information

6.976 High Speed Communication Circuits and Systems Lecture 20 Performance Measures of Wireless Communication

6.976 High Speed Communication Circuits and Systems Lecture 20 Performance Measures of Wireless Communication 6.976 High Speed Communication Circuits and Systems Lecture 20 Performance Measures of Wireless Communication Michael Perrott Massachusetts Institute of Technology Copyright 2003 by Michael H. Perrott

More information

Outline / Wireless Networks and Applications Lecture 3: Physical Layer Signals, Modulation, Multiplexing. Cartoon View 1 A Wave of Energy

Outline / Wireless Networks and Applications Lecture 3: Physical Layer Signals, Modulation, Multiplexing. Cartoon View 1 A Wave of Energy Outline 18-452/18-750 Wireless Networks and Applications Lecture 3: Physical Layer Signals, Modulation, Multiplexing Peter Steenkiste Carnegie Mellon University Spring Semester 2017 http://www.cs.cmu.edu/~prs/wirelesss17/

More information

OBJECTIVES EQUIPMENT LIST

OBJECTIVES EQUIPMENT LIST 1 Reception of Amplitude Modulated Signals AM Demodulation OBJECTIVES The purpose of this experiment is to show how the amplitude-modulated signals are demodulated to obtain the original signal. Also,

More information

TSEK02: Radio Electronics Lecture 8: RX Nonlinearity Issues, Demodulation. Ted Johansson, EKS, ISY

TSEK02: Radio Electronics Lecture 8: RX Nonlinearity Issues, Demodulation. Ted Johansson, EKS, ISY TSEK02: Radio Electronics Lecture 8: RX Nonlinearity Issues, Demodulation Ted Johansson, EKS, ISY RX Nonlinearity Issues: 2.2, 2.4 Demodulation: not in the book 2 RX nonlinearities System Nonlinearity

More information

Physical Layer: Outline

Physical Layer: Outline 18-345: Introduction to Telecommunication Networks Lectures 3: Physical Layer Peter Steenkiste Spring 2015 www.cs.cmu.edu/~prs/nets-ece Physical Layer: Outline Digital networking Modulation Characterization

More information

ECE 440L. Experiment 1: Signals and Noise (1 week)

ECE 440L. Experiment 1: Signals and Noise (1 week) ECE 440L Experiment 1: Signals and Noise (1 week) I. OBJECTIVES Upon completion of this experiment, you should be able to: 1. Use the signal generators and filters in the lab to generate and filter noise

More information

Noise and Interference Limited Systems

Noise and Interference Limited Systems Chapter 3 Noise and Interference Limited Systems 47 Basics of link budgets Link budgets show how different components and propagation processes influence the available SNR Link budgets can be used to compute

More information

Technician License Course Chapter 3 Types of Radios and Radio Circuits. Module 7

Technician License Course Chapter 3 Types of Radios and Radio Circuits. Module 7 Technician License Course Chapter 3 Types of Radios and Radio Circuits Module 7 Radio Block Diagrams Radio Circuits can be shown as functional blocks connected together. Knowing the description of common

More information

Radio Receiver Architectures and Analysis

Radio Receiver Architectures and Analysis Radio Receiver Architectures and Analysis Robert Wilson December 6, 01 Abstract This article discusses some common receiver architectures and analyzes some of the impairments that apply to each. 1 Contents

More information

Data and Computer Communications. Chapter 3 Data Transmission

Data and Computer Communications. Chapter 3 Data Transmission Data and Computer Communications Chapter 3 Data Transmission Data Transmission quality of the signal being transmitted The successful transmission of data depends on two factors: characteristics of the

More information

Full Duplex Radios. Sachin Katti Kumu Networks & Stanford University 4/17/2014 1

Full Duplex Radios. Sachin Katti Kumu Networks & Stanford University 4/17/2014 1 Full Duplex Radios Sachin Katti Kumu Networks & Stanford University 4/17/2014 1 It is generally not possible for radios to receive and transmit on the same frequency band because of the interference that

More information

Fundamentals of telecommunications. Ermanno Pietrosemoli Marco Zennaro

Fundamentals of telecommunications. Ermanno Pietrosemoli Marco Zennaro Fundamentals of telecommunications Ermanno Pietrosemoli Marco Zennaro Goals To present the basics concepts of telecommunication systems with focus on digital and wireless 2 Basic Concepts Signal Analog,

More information

L(f) = = (f) G(f) L2(f) Transmission Impairments: Attenuation (cont.)

L(f) = = (f) G(f) L2(f) Transmission Impairments: Attenuation (cont.) Transmission Impairments: Attenuation (cont.) how many times the put signal has attenuated relative to the input signal should be in L(f) (f) (f) A A in (f) (f) how many times the put signal has been amplified

More information

TSEK02: Radio Electronics Lecture 8: RX Nonlinearity Issues, Demodulation. Ted Johansson, EKS, ISY

TSEK02: Radio Electronics Lecture 8: RX Nonlinearity Issues, Demodulation. Ted Johansson, EKS, ISY TSEK02: Radio Electronics Lecture 8: RX Nonlinearity Issues, Demodulation Ted Johansson, EKS, ISY 2 RX Nonlinearity Issues, Demodulation RX nonlinearities (parts of 2.2) System Nonlinearity Sensitivity

More information

Solutions to Information Theory Exercise Problems 5 8

Solutions to Information Theory Exercise Problems 5 8 Solutions to Information Theory Exercise roblems 5 8 Exercise 5 a) n error-correcting 7/4) Hamming code combines four data bits b 3, b 5, b 6, b 7 with three error-correcting bits: b 1 = b 3 b 5 b 7, b

More information

ADVANCED WIRELESS TECHNOLOGIES. Aditya K. Jagannatham Indian Institute of Technology Kanpur

ADVANCED WIRELESS TECHNOLOGIES. Aditya K. Jagannatham Indian Institute of Technology Kanpur ADVANCED WIRELESS TECHNOLOGIES Aditya K. Jagannatham Indian Institute of Technology Kanpur Wireless Signal Fast Fading The wireless signal can reach the receiver via direct and scattered paths. As a result,

More information

Communication Limits. Goals. Parity. RS-232 Format

Communication Limits. Goals. Parity. RS-232 Format Communication Limits Goals Be able to calculate the maximum possible transmission rate Be able to calculate the maximum transmission rate in the presence of noise COMP467 Networked Computer Systems RS-232

More information

GPS receivers built for various

GPS receivers built for various GNSS Solutions: Measuring GNSS Signal Strength angelo joseph GNSS Solutions is a regular column featuring questions and answers about technical aspects of GNSS. Readers are invited to send their questions

More information

Data and Computer Communications Chapter 3 Data Transmission

Data and Computer Communications Chapter 3 Data Transmission Data and Computer Communications Chapter 3 Data Transmission Eighth Edition by William Stallings Transmission Terminology data transmission occurs between a transmitter & receiver via some medium guided

More information

UNIT- 7. Frequencies above 30Mhz tend to travel in straight lines they are limited in their propagation by the curvature of the earth.

UNIT- 7. Frequencies above 30Mhz tend to travel in straight lines they are limited in their propagation by the curvature of the earth. UNIT- 7 Radio wave propagation and propagation models EM waves below 2Mhz tend to travel as ground waves, These wave tend to follow the curvature of the earth and lose strength rapidly as they travel away

More information

CS307 Data Communication

CS307 Data Communication CS307 Data Communication Course Objectives Build an understanding of the fundamental concepts of data transmission. Familiarize the student with the basics of encoding of analog and digital data Preparing

More information

CT111 Introduction to Communication Systems Lecture 9: Digital Communications

CT111 Introduction to Communication Systems Lecture 9: Digital Communications CT111 Introduction to Communication Systems Lecture 9: Digital Communications Yash M. Vasavada Associate Professor, DA-IICT, Gandhinagar 31st January 2018 Yash M. Vasavada (DA-IICT) CT111: Intro to Comm.

More information

Swept-tuned spectrum analyzer. Gianfranco Miele, Ph.D

Swept-tuned spectrum analyzer. Gianfranco Miele, Ph.D Swept-tuned spectrum analyzer Gianfranco Miele, Ph.D www.eng.docente.unicas.it/gianfranco_miele g.miele@unicas.it Reference level and logarithmic amplifier The signal displayed on the instrument screen

More information

Lecture 15: Introduction to Mixers

Lecture 15: Introduction to Mixers EECS 142 Lecture 15: Introduction to Mixers Prof. Ali M. Niknejad University of California, Berkeley Copyright c 2005 by Ali M. Niknejad A. M. Niknejad University of California, Berkeley EECS 142 Lecture

More information

Twelve voice signals, each band-limited to 3 khz, are frequency -multiplexed using 1 khz guard bands between channels and between the main carrier

Twelve voice signals, each band-limited to 3 khz, are frequency -multiplexed using 1 khz guard bands between channels and between the main carrier Twelve voice signals, each band-limited to 3 khz, are frequency -multiplexed using 1 khz guard bands between channels and between the main carrier and the first channel. The modulation of the main carrier

More information

ELEC-E7120 Wireless Systems Weekly Exercise Problems 5

ELEC-E7120 Wireless Systems Weekly Exercise Problems 5 ELEC-E7120 Wireless Systems Weekly Exercise Problems 5 Problem 1: (Range and rate in Wi-Fi) When a wireless station (STA) moves away from the Access Point (AP), the received signal strength decreases and

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

FCC ID: A3LSLS-BD106Q. Report No.: HCT-RF-1801-FC003. Plot Data for Output Port 2_QPSK 9 khz ~ 150 khz Middle channel 150 khz ~ 30 MHz Low channel

FCC ID: A3LSLS-BD106Q. Report No.: HCT-RF-1801-FC003. Plot Data for Output Port 2_QPSK 9 khz ~ 150 khz Middle channel 150 khz ~ 30 MHz Low channel Plot Data for Output Port 2_QPSK 9 khz ~ 150 khz Middle channel 150 khz ~ 30 MHz Low channel 30 MHz ~ 1 GHz Middle channel 1 GHz ~ 2.491 GHz Low channel 2.695 GHz ~ 12.75 GHz High channel 12.75 GHz ~ 26.5

More information

EC 554 Data Communications

EC 554 Data Communications EC 554 Data Communications Mohamed Khedr http://webmail. webmail.aast.edu/~khedraast.edu/~khedr Syllabus Tentatively Week 1 Week 2 Week 3 Week 4 Week 5 Week 6 Week 7 Week 8 Week 9 Week 10 Week 11 Week

More information

Media. Twisted pair db/km at 1MHz 2 km. Coaxial cable 7 db/km at 10 MHz 1 9 km. Optical fibre 0.2 db/km 100 km

Media. Twisted pair db/km at 1MHz 2 km. Coaxial cable 7 db/km at 10 MHz 1 9 km. Optical fibre 0.2 db/km 100 km Media Attenuation Repeater spacing Twisted pair 10-12 db/km at 1MHz 2 km Coaxial cable 7 db/km at 10 MHz 1 9 km Optical fibre 0.2 db/km 100 km conniq.com provides an excellent tutorial on physical media.

More information

Simple Algorithm in (older) Selection Diversity. Receiver Diversity Can we Do Better? Receiver Diversity Optimization.

Simple Algorithm in (older) Selection Diversity. Receiver Diversity Can we Do Better? Receiver Diversity Optimization. 18-452/18-750 Wireless Networks and Applications Lecture 6: Physical Layer Diversity and Coding Peter Steenkiste Carnegie Mellon University Spring Semester 2017 http://www.cs.cmu.edu/~prs/wirelesss17/

More information

New System Simulator Includes Spectral Domain Analysis

New System Simulator Includes Spectral Domain Analysis New System Simulator Includes Spectral Domain Analysis By Dale D. Henkes, ACS Figure 1: The ACS Visual System Architect s System Schematic With advances in RF and wireless technology, it is often the case

More information

Lab/Project Error Control Coding using LDPC Codes and HARQ

Lab/Project Error Control Coding using LDPC Codes and HARQ Linköping University Campus Norrköping Department of Science and Technology Erik Bergfeldt TNE066 Telecommunications Lab/Project Error Control Coding using LDPC Codes and HARQ Error control coding is an

More information

Chapter 3. Data Transmission

Chapter 3. Data Transmission Chapter 3 Data Transmission Reading Materials Data and Computer Communications, William Stallings Terminology (1) Transmitter Receiver Medium Guided medium (e.g. twisted pair, optical fiber) Unguided medium

More information

RF Basics 15/11/2013

RF Basics 15/11/2013 27 RF Basics 15/11/2013 Basic Terminology 1/2 dbm is a measure of RF Power referred to 1 mw (0 dbm) 10mW(10dBm), 500 mw (27dBm) PER Packet Error Rate [%] percentage of the packets not successfully received

More information

Chapter 3 Data Transmission COSC 3213 Summer 2003

Chapter 3 Data Transmission COSC 3213 Summer 2003 Chapter 3 Data Transmission COSC 3213 Summer 2003 Courtesy of Prof. Amir Asif Definitions 1. Recall that the lowest layer in OSI is the physical layer. The physical layer deals with the transfer of raw

More information

A Modular Approach to Teaching Wireless Communications and Systems for ECET Students

A Modular Approach to Teaching Wireless Communications and Systems for ECET Students A Modular Approach to Teaching Wireless Communications and Systems for ECET Students James Z. Zhang, Robert Adams, Kenneth Burbank Department of Engineering and Technology Western Carolina University,

More information

BSc (Hons) Computer Science with Network Security BEng (Hons) Electronic Engineering

BSc (Hons) Computer Science with Network Security BEng (Hons) Electronic Engineering BSc (Hons) Computer Science with Network Security BEng (Hons) Electronic Engineering Cohort: BCNS/16B/FT Examinations for 2016-2017 / Semester 1 Resit Examinations for BEE/12/FT MODULE: DATA COMMUNICATIONS

More information

Chapter 2. Physical Layer

Chapter 2. Physical Layer Chapter 2 Physical Layer Lecture 1 Outline 2.1 Analog and Digital 2.2 Transmission Media 2.3 Digital Modulation and Multiplexing 2.4 Transmission Impairment 2.5 Data-rate Limits 2.6 Performance Physical

More information

Wireless Physical Layer Concepts: Part II

Wireless Physical Layer Concepts: Part II Wireless Physical Layer Concepts: Part II Raj Jain Professor of CSE Washington University in Saint Louis Saint Louis, MO 63130 Jain@cse.wustl.edu Audio/Video recordings of this lecture are available at:

More information

CSE 461 Bits and Links. David Wetherall

CSE 461 Bits and Links. David Wetherall CSE 461 Bits and Links David Wetherall djw@cs.washington.edu Topic How do we send a message across a wire or wireless link? The physical/link layers: 1. Different kinds of media 2. Fundamental limits 3.

More information

I-Q transmission. Lecture 17

I-Q transmission. Lecture 17 I-Q Transmission Lecture 7 I-Q transmission i Sending Digital Data Binary Phase Shift Keying (BPSK): sending binary data over a single frequency band Quadrature Phase Shift Keying (QPSK): sending twice

More information

18.8 Channel Capacity

18.8 Channel Capacity 674 COMMUNICATIONS SIGNAL PROCESSING 18.8 Channel Capacity The main challenge in designing the physical layer of a digital communications system is approaching the channel capacity. By channel capacity

More information

SETTING UP A WIRELESS LINK USING ME1000 RF TRAINER KIT

SETTING UP A WIRELESS LINK USING ME1000 RF TRAINER KIT SETTING UP A WIRELESS LINK USING ME1000 RF TRAINER KIT Introduction S Kumar Reddy Naru ME Signal Processing S. R. No - 05812 The aim of the project was to try and set up a point to point wireless link.

More information

Department of Computer Science and Engineering. CSE 3213: Computer Networks I (Fall 2009) Instructor: N. Vlajic Date: Dec 11, 2009.

Department of Computer Science and Engineering. CSE 3213: Computer Networks I (Fall 2009) Instructor: N. Vlajic Date: Dec 11, 2009. Department of Computer Science and Engineering CSE 3213: Computer Networks I (Fall 2009) Instructor: N. Vlajic Date: Dec 11, 2009 Final Examination Instructions: Examination time: 180 min. Print your name

More information

Chapter 1: Introduction. EET-223: RF Communication Circuits Walter Lara

Chapter 1: Introduction. EET-223: RF Communication Circuits Walter Lara Chapter 1: Introduction EET-223: RF Communication Circuits Walter Lara Introduction Electronic communication involves transmission over medium from source to destination Information can contain voice,

More information

Module 8 Theory. dbs AM Detector Ring Modulator Receiver Chain. Functional Blocks Parameters. IRTS Region 4

Module 8 Theory. dbs AM Detector Ring Modulator Receiver Chain. Functional Blocks Parameters. IRTS Region 4 Module 8 Theory dbs AM Detector Ring Modulator Receiver Chain Functional Blocks Parameters Decibel (db) The term db or decibel is a relative unit of measurement used frequently in electronic communications

More information

DESIGN, IMPLEMENTATION AND OPTIMISATION OF 4X4 MIMO-OFDM TRANSMITTER FOR

DESIGN, IMPLEMENTATION AND OPTIMISATION OF 4X4 MIMO-OFDM TRANSMITTER FOR DESIGN, IMPLEMENTATION AND OPTIMISATION OF 4X4 MIMO-OFDM TRANSMITTER FOR COMMUNICATION SYSTEMS Abstract M. Chethan Kumar, *Sanket Dessai Department of Computer Engineering, M.S. Ramaiah School of Advanced

More information

CT-516 Advanced Digital Communications

CT-516 Advanced Digital Communications CT-516 Advanced Digital Communications Yash Vasavada Winter 2017 DA-IICT Lecture 17 Channel Coding and Power/Bandwidth Tradeoff 20 th April 2017 Power and Bandwidth Tradeoff (for achieving a particular

More information

Measurement of Digital Transmission Systems Operating under Section March 23, 2005

Measurement of Digital Transmission Systems Operating under Section March 23, 2005 Measurement of Digital Transmission Systems Operating under Section 15.247 March 23, 2005 Section 15.403(f) Digital Modulation Digital modulation is required for Digital Transmission Systems (DTS). Digital

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

Third-Method Narrowband Direct Upconverter for the LF / MF Bands

Third-Method Narrowband Direct Upconverter for the LF / MF Bands Third-Method Narrowband Direct Upconverter for the LF / MF Bands Introduction Andy Talbot G4JNT February 2016 Previous designs for upconverters from audio generated from a soundcard to RF have been published

More information

6. has units of bits/second. a. Throughput b. Propagation speed c. Propagation time d. (b)or(c)

6. has units of bits/second. a. Throughput b. Propagation speed c. Propagation time d. (b)or(c) King Saud University College of Computer and Information Sciences Information Technology Department First Semester 1436/1437 IT224: Networks 1 Sheet# 10 (chapter 3-4-5) Multiple-Choice Questions 1. Before

More information

Course Code: EE-411 Teacher: Engr.Ahmad Bilal Multiple choice & Short Questions notes

Course Code: EE-411 Teacher: Engr.Ahmad Bilal Multiple choice & Short Questions notes Department of Electrical (POWER) Engineering Swedish College of Engineering & Technology Rahim yar khan Subject: Communication systems Course Code: EE-411 Teacher: Engr.Ahmad Bilal Multiple choice & Short

More information

EE390 Final Exam Fall Term 2002 Friday, December 13, 2002

EE390 Final Exam Fall Term 2002 Friday, December 13, 2002 Name Page 1 of 11 EE390 Final Exam Fall Term 2002 Friday, December 13, 2002 Notes 1. This is a 2 hour exam, starting at 9:00 am and ending at 11:00 am. The exam is worth a total of 50 marks, broken down

More information

Frequency Modulation

Frequency Modulation Frequency Modulation transferred to the microwave carrier by means of FM. Instead of being done in one step, this modulation usually takes place at an intermediate frequency. signal is then frequency multiplied

More information

Antennas and Propagation

Antennas and Propagation 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

College of information Technology Department of Information Networks Telecommunication & Networking I Chapter DATA AND SIGNALS 1 من 42

College of information Technology Department of Information Networks Telecommunication & Networking I Chapter DATA AND SIGNALS 1 من 42 3.1 DATA AND SIGNALS 1 من 42 Communication at application, transport, network, or data- link is logical; communication at the physical layer is physical. we have shown only ; host- to- router, router-to-

More information

TSEK02: Radio Electronics Lecture 6: Propagation and Noise. Ted Johansson, EKS, ISY

TSEK02: Radio Electronics Lecture 6: Propagation and Noise. Ted Johansson, EKS, ISY TSEK02: Radio Electronics Lecture 6: Propagation and Noise Ted Johansson, EKS, ISY 2 Propagation and Noise - Channel and antenna: not in the Razavi book - Noise: 2.3 The wireless channel The antenna Signal

More information

Lecture 6. Angle Modulation and Demodulation

Lecture 6. Angle Modulation and Demodulation Lecture 6 and Demodulation Agenda Introduction to and Demodulation Frequency and Phase Modulation Angle Demodulation FM Applications Introduction The other two parameters (frequency and phase) of the carrier

More information

ADI 2006 RF Seminar. Chapter II RF/IF Components and Specifications for Receivers

ADI 2006 RF Seminar. Chapter II RF/IF Components and Specifications for Receivers ADI 2006 RF Seminar Chapter II RF/IF Components and Specifications for Receivers 1 RF/IF Components and Specifications for Receivers Fixed Gain and Variable Gain Amplifiers IQ Demodulators Analog-to-Digital

More information

4. BK2401/BK2421 Module RF test

4. BK2401/BK2421 Module RF test 4. BK2401/BK2421 Module RF test BK2401/BK2421 Module RF performance tests including transmit power (Power) Frequency (Frequency) and sensitivity (Sensitivity) test, and FCC / CE testing major FAIL in the

More information

EE12: Laboratory Project (Part-2) AM Transmitter

EE12: Laboratory Project (Part-2) AM Transmitter EE12: Laboratory Project (Part-2) AM Transmitter ECE Department, Tufts University Spring 2008 1 Objective This laboratory exercise is the second part of the EE12 project of building an AM transmitter in

More information

Signal Characteristics

Signal Characteristics Data Transmission The successful transmission of data depends upon two factors:» The quality of the transmission signal» The characteristics of the transmission medium Some type of transmission medium

More information

Review of Lecture 2. Data and Signals - Theoretical Concepts. Review of Lecture 2. Review of Lecture 2. Review of Lecture 2. Review of Lecture 2

Review of Lecture 2. Data and Signals - Theoretical Concepts. Review of Lecture 2. Review of Lecture 2. Review of Lecture 2. Review of Lecture 2 Data and Signals - Theoretical Concepts! What are the major functions of the network access layer? Reference: Chapter 3 - Stallings Chapter 3 - Forouzan Study Guide 3 1 2! What are the major functions

More information

EITF25 Internet Techniques and Applications L2: Physical layer. Stefan Höst

EITF25 Internet Techniques and Applications L2: Physical layer. Stefan Höst EITF25 Internet Techniques and Applications L2: Physical layer Stefan Höst Data vs signal Data: Static representation of information For storage Signal: Dynamic representation of information For transmission

More information

Introduction to Receivers

Introduction to Receivers Introduction to Receivers Purpose: translate RF signals to baseband Shift frequency Amplify Filter Demodulate Why is this a challenge? Interference Large dynamic range required Many receivers must be capable

More information

CSEP 561 Bits and Links. David Wetherall

CSEP 561 Bits and Links. David Wetherall CSEP 561 Bits and Links David Wetherall djw@cs.washington.edu Topic How do we send a message across a wire or wireless link? The physical/link layers: 1. Different kinds of media 2. Fundamental limits

More information