Communication Theory

Size: px
Start display at page:

Download "Communication Theory"

Transcription

1 Communication Theory Adnan Aziz Abstract We review the basic elements of communications systems, our goal being to motivate our study of filter implementation in VLSI. Specifically, we review some basic definitions related to signals and systems, and then illustrate the central concepts of modulation and channels, using wireless communications as the motivating example. 1 Signals and Systems Intuition: signals convey information; systems transform signals. Mathematically, a signal is a function mapping a domain into a range (in our context, the domain will be time, either continuous or discrete). A system is a function that takes input signals and returns output signals. As an example, a finite state machine is a system, and its input sequences and output sequences are the signals. For signals that take numerical values, it s often convenient to map the signal into the frequency domain, that is represent it as a sum of sinusoids. This is because for a very important class of systems the Linear Time Invariant systems knowing their behavior on sinusoidal inputs suffices to know there behavior on all inputs. Many signals originating in nature are random, and to understand these, we first review the concept of a random variable. A random variable is a function from a set of random events to the real numbers. For the random variable X, the probability distribution function F X completely spells out its behavior; F X (α) = P r(x α). There is also the related notion of a probability density function (pdf) f X (α), the derivative of F X (α) with respect to α. 1 For any random variable X, one can talk of its mean m X, also denoted by E[X], defined to be + f X(α) dα. 2 That there are RVs for which the integral/sum does converge, but we won t worry about that for now. Analogous to the mean, one can define the variance, which is just the mean of X 2, and the standard deviation σ X given by σx 2 = (E[X 2 ] (E[X] 2 ). 1 We are assuming that the distribution function is continuous and differentiable; this is not the case when for example the underlying set of events is finite. When the random variable takes a discrete set of values, the probability mass function plays the analog of the pdf. 2 For discrete RVs, the integral is replaced by a sum. 1

2 Having reviewed RVs, we can now talk about random signals a random signal is a function whose range is a set of random variables. Suppose S is a continuous-time random signal (i.e., its domain is the set of real numbers); then for any time t, S(t) is a random variable, and we can talk of its mean, variance etc. In the special case that the distribution functions for S(t) are identical for all t, the signal is said to be stationary; in particular this means that its mean at any time is the same. (In practice, all that s needed is for signals to be stationary for long enough.) A stationary signal is ergodic if the average computed over any trace is the same as the mean at any time. Lee and Varaiya have a wonderful text Structure and Interpretation of Signals and Systems, Addison-Wesley, 2003; it s far more accessible than most books which are very math-focused. 2 Modulation We will motivate the need for studying VLSI filtering (and later error correcting codes) by reviewing some of the basic elements of digital wireless communication. Figure 1: A communication system The key idea of digital modulation is to put bits onto a high frequency carrier that the backend sends onto to the antenna; demodulation is the inverse process. Naturally, we can ask Why don t we just send on-off pulses or +A/ A pulses with duration T, like in wired Ethernet? Why don t we send +A, +0.5A, 0.5A, A and convey more information? The choice of modulation scheme influences bit-error-rate (BER), bandwidth, and transceiver complexity/cost. For any modulator, demodulation can be performed in a coherent or incoherent manner coherent means that Rx has exact knowledge of carrier phase reference ( locked in ). We ll assume coherent demodulation. 2.1 BFSK Binary Frequency Shift Keying transmit frequency f 1 for logic 1, f 0 for logic 0. Demodulator correlate with A cos ω 0 t A cos ω 1 t, average over a bit duration. Assume T b 0 cos ω 0 t cos ω 1 t dt = 0, which holds if f 0 and f 1 are multiples of 1/T b. To demodulate, note that for logic 0: s 0 (T b ) = Tb 0 A cos ω 0 t dt = A 2 T b /2 2

3 Figure 2: BFSK modulator Figure 3: BFSK Demodulator and for logic 1: s 1 (T b ) = Tb 0 A cos ω 1 t dt = A 2 T b /2 So we just compare s 0 (T b ) with 0, to determine if a 0 or a 1 was transmitted. 2.2 BPSK Binary Phase Shift Keying change carrier phase. s 0 (t) = A cos ω 0 t s 1 (t) = A cos(ω 0 t + π) = cos ω 0 t Figure 4: BPSK modulator 3

4 Figure 5: BPSK demodulator 2.3 QPSK, OQPSK, MSK 2.4 QPSK Quadrature Phase-Shift Keying Send one of 4 possible symbols: s 00 (t) = A cos ω c t A sin ω c t s 01 (t) = A cos ω c t + A sin ω c t s 10 (t) = A cos ω c t A sin ω c t s 11 (t) = A cos ω c t + A sin ω c t Figure 6: QPSK Demodulator pair of correlators, and pair of coherent reference signals. Figure 7: QPSK demodulator Clearly, different modulation schemes differ in terms of implementation. However, it s not clear how they are different in terms of performance? (Or are they? Perhaps there s a conservation of information law, just like for energy and matter...) 4

5 One consideration: what happens when the channel is not perfect but instead has finite bandwidth (analogous to a trivial RC circuit)? For QPSK, there are large phase changes at the end of each symbol, which means that the signal has high bandwidth. When the channel has finite bandwidth, individual symbols blur and overlap with each other (the technical term is ISI inter-signal interference) OQPSK Offset Quadrature Phase-Shift Keying One way to reduce ISI in QPSK is to avoid simultaneous transitions in waveforms at nodes A and B, thereby reducing signal bandwidth. This is the idea behind OQPSK. Figure 8: OQPSK 2.5 MSK Minimum Shift Keying Another way to avoid large phase changes at the end of each symbol is to adopt a modulation scheme that has continuous phase shift. MSK is such a scheme it can be derived from OQPSK by applying half-sinusoids instead of rectangular pulses to represent the levels that are multiplied by the carriers. Figure 9: MSK 5

6 Now ω 1 is taken to be π/(2t b ); with this it can be shown that S MSL (t) exhibits no abrupt change in phase, i.e., from the frequency domain point of view, MSK signals have a sharper decay in their spectrum, which introduces less distortion when passing through finite bandwidth channels. Question: smoothing seems like a great idea, it saves you signal bandwidth (which is hugely expensive). What s the catch? 3 Channels 3.1 Noisy Channels Channels don t just introduce ISI; they also add noise, which is random. 3 The classical model for channel noise is the AWGN model a noise signal N(t) is added to the signal sent from the transmitter, and n(t) has a Gaussian distribution, and for all t 1 t 2, n(t 1 ) and n(t 2 ) are statistically independent. The addition of noise to the transmitted signal means that there is a finite probability that the demodulator returns the wrong result. Intuitively, how does the probability of error change with the signal amplitude, noise level, transmission rate? It is not very difficult to compute the bit error rates for simpler modulation schemes all that s needed is a little calculus. The errors are often expressed in terms of the error function defined by Q(x) = + x 1/ 2πe x2 dx. For example, for BFSK, P e = Q( (SNR (f N /R b )), where SNR is the signal to noise ratio, f N is the effective noise bandwidth, and R b = 1/T b is the symbol transmission rate. For BPSK, the BER P e = Q( (2 SNR (f N /R b )). (Does this automatically mean BPSK is worse than BFSK?) Let E b and N 0 denote signal-energy-per-bit and noise-power-spectral-density. Note that E b /N 0 = SNR (f N /R b ); hence the bit-error-rate for BFSK and BPSK can be written as Q( (E b /N 0 ) and Q( (2E b /N 0 ). 3.2 Finite Channel Bandwidth One way to counter ISI is to change the pulse shape inside the modulator using a filter (called the transmit filter). Specifically, by sending sinc(t/t b ) instead of a square pulse, there is no ISI. 4 However, the sinc pulse makes it harder to recover timing, and a filter with such sharp transitions is infeasible to build. Consequently, there are other pulses that people have adopted, e.g., the raised-cosine pulse given by p(t) = sinc(t/t b ) cos(παt/t b )/(1 (2αt/T b ) 2 ), where α [0, 1] is the roll-off factor. The raised-cosine does avoid ISI, and is band-limited, but has a higher bandwidth than the ideal (which is 1/T b ). Another pulse that does not completely avoid ISI, but has less bandwidth is the Gaussian pulse given by p(t) = π/αe ( π2 t 2 /α 2). Here α = /B where B is the 3dB bandwidth of the 3 This noise comes from a number of sources, including for example thermal noise in the electronics. 4 The sinc function is sin x/x. 6

7 filter. When applied to MSK, the resulting scheme is GMSK this is for example the scheme use in the DECT (digital enhanced cordless telecommunications) standard. 3.3 Multipath So far, we ve only discussed two nonidealities: AWGN and finite bandwidth. For wireless channels, there are other major problems: path loss, multipath fading, and Doppler shift. Path loss attenuates the transmitted signal, and sets an upper bound on the signal strength the receiver can expect. Multipath attenuates the signal, but also introduces ISI. Doppler shift introduces phase impairment. 3.4 Path loss Theoretical models exists for path loss, based on antenna theory; one example is the Friis equation: P R /P T = G R G T (c/(4π r f)) 2, where G R and G T and the transmit and receive antenna gains, c is the speed of light, r is the distance between transmit and receive antennas, and f the frequency. The Friis equation is for ideal free-space propagation for an LOS path; empirical models show that the loss increases much faster with distance the path loss exponent is between 3.5 and 5 for outdoor cellular, and 2 and 4 for indoor systems. 3.5 Multipath loss Multipath loss is very complex, leading to both amplitude reduction and ISI Amplitude reduction The amplitude reduction introduced by multipath varies with frequency, so one approach to overcoming multipath is to use frequency diversity. Another approach to coping with amplitude reduction is to use spatial diversity multiple antennas separated by multiples of the transmit frequency ISI ISI can be overcome by equalization. Crudely, equalization consists of compensating for the amplitude and phase distortion of the channel with a filter whose transfer function is the inverse of the channel s transfer function. If the channel is changing, the equalizer has to be adaptive. Known training sequences are sent periodically, and the equalizer adapts itself appropriately. The equalizer can be linear (FIR, lattice, etc.) or nonlinear (decision feedback, max likelihood decision feedback, etc.). 3.6 Doppler shift Doppler shifts are a specific example of the general problem of the channel changing very quickly. An engineering solution to this is to use time diversity, i.e., transmit information over a number of differing time slots, where the separation between slots exceeds the coherence time. 7

8 4 OFDM Orthogonal Frequency Division Multiplexing If the time separation between a symbol and its reflections is significantly less than the symbol duration time, then the impact of ISI is less pronounced. Since we cannot change the time separations without moving the antennas around, an obvious solution is to use a large symbol duration time. This however reduces the number of symbols sent per second, i.e., it reduces the data rate. Since the symbol has a longer duration, the noise tends to average out more, so one can send more information per symbol. The obvious way to do this, e.g., PSK using a large number of values from A to +A doesn t work, since for each additional bit the separation between symbols halves, leading to a high BER. One solution is to divide the available channel spectrum into sub-channels, and use filtering to keep them independent. The requirements on the filters is very stringent, and hard to maintain. OFDM uses a different approach: it uses a number of carriers within the spectrum that have spectral overlap; however, the effect of overlap is mitigated by having the carriers be orthogonal. Specifically, if we are transmitting via QPSK on frequency f 0 and also QPSK on f 1, with a symbol duration time T, and the orthogonality requirement T 0 cos 2πf 0 t cos 2πf 1 t dt = 0 is met, then even if the two transmissions overlap in terms of their spectral content, the net effect of one transmission over the other over time T is zero. OFDM is this idea with many (52 (802.11a), 8192 (DVB-T)) frequencies, all of which pair-wise satisfy the orthogonality requirement. (This is easier to achieve than it sounds: use frequencies F 0, f 0 +, f 0 + 2,..., f 0 (n 1), and have = m/t, where m is any integer.) They key advantage of OFDM is that you can overcome the effect of ISI. However, every silver lining has a cloud: It s very hard to ensure the orthogonality requirement: everything from phase noise in the PLLs to the impact of finite-precision arithmetic impacts it The hardware cost is nontrivial e.g., for DVBT implemented directly, need 8192 QPSK transceivers View symbol generation as an inverse DFT operation: can use FFT techniques! 4.1 OFDM Example Given 4 subcarriers, each modulated using BPSK. 8

9 Figure 10: 24 bits of data to be transmitted Figure 11: Carrier 1 waveform over 6 symbol periods 5 Examples of standards 5.1 DECT Example a Example Figure 12: Carrier 2 waveform over 6 symbol periods 9

10 Figure 13: Carrier 3, 4 waveform over 6 symbol periods Figure 14: Concurrent view of all carriers Figure 15: Final aggregate waveform this is what is mixed up and then pushed by the PA onto the antenna 10

11 Figure 16: We are transmitting the sum of several sinusoids. Therefore, can view data to be transmitted as a specification on the spectrum Figure 17: Frequency synthesis naturally performed via IFFT Cell Range m Frequency Range MHz Carrier Spacing MHz peak Channels/carrier 2 x 12 Duplex method TDD using two slots on the same RF carrier Channelization TDMA/FDMA Speech Coding 32 kbps ADPCM Modulation GMSK (BT b = 0.3) Gross data rate Mbps BER < 10 3 Max transmitted power 250 mw Figure 18: Digital Enhanced Cordless Telecommunications 11

12 Data Rate 6, 9, 12, 18, 24, 36, 48, 54 Mbps Modulation BPSK, QPSK, 16-QAM, 64-QAM Coding Rates 1/2, 9/16, 2/3, 3/4 Number of Subcarriers 52 Number of Pilot Tones 4 OFDM Symbol Duration 4 µsec Guard Interval 800 ns Subcarrier Spacing khz Signal Bandwidth MHz Channel Spacing 20 MHz Figure 19: a standard 12

Lecture 3: Wireless Physical Layer: Modulation Techniques. Mythili Vutukuru CS 653 Spring 2014 Jan 13, Monday

Lecture 3: Wireless Physical Layer: Modulation Techniques. Mythili Vutukuru CS 653 Spring 2014 Jan 13, Monday Lecture 3: Wireless Physical Layer: Modulation Techniques Mythili Vutukuru CS 653 Spring 2014 Jan 13, Monday Modulation We saw a simple example of amplitude modulation in the last lecture Modulation how

More information

Mobile & Wireless Networking. Lecture 2: Wireless Transmission (2/2)

Mobile & Wireless Networking. Lecture 2: Wireless Transmission (2/2) 192620010 Mobile & Wireless Networking Lecture 2: Wireless Transmission (2/2) [Schiller, Section 2.6 & 2.7] [Reader Part 1: OFDM: An architecture for the fourth generation] Geert Heijenk Outline of Lecture

More information

Chapter 3 Communication Concepts

Chapter 3 Communication Concepts Chapter 3 Communication Concepts 1 Sections to be covered 3.1 General Considerations 3.2 Analog Modulation 3.3 Digital Modulation 3.4 Spectral Regrowth 3.7 Wireless Standards 2 Chapter Outline Modulation

More information

Practical issue: Group definition. TSTE17 System Design, CDIO. Quadrature Amplitude Modulation (QAM) Components of a digital communication system

Practical issue: Group definition. TSTE17 System Design, CDIO. Quadrature Amplitude Modulation (QAM) Components of a digital communication system 1 2 TSTE17 System Design, CDIO Introduction telecommunication OFDM principle How to combat ISI How to reduce out of band signaling Practical issue: Group definition Project group sign up list will be put

More information

Digital Modulation Schemes

Digital Modulation Schemes Digital Modulation Schemes 1. In binary data transmission DPSK is preferred to PSK because (a) a coherent carrier is not required to be generated at the receiver (b) for a given energy per bit, the probability

More information

EC 551 Telecommunication System Engineering. Mohamed Khedr

EC 551 Telecommunication System Engineering. Mohamed Khedr EC 551 Telecommunication System Engineering Mohamed Khedr http://webmail.aast.edu/~khedr 1 Mohamed Khedr., 2008 Syllabus Tentatively Week 1 Week 2 Week 3 Week 4 Week 5 Week 6 Week 7 Week 8 Week 9 Week

More information

QUESTION BANK SUBJECT: DIGITAL COMMUNICATION (15EC61)

QUESTION BANK SUBJECT: DIGITAL COMMUNICATION (15EC61) QUESTION BANK SUBJECT: DIGITAL COMMUNICATION (15EC61) Module 1 1. Explain Digital communication system with a neat block diagram. 2. What are the differences between digital and analog communication systems?

More information

Lecture 13. Introduction to OFDM

Lecture 13. Introduction to OFDM Lecture 13 Introduction to OFDM Ref: About-OFDM.pdf Orthogonal frequency division multiplexing (OFDM) is well-known to be effective against multipath distortion. It is a multicarrier communication scheme,

More information

Multi-carrier Modulation and OFDM

Multi-carrier Modulation and OFDM 3/28/2 Multi-carrier Modulation and OFDM Prof. Luiz DaSilva dasilval@tcd.ie +353 896-366 Multi-carrier systems: basic idea Typical mobile radio channel is a fading channel that is flat or frequency selective

More information

Orthogonal Frequency Division Multiplexing (OFDM) based Uplink Multiple Access Method over AWGN and Fading Channels

Orthogonal Frequency Division Multiplexing (OFDM) based Uplink Multiple Access Method over AWGN and Fading Channels Orthogonal Frequency Division Multiplexing (OFDM) based Uplink Multiple Access Method over AWGN and Fading Channels Prashanth G S 1 1Department of ECE, JNNCE, Shivamogga ---------------------------------------------------------------------***----------------------------------------------------------------------

More information

Wireless Communication: Concepts, Techniques, and Models. Hongwei Zhang

Wireless Communication: Concepts, Techniques, and Models. Hongwei Zhang Wireless Communication: Concepts, Techniques, and Models Hongwei Zhang http://www.cs.wayne.edu/~hzhang Outline Digital communication over radio channels Channel capacity MIMO: diversity and parallel channels

More information

EC 6501 DIGITAL COMMUNICATION UNIT - IV PART A

EC 6501 DIGITAL COMMUNICATION UNIT - IV PART A EC 6501 DIGITAL COMMUNICATION UNIT - IV PART A 1. Distinguish coherent vs non coherent digital modulation techniques. [N/D-16] a. Coherent detection: In this method the local carrier generated at the receiver

More information

Implementation of Digital Signal Processing: Some Background on GFSK Modulation

Implementation of Digital Signal Processing: Some Background on GFSK Modulation Implementation of Digital Signal Processing: Some Background on GFSK Modulation Sabih H. Gerez University of Twente, Department of Electrical Engineering s.h.gerez@utwente.nl Version 5 (March 9, 2016)

More information

Point-to-Point Communications

Point-to-Point Communications Point-to-Point Communications Key Aspects of Communication Voice Mail Tones Alphabet Signals Air Paper Media Language English/Hindi English/Hindi Outline of Point-to-Point Communication 1. Signals basic

More information

Objectives. Presentation Outline. Digital Modulation Revision

Objectives. Presentation Outline. Digital Modulation Revision Digital Modulation Revision Professor Richard Harris Objectives To identify the key points from the lecture material presented in the Digital Modulation section of this paper. What is in the examination

More information

CHAPTER 3 ADAPTIVE MODULATION TECHNIQUE WITH CFO CORRECTION FOR OFDM SYSTEMS

CHAPTER 3 ADAPTIVE MODULATION TECHNIQUE WITH CFO CORRECTION FOR OFDM SYSTEMS 44 CHAPTER 3 ADAPTIVE MODULATION TECHNIQUE WITH CFO CORRECTION FOR OFDM SYSTEMS 3.1 INTRODUCTION A unique feature of the OFDM communication scheme is that, due to the IFFT at the transmitter and the FFT

More information

DIGITAL COMMUNICATIONS SYSTEMS. MSc in Electronic Technologies and Communications

DIGITAL COMMUNICATIONS SYSTEMS. MSc in Electronic Technologies and Communications DIGITAL COMMUNICATIONS SYSTEMS MSc in Electronic Technologies and Communications Bandpass binary signalling The common techniques of bandpass binary signalling are: - On-off keying (OOK), also known as

More information

Performance Evaluation of Wireless Communication System Employing DWT-OFDM using Simulink Model

Performance Evaluation of Wireless Communication System Employing DWT-OFDM using Simulink Model Performance Evaluation of Wireless Communication System Employing DWT-OFDM using Simulink Model M. Prem Anand 1 Rudrashish Roy 2 1 Assistant Professor 2 M.E Student 1,2 Department of Electronics & Communication

More information

Communication Channels

Communication Channels Communication Channels wires (PCB trace or conductor on IC) optical fiber (attenuation 4dB/km) broadcast TV (50 kw transmit) voice telephone line (under -9 dbm or 110 µw) walkie-talkie: 500 mw, 467 MHz

More information

Performance Evaluation of different α value for OFDM System

Performance Evaluation of different α value for OFDM System Performance Evaluation of different α value for OFDM System Dr. K.Elangovan Dept. of Computer Science & Engineering Bharathidasan University richirappalli Abstract: Orthogonal Frequency Division Multiplexing

More information

Revision of Wireless Channel

Revision of Wireless Channel Revision of Wireless Channel Quick recap system block diagram CODEC MODEM Wireless Channel Previous three lectures looked into wireless mobile channels To understand mobile communication technologies,

More information

EENG473 Mobile Communications Module 3 : Week # (12) Mobile Radio Propagation: Small-Scale Path Loss

EENG473 Mobile Communications Module 3 : Week # (12) Mobile Radio Propagation: Small-Scale Path Loss EENG473 Mobile Communications Module 3 : Week # (12) Mobile Radio Propagation: Small-Scale Path Loss Introduction Small-scale fading is used to describe the rapid fluctuation of the amplitude of a radio

More information

Chapter 4. Part 2(a) Digital Modulation Techniques

Chapter 4. Part 2(a) Digital Modulation Techniques Chapter 4 Part 2(a) Digital Modulation Techniques Overview Digital Modulation techniques Bandpass data transmission Amplitude Shift Keying (ASK) Phase Shift Keying (PSK) Frequency Shift Keying (FSK) Quadrature

More information

Performance Evaluation of OFDM System with Rayleigh, Rician and AWGN Channels

Performance Evaluation of OFDM System with Rayleigh, Rician and AWGN Channels Performance Evaluation of OFDM System with Rayleigh, Rician and AWGN Channels Abstract A Orthogonal Frequency Division Multiplexing (OFDM) scheme offers high spectral efficiency and better resistance to

More information

Multipath can be described in two domains: time and frequency

Multipath can be described in two domains: time and frequency Multipath can be described in two domains: and frequency Time domain: Impulse response Impulse response Frequency domain: Frequency response f Sinusoidal signal as input Frequency response Sinusoidal signal

More information

Modulation and Coding Tradeoffs

Modulation and Coding Tradeoffs 0 Modulation and Coding Tradeoffs Contents 1 1. Design Goals 2. Error Probability Plane 3. Nyquist Minimum Bandwidth 4. Shannon Hartley Capacity Theorem 5. Bandwidth Efficiency Plane 6. Modulation and

More information

Lecture LTE (4G) -Technologies used in 4G and 5G. Spread Spectrum Communications

Lecture LTE (4G) -Technologies used in 4G and 5G. Spread Spectrum Communications COMM 907: Spread Spectrum Communications Lecture 10 - LTE (4G) -Technologies used in 4G and 5G The Need for LTE Long Term Evolution (LTE) With the growth of mobile data and mobile users, it becomes essential

More information

Digital data (a sequence of binary bits) can be transmitted by various pule waveforms.

Digital data (a sequence of binary bits) can be transmitted by various pule waveforms. Chapter 2 Line Coding Digital data (a sequence of binary bits) can be transmitted by various pule waveforms. Sometimes these pulse waveforms have been called line codes. 2.1 Signalling Format Figure 2.1

More information

ECEn 665: Antennas and Propagation for Wireless Communications 131. s(t) = A c [1 + αm(t)] cos (ω c t) (9.27)

ECEn 665: Antennas and Propagation for Wireless Communications 131. s(t) = A c [1 + αm(t)] cos (ω c t) (9.27) ECEn 665: Antennas and Propagation for Wireless Communications 131 9. Modulation Modulation is a way to vary the amplitude and phase of a sinusoidal carrier waveform in order to transmit information. When

More information

The Radio Channel. COS 463: Wireless Networks Lecture 14 Kyle Jamieson. [Parts adapted from I. Darwazeh, A. Goldsmith, T. Rappaport, P.

The Radio Channel. COS 463: Wireless Networks Lecture 14 Kyle Jamieson. [Parts adapted from I. Darwazeh, A. Goldsmith, T. Rappaport, P. The Radio Channel COS 463: Wireless Networks Lecture 14 Kyle Jamieson [Parts adapted from I. Darwazeh, A. Goldsmith, T. Rappaport, P. Steenkiste] Motivation The radio channel is what limits most radio

More information

ELT Receiver Architectures and Signal Processing Fall Mandatory homework exercises

ELT Receiver Architectures and Signal Processing Fall Mandatory homework exercises ELT-44006 Receiver Architectures and Signal Processing Fall 2014 1 Mandatory homework exercises - Individual solutions to be returned to Markku Renfors by email or in paper format. - Solutions are expected

More information

Wireless Physical Layer Concepts: Part III

Wireless Physical Layer Concepts: Part III Wireless Physical Layer Concepts: Part III Raj Jain Professor of CSE Washington University in Saint Louis Saint Louis, MO 63130 Jain@cse.wustl.edu These slides are available on-line at: http://www.cse.wustl.edu/~jain/cse574-08/

More information

Performance Evaluation Of Digital Modulation Techniques In Awgn Communication Channel

Performance Evaluation Of Digital Modulation Techniques In Awgn Communication Channel Performance Evaluation Of Digital Modulation Techniques In Awgn Communication Channel Oyetunji S. A 1 and Akinninranye A. A 2 1 Federal University of Technology Akure, Nigeria 2 MTN Nigeria Abstract The

More information

Clipping and Filtering Technique for reducing PAPR In OFDM

Clipping and Filtering Technique for reducing PAPR In OFDM IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719, Volume 2, Issue 9 (September 2012), PP 91-97 Clipping and Filtering Technique for reducing PAPR In OFDM Saleh Albdran 1, Ahmed

More information

Thus there are three basic modulation techniques: 1) AMPLITUDE SHIFT KEYING 2) FREQUENCY SHIFT KEYING 3) PHASE SHIFT KEYING

Thus there are three basic modulation techniques: 1) AMPLITUDE SHIFT KEYING 2) FREQUENCY SHIFT KEYING 3) PHASE SHIFT KEYING CHAPTER 5 Syllabus 1) Digital modulation formats 2) Coherent binary modulation techniques 3) Coherent Quadrature modulation techniques 4) Non coherent binary modulation techniques. Digital modulation formats:

More information

Selected answers * Problem set 6

Selected answers * Problem set 6 Selected answers * Problem set 6 Wireless Communications, 2nd Ed 243/212 2 (the second one) GSM channel correlation across a burst A time slot in GSM has a length of 15625 bit-times (577 ) Of these, 825

More information

WIRELESS COMMUNICATIONS PRELIMINARIES

WIRELESS COMMUNICATIONS PRELIMINARIES WIRELESS COMMUNICATIONS Preliminaries Radio Environment Modulation Performance PRELIMINARIES db s and dbm s Frequency/Time Relationship Bandwidth, Symbol Rate, and Bit Rate 1 DECIBELS Relative signal strengths

More information

Outline / Wireless Networks and Applications Lecture 7: Physical Layer OFDM. Frequency-Selective Radio Channel. How Do We Increase Rates?

Outline / Wireless Networks and Applications Lecture 7: Physical Layer OFDM. Frequency-Selective Radio Channel. How Do We Increase Rates? Page 1 Outline 18-452/18-750 Wireless Networks and Applications Lecture 7: Physical Layer OFDM Peter Steenkiste Carnegie Mellon University RF introduction Modulation and multiplexing Channel capacity Antennas

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

Comparison of ML and SC for ICI reduction in OFDM system

Comparison of ML and SC for ICI reduction in OFDM system Comparison of and for ICI reduction in OFDM system Mohammed hussein khaleel 1, neelesh agrawal 2 1 M.tech Student ECE department, Sam Higginbottom Institute of Agriculture, Technology and Science, Al-Mamon

More information

Decrease Interference Using Adaptive Modulation and Coding

Decrease Interference Using Adaptive Modulation and Coding International Journal of Computer Networks and Communications Security VOL. 3, NO. 9, SEPTEMBER 2015, 378 383 Available online at: www.ijcncs.org E-ISSN 2308-9830 (Online) / ISSN 2410-0595 (Print) Decrease

More information

S PG Course in Radio Communications. Orthogonal Frequency Division Multiplexing Yu, Chia-Hao. Yu, Chia-Hao 7.2.

S PG Course in Radio Communications. Orthogonal Frequency Division Multiplexing Yu, Chia-Hao. Yu, Chia-Hao 7.2. S-72.4210 PG Course in Radio Communications Orthogonal Frequency Division Multiplexing Yu, Chia-Hao chyu@cc.hut.fi 7.2.2006 Outline OFDM History OFDM Applications OFDM Principles Spectral shaping Synchronization

More information

Channel. Muhammad Ali Jinnah University, Islamabad Campus, Pakistan. Multi-Path Fading. Dr. Noor M Khan EE, MAJU

Channel. Muhammad Ali Jinnah University, Islamabad Campus, Pakistan. Multi-Path Fading. Dr. Noor M Khan EE, MAJU Instructor: Prof. Dr. Noor M. Khan Department of Electronic Engineering, Muhammad Ali Jinnah University, Islamabad Campus, Islamabad, PAKISTAN Ph: +9 (51) 111-878787, Ext. 19 (Office), 186 (Lab) Fax: +9

More information

Effects of Fading Channels on OFDM

Effects of Fading Channels on OFDM IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719, Volume 2, Issue 9 (September 2012), PP 116-121 Effects of Fading Channels on OFDM Ahmed Alshammari, Saleh Albdran, and Dr. Mohammad

More information

Chapter 2 Channel Equalization

Chapter 2 Channel Equalization Chapter 2 Channel Equalization 2.1 Introduction In wireless communication systems signal experiences distortion due to fading [17]. As signal propagates, it follows multiple paths between transmitter and

More information

Amplitude Frequency Phase

Amplitude Frequency Phase Chapter 4 (part 2) Digital Modulation Techniques Chapter 4 (part 2) Overview Digital Modulation techniques (part 2) Bandpass data transmission Amplitude Shift Keying (ASK) Phase Shift Keying (PSK) Frequency

More information

Revision of Previous Six Lectures

Revision of Previous Six Lectures Revision of Previous Six Lectures Previous six lectures have concentrated on Modem, under ideal AWGN or flat fading channel condition Important issues discussed need to be revised, and they are summarised

More information

Fundamentals of Digital Communication

Fundamentals of Digital Communication Fundamentals of Digital Communication Network Infrastructures A.A. 2017/18 Digital communication system Analog Digital Input Signal Analog/ Digital Low Pass Filter Sampler Quantizer Source Encoder Channel

More information

Study of Performance Evaluation of Quasi Orthogonal Space Time Block Code MIMO-OFDM System in Rician Channel for Different Modulation Schemes

Study of Performance Evaluation of Quasi Orthogonal Space Time Block Code MIMO-OFDM System in Rician Channel for Different Modulation Schemes Volume 4, Issue 6, June (016) Study of Performance Evaluation of Quasi Orthogonal Space Time Block Code MIMO-OFDM System in Rician Channel for Different Modulation Schemes Pranil S Mengane D. Y. Patil

More information

University of Bristol - Explore Bristol Research. Link to publication record in Explore Bristol Research PDF-document.

University of Bristol - Explore Bristol Research. Link to publication record in Explore Bristol Research PDF-document. Mansor, Z. B., Nix, A. R., & McGeehan, J. P. (2011). PAPR reduction for single carrier FDMA LTE systems using frequency domain spectral shaping. In Proceedings of the 12th Annual Postgraduate Symposium

More information

BER Comparison of DCT-based OFDM and FFT-based OFDM using BPSK Modulation over AWGN and Multipath Rayleigh Fading Channel

BER Comparison of DCT-based OFDM and FFT-based OFDM using BPSK Modulation over AWGN and Multipath Rayleigh Fading Channel BER Comparison of DCT-based and FFT-based using BPSK Modulation over AWGN and Multipath Rayleigh Channel Lalchandra Patidar Department of Electronics and Communication Engineering, MIT Mandsaur (M.P.)-458001,

More information

Channel Estimation in Multipath fading Environment using Combined Equalizer and Diversity Techniques

Channel Estimation in Multipath fading Environment using Combined Equalizer and Diversity Techniques International Journal of Scientific & Engineering Research Volume3, Issue 1, January 2012 1 Channel Estimation in Multipath fading Environment using Combined Equalizer and Diversity Techniques Deepmala

More information

Performance Evaluation of STBC-OFDM System for Wireless Communication

Performance Evaluation of STBC-OFDM System for Wireless Communication Performance Evaluation of STBC-OFDM System for Wireless Communication Apeksha Deshmukh, Prof. Dr. M. D. Kokate Department of E&TC, K.K.W.I.E.R. College, Nasik, apeksha19may@gmail.com Abstract In this paper

More information

S.D.M COLLEGE OF ENGINEERING AND TECHNOLOGY

S.D.M COLLEGE OF ENGINEERING AND TECHNOLOGY VISHVESHWARAIAH TECHNOLOGICAL UNIVERSITY S.D.M COLLEGE OF ENGINEERING AND TECHNOLOGY A seminar report on Orthogonal Frequency Division Multiplexing (OFDM) Submitted by Sandeep Katakol 2SD06CS085 8th semester

More information

Receiver Designs for the Radio Channel

Receiver Designs for the Radio Channel Receiver Designs for the Radio Channel COS 463: Wireless Networks Lecture 15 Kyle Jamieson [Parts adapted from C. Sodini, W. Ozan, J. Tan] Today 1. Delay Spread and Frequency-Selective Fading 2. Time-Domain

More information

Performance analysis of OFDM with QPSK using AWGN and Rayleigh Fading Channel

Performance analysis of OFDM with QPSK using AWGN and Rayleigh Fading Channel Performance analysis of OFDM with QPSK using AWGN and Rayleigh Fading Channel 1 V.R.Prakash* (A.P) Department of ECE Hindustan university Chennai 2 P.Kumaraguru**(A.P) Department of ECE Hindustan university

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

OFDM AS AN ACCESS TECHNIQUE FOR NEXT GENERATION NETWORK

OFDM AS AN ACCESS TECHNIQUE FOR NEXT GENERATION NETWORK OFDM AS AN ACCESS TECHNIQUE FOR NEXT GENERATION NETWORK Akshita Abrol Department of Electronics & Communication, GCET, Jammu, J&K, India ABSTRACT With the rapid growth of digital wireless communication

More information

Experimenting with Orthogonal Frequency-Division Multiplexing OFDM Modulation

Experimenting with Orthogonal Frequency-Division Multiplexing OFDM Modulation FUTEBOL Federated Union of Telecommunications Research Facilities for an EU-Brazil Open Laboratory Experimenting with Orthogonal Frequency-Division Multiplexing OFDM Modulation The content of these slides

More information

Optimized BPSK and QAM Techniques for OFDM Systems

Optimized BPSK and QAM Techniques for OFDM Systems I J C T A, 9(6), 2016, pp. 2759-2766 International Science Press ISSN: 0974-5572 Optimized BPSK and QAM Techniques for OFDM Systems Manikandan J.* and M. Manikandan** ABSTRACT A modulation is a process

More information

Using Raised Cosine Filter to Reduce Inter Symbol Interference in OFDM with BPSK Technique

Using Raised Cosine Filter to Reduce Inter Symbol Interference in OFDM with BPSK Technique Using Raised Cosine Filter to Reduce Inter Symbol Interference in OFDM with BPSK Technique Khalid Aslam 1,*, Bodiuzzaman Molla 2, Md. Jashim uddin 3,Prof. Wlodek Kulesza 4 1 MSc EE Manager / Kundekonsulent

More information

CALIFORNIA STATE UNIVERSITY, NORTHRIDGE FADING CHANNEL CHARACTERIZATION AND MODELING

CALIFORNIA STATE UNIVERSITY, NORTHRIDGE FADING CHANNEL CHARACTERIZATION AND MODELING CALIFORNIA STATE UNIVERSITY, NORTHRIDGE FADING CHANNEL CHARACTERIZATION AND MODELING A graduate project submitted in partial fulfillment of the requirements For the degree of Master of Science in Electrical

More information

Chapter 7. Multiple Division Techniques

Chapter 7. Multiple Division Techniques Chapter 7 Multiple Division Techniques 1 Outline Frequency Division Multiple Access (FDMA) Division Multiple Access (TDMA) Code Division Multiple Access (CDMA) Comparison of FDMA, TDMA, and CDMA Walsh

More information

SNS COLLEGE OF ENGINEERING COIMBATORE DEPARTMENT OF INFORMATION TECHNOLOGY QUESTION BANK

SNS COLLEGE OF ENGINEERING COIMBATORE DEPARTMENT OF INFORMATION TECHNOLOGY QUESTION BANK SNS COLLEGE OF ENGINEERING COIMBATORE 641107 DEPARTMENT OF INFORMATION TECHNOLOGY QUESTION BANK EC6801 WIRELESS COMMUNICATION UNIT-I WIRELESS CHANNELS PART-A 1. What is propagation model? 2. What are the

More information

ECE 476/ECE 501C/CS Wireless Communication Systems Winter Lecture 6: Fading

ECE 476/ECE 501C/CS Wireless Communication Systems Winter Lecture 6: Fading ECE 476/ECE 501C/CS 513 - Wireless Communication Systems Winter 2005 Lecture 6: Fading Last lecture: Large scale propagation properties of wireless systems - slowly varying properties that depend primarily

More information

TSEK02: Radio Electronics Lecture 2: Modulation (I) Ted Johansson, EKS, ISY

TSEK02: Radio Electronics Lecture 2: Modulation (I) Ted Johansson, EKS, ISY TSEK02: Radio Electronics Lecture 2: Modulation (I) Ted Johansson, EKS, ISY 2 Basic Definitions Time and Frequency db conversion Power and dbm Filter Basics 3 Filter Filter is a component with frequency

More information

3/26/18. Lecture 3 EITN STRUCTURE OF A WIRELESS COMMUNICATION LINK

3/26/18. Lecture 3 EITN STRUCTURE OF A WIRELESS COMMUNICATION LINK Lecture 3 EITN75 208 STRUCTURE OF A WIRELESS COMMUNICATION LINK 2 A simple structure Speech Data A/D Speech encoder Encrypt. Chann. encoding Modulation Key Speech D/A Speech decoder Decrypt. Chann. decoding

More information

BER ANALYSIS OF WiMAX IN MULTIPATH FADING CHANNELS

BER ANALYSIS OF WiMAX IN MULTIPATH FADING CHANNELS BER ANALYSIS OF WiMAX IN MULTIPATH FADING CHANNELS Navgeet Singh 1, Amita Soni 2 1 P.G. Scholar, Department of Electronics and Electrical Engineering, PEC University of Technology, Chandigarh, India 2

More information

AN INTRODUCTION OF ANALOG AND DIGITAL MODULATION TECHNIQUES IN COMMUNICATION SYSTEM

AN INTRODUCTION OF ANALOG AND DIGITAL MODULATION TECHNIQUES IN COMMUNICATION SYSTEM AN INTRODUCTION OF ANALOG AND DIGITAL MODULATION TECHNIQUES IN COMMUNICATION SYSTEM Rashmi Pandey Vedica Institute of Technology, Bhopal Department of Electronics & Communication rashmipandey07@rediffmail.com

More information

Comparative Study of OFDM & MC-CDMA in WiMAX System

Comparative Study of OFDM & MC-CDMA in WiMAX System IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 9, Issue 1, Ver. IV (Jan. 2014), PP 64-68 Comparative Study of OFDM & MC-CDMA in WiMAX

More information

Chapter 2 Overview - 1 -

Chapter 2 Overview - 1 - Chapter 2 Overview Part 1 (last week) Digital Transmission System Frequencies, Spectrum Allocation Radio Propagation and Radio Channels Part 2 (today) Modulation, Coding, Error Correction Part 3 (next

More information

With a lot of material from Rich Nicholls, CTL/RCL and Kurt Sundstrom, of unknown whereabouts

With a lot of material from Rich Nicholls, CTL/RCL and Kurt Sundstrom, of unknown whereabouts Signal Processing for OFDM Communication Systems Eric Jacobsen Minister of Algorithms, Intel Labs Communication Technology Laboratory/ Radio Communications Laboratory July 29, 2004 With a lot of material

More information

TSEK02: Radio Electronics Lecture 2: Modulation (I) Ted Johansson, EKS, ISY

TSEK02: Radio Electronics Lecture 2: Modulation (I) Ted Johansson, EKS, ISY TSEK02: Radio Electronics Lecture 2: Modulation (I) Ted Johansson, EKS, ISY An Overview of Modulation Techniques: chapter 3.1 3.3.1 2 Introduction (3.1) Analog Modulation Amplitude Modulation Phase and

More information

OFDM Systems For Different Modulation Technique

OFDM Systems For Different Modulation Technique Computing For Nation Development, February 08 09, 2008 Bharati Vidyapeeth s Institute of Computer Applications and Management, New Delhi OFDM Systems For Different Modulation Technique Mrs. Pranita N.

More information

Interleaved PC-OFDM to reduce the peak-to-average power ratio

Interleaved PC-OFDM to reduce the peak-to-average power ratio 1 Interleaved PC-OFDM to reduce the peak-to-average power ratio A D S Jayalath and C Tellambura School of Computer Science and Software Engineering Monash University, Clayton, VIC, 3800 e-mail:jayalath@cssemonasheduau

More information

Wireless Communication Fading Modulation

Wireless Communication Fading Modulation EC744 Wireless Communication Fall 2008 Mohamed Essam Khedr Department of Electronics and Communications Wireless Communication Fading Modulation Syllabus Tentatively Week 1 Week 2 Week 3 Week 4 Week 5

More information

Presentation Outline. Advisors: Dr. In Soo Ahn Dr. Thomas L. Stewart. Team Members: Luke Vercimak Karl Weyeneth. Karl. Luke

Presentation Outline. Advisors: Dr. In Soo Ahn Dr. Thomas L. Stewart. Team Members: Luke Vercimak Karl Weyeneth. Karl. Luke Bradley University Department of Electrical and Computer Engineering Senior Capstone Project Presentation May 2nd, 2006 Team Members: Luke Vercimak Karl Weyeneth Advisors: Dr. In Soo Ahn Dr. Thomas L.

More information

Implementation and Comparative analysis of Orthogonal Frequency Division Multiplexing (OFDM) Signaling Rashmi Choudhary

Implementation and Comparative analysis of Orthogonal Frequency Division Multiplexing (OFDM) Signaling Rashmi Choudhary Implementation and Comparative analysis of Orthogonal Frequency Division Multiplexing (OFDM) Signaling Rashmi Choudhary M.Tech Scholar, ECE Department,SKIT, Jaipur, Abstract Orthogonal Frequency Division

More information

A Research Concept on Bit Rate Detection using Carrier offset through Analysis of MC-CDMA SYSTEM

A Research Concept on Bit Rate Detection using Carrier offset through Analysis of MC-CDMA SYSTEM Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IMPACT FACTOR: 5.258 IJCSMC,

More information

Lecture 9: Spread Spectrum Modulation Techniques

Lecture 9: Spread Spectrum Modulation Techniques Lecture 9: Spread Spectrum Modulation Techniques Spread spectrum (SS) modulation techniques employ a transmission bandwidth which is several orders of magnitude greater than the minimum required bandwidth

More information

UNIFIED DIGITAL AUDIO AND DIGITAL VIDEO BROADCASTING SYSTEM USING ORTHOGONAL FREQUENCY DIVISION MULTIPLEXING (OFDM) SYSTEM

UNIFIED DIGITAL AUDIO AND DIGITAL VIDEO BROADCASTING SYSTEM USING ORTHOGONAL FREQUENCY DIVISION MULTIPLEXING (OFDM) SYSTEM UNIFIED DIGITAL AUDIO AND DIGITAL VIDEO BROADCASTING SYSTEM USING ORTHOGONAL FREQUENCY DIVISION MULTIPLEXING (OFDM) SYSTEM 1 Drakshayini M N, 2 Dr. Arun Vikas Singh 1 drakshayini@tjohngroup.com, 2 arunsingh@tjohngroup.com

More information

A Cyclic Prefix OFDM System with BPSK Modulation By Er. V ipin Mittal & Prof. S.R. Mittal Indus Institute of Engineering and Technology

A Cyclic Prefix OFDM System with BPSK Modulation By Er. V ipin Mittal & Prof. S.R. Mittal Indus Institute of Engineering and Technology Global Journal of Researches in Engineering Electrical and Electronics Engineering Volume 12 Issue 7 Version 1.0 Type: Double Blind Peer Reviewed International Research Journal Publisher: Global Journals

More information

Digital modulation techniques

Digital modulation techniques Outline Introduction Signal, random variable, random process and spectra Analog modulation Analog to digital conversion Digital transmission through baseband channels Signal space representation Optimal

More information

Orthogonal frequency division multiplexing (OFDM)

Orthogonal frequency division multiplexing (OFDM) Orthogonal frequency division multiplexing (OFDM) OFDM was introduced in 1950 but was only completed in 1960 s Originally grew from Multi-Carrier Modulation used in High Frequency military radio. Patent

More information

Minimization of ICI Using Pulse Shaping in MIMO OFDM

Minimization of ICI Using Pulse Shaping in MIMO OFDM Minimization of ICI Using Pulse Shaping in MIMO OFDM Vaibhav Chaudhary Research Scholar, Dept. ET&T., FET-SSGI, CSVTU, Bhilai, India ABSTRACT: MIMO OFDM system is very popular now days in the field of

More information

Underwater communication implementation with OFDM

Underwater communication implementation with OFDM Indian Journal of Geo-Marine Sciences Vol. 44(2), February 2015, pp. 259-266 Underwater communication implementation with OFDM K. Chithra*, N. Sireesha, C. Thangavel, V. Gowthaman, S. Sathya Narayanan,

More information

2.

2. PERFORMANCE ANALYSIS OF STBC-MIMO OFDM SYSTEM WITH DWT & FFT Shubhangi R Chaudhary 1,Kiran Rohidas Jadhav 2. Department of Electronics and Telecommunication Cummins college of Engineering for Women Pune,

More information

Page 1. Overview : Wireless Networks Lecture 9: OFDM, WiMAX, LTE

Page 1. Overview : Wireless Networks Lecture 9: OFDM, WiMAX, LTE Overview 18-759: Wireless Networks Lecture 9: OFDM, WiMAX, LTE Dina Papagiannaki & Peter Steenkiste Departments of Computer Science and Electrical and Computer Engineering Spring Semester 2009 http://www.cs.cmu.edu/~prs/wireless09/

More information

International Research Journal of Engineering and Technology (IRJET) e-issn: Volume: 03 Issue: 12 Dec p-issn:

International Research Journal of Engineering and Technology (IRJET) e-issn: Volume: 03 Issue: 12 Dec p-issn: Performance comparison analysis between Multi-FFT detection techniques in OFDM signal using 16-QAM Modulation for compensation of large Doppler shift 1 Surya Bazal 2 Pankaj Sahu 3 Shailesh Khaparkar 1

More information

Performance Study of OFDM Over Fading Channels for Wireless Communications

Performance Study of OFDM Over Fading Channels for Wireless Communications University of Denver Digital Commons @ DU Electronic Theses and Dissertations Graduate Studies 1-1-2012 Performance Study of OFDM Over Fading Channels for Wireless Communications Ahmed Alshammari University

More information

OFDM (Orthogonal Frequency Division Multiplexing) SIMULATION USING MATLAB Neha Pathak MTech Scholar, Shri am Institute of Technology

OFDM (Orthogonal Frequency Division Multiplexing) SIMULATION USING MATLAB Neha Pathak MTech Scholar, Shri am Institute of Technology OFDM (Orthogonal Frequency Division Multiplexing) SIMULATION USING MATLAB Neha Pathak MTech Scholar, Shri am Institute of Technology ABSTRACT This paper discusses the design and implementation of an OFDM

More information

Pilot-Assisted DFT Window Timing/ Frequency Offset Synchronization and Subcarrier Recovery 5.1 Introduction

Pilot-Assisted DFT Window Timing/ Frequency Offset Synchronization and Subcarrier Recovery 5.1 Introduction 5 Pilot-Assisted DFT Window Timing/ Frequency Offset Synchronization and Subcarrier Recovery 5.1 Introduction Synchronization, which is composed of estimation and control, is one of the most important

More information

EC 551 Telecommunication System Engineering. Mohamed Khedr

EC 551 Telecommunication System Engineering. Mohamed Khedr EC 551 Telecommunication System Engineering Mohamed Khedr http://webmail.aast.edu/~khedr 1 Mohamed Khedr., 2008 Syllabus Tentatively Week 1 Week 2 Week 3 Week 4 Week 5 Week 6 Week 7 Week 8 Week 9 Week

More information

2. TELECOMMUNICATIONS BASICS

2. TELECOMMUNICATIONS BASICS 2. TELECOMMUNICATIONS BASICS The purpose of any telecommunications system is to transfer information from the sender to the receiver by a means of a communication channel. The information is carried by

More information

Revision of Previous Six Lectures

Revision of Previous Six Lectures Revision of Previous Six Lectures Previous six lectures have concentrated on Modem, under ideal AWGN or flat fading channel condition multiplexing multiple access CODEC MODEM Wireless Channel Important

More information

Modern Quadrature Amplitude Modulation Principles and Applications for Fixed and Wireless Channels

Modern Quadrature Amplitude Modulation Principles and Applications for Fixed and Wireless Channels 1 Modern Quadrature Amplitude Modulation Principles and Applications for Fixed and Wireless Channels W.T. Webb, L.Hanzo Contents PART I: Background to QAM 1 Introduction and Background 1 1.1 Modulation

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

Multi-Path Fading Channel

Multi-Path Fading Channel Instructor: Prof. Dr. Noor M. Khan Department of Electronic Engineering, Muhammad Ali Jinnah University, Islamabad Campus, Islamabad, PAKISTAN Ph: +9 (51) 111-878787, Ext. 19 (Office), 186 (Lab) Fax: +9

More information

Outline / Wireless Networks and Applications Lecture 5: Physical Layer Signal Propagation and Modulation

Outline / Wireless Networks and Applications Lecture 5: Physical Layer Signal Propagation and Modulation Outline 18-452/18-750 Wireless Networks and Applications Lecture 5: Physical Layer Signal Propagation and Modulation Peter Steenkiste Carnegie Mellon University Spring Semester 2017 http://www.cs.cmu.edu/~prs/wirelesss17/

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