Wireless Communication

Size: px
Start display at page:

Download "Wireless Communication"

Transcription

1 Wireless Communication Lecture 3: PHY and OFDM Instructor: Kate Ching-Ju Lin ( 林靖茹 )

2 Reference 1. OFDM Tutorial online: 2. OFDM Wireless LWNs: A Theoretical and Practical Guide By John Terry, Juha Heiskala 3. Next Generation Wireless LANs: n and ac By Eldad Perahia 2

3 Agenda Packet Detection OFDM (Orthogonal Frequency Division Modulation) Synchronization 3

4 What is Packet Detection Detect where is the starting time of a packet It might be easy to detect visually, but how can a device automatically find it? Simplest way: find the energy burst using a threshold Difficulty: hard to determine a good threshold 4

5 Packet Detection Packet Packet Packet A n B n Power ratio M n =A n /B n threshold Double sliding window packet detection Optimal threshold depends on the receiving power 5

6 Packet Detection in Each packet starts with a preamble First part of the preamble is exactly the same with the second part preamble header and data Use cross-correlation to detect the preamble Use double sliding window to calculate the auto-correlation of the signals received in two windows Leverage the key properties: 1) noise is uncorrelated with the preamble, and 2) data payload is also uncorrelated with the preamble 6

7 Packet Detection in preamble preamble preamble preamble preamble preamble preamble preamble A n B n Correlation over time threshold Noise is uncorrelated with noise Noise is uncorrelated with preamble Get a peak exactly when the double windows receives the entire preamble Data is again uncorrelated with noise 7

8 Agenda Packet Detection OFDM (Orthogonal Frequency Division Modulation) Synchronization 8

9 Narrow-Band Channel Model Signal over wireless channels y = hx + n h = α*exp 2jπfδ Rx is the channel between Tx and α: received amplitude, δ: propagation delay How to decode x? x = y/h + n How to learn h? Re-use the known preamble to learn h à since y = hp + n, we get h = y/p The procedure of finding H is called channel estimation 9

10 Why OFDM? Signal over wireless channels y = hx + n à Decoding: x = y/h Work only for narrow-band channels, but not for wide-band channels, e.g., 20 MHz for Channels of different narrow bands will be different! Capacity = BW * log(1+snr) 20MHz frequency 2.45GHz (Central frequency) 10

11 Basic Concept of OFDM Wide-band channel Multiple narrow-band channels Send a sample using the entire band Send samples concurrently using multiple orthogonal sub-channels 11

12 Why OFDM is Better? t t f f Wide-band OFDM: Narrow-band Multiple sub-channels (sub-carriers) carry samples sent at a lower rate Almost same bandwidth with wide-band channel Only some of the sub-channels are affected by interferers or multi-path effect 12

13 Importance of Orthogonality Why not just use FDM (frequency division multiplexing) Not orthogonal Leakage interference from adjacent sub-channels Individual sub-channel Need guard bands between adjacent frequency bands à extra overhead and lower utilization f Guard bands protect leakage interference guard band f 13

14 Difference between FDM and OFDM guard band Frequency division multiplexing f Don t need guard bands Orthogonal sub-carriers in OFDM f 14

15 Key to Achieve Orthogonality: FFT Fast Fourier Transform (FFT) Any waveform is the Sum of Sines Fourier s theorem: ANY waveform in the time domain can be represented by the weighted sum of sines ef1+ 0.5*ef2 ef1+ef2 a*ef1+b*ef2+c*ef3+ Frequencydomain How to generate a square wave? Timedomain

16 Primer of FFT/iFFT ifft: from frequency-domain signals to time-domain signals FFT: from time-domain signals to frequency-domain signals Frequency-domain signal: Amplitude of each freq. a, b, c, d, ifft time-domain signal How can we know the frequency-domain components (a, b, c, ) from this time-domain signal? amplitude c a b f1 f2 f3 FFT frequency

17 Primer of FFT/iFFT ifft: from frequency to time Use periodical waveforms to generate signals c ifft( a b )= amplitude f1 f2 f3 frequency FFT: from time to frequency Extract frequency components of any signal FFT( )= amplitude c a b f1 f2 f3 frequency

18 OFDM Transmitter and Receiver Transmitter Data in 0, 1, 1, 0, 0, 1, 1, 0, Data out amplitude c a b Modulation (BPSK, QAM, etc) Demodulation (BPSK, QAM, etc) f1 f2 f3 a b c Frequency-domain signal d a b c d freq ifft FFT D/A channel time-domain signal + noise A/D Receiver Represent information bits as the amplitudes of orthogonal subcarriers amplitude c a b f1 f2 f3 freq 18

19 OFDM Basic 1. Partition the wide band to multiple narrow subcarriers f 1, f 2, f 3,, f N 2. Represent information bits as the frequencydomain signal (amplitude of each sub-carrier) Example: if we want to send 1, -1, 1, 1, we let 1, -1, 1, 1 be the frequency-domain signals 3. Use ifft to convert the information to the timedomain sent over the air Example: Transmit 1*e f1 + (-1)*e f2 + 1*e f3 + 1*e f4 4. Rx uses FFT to extract information Example: [ ] = FFT(1*e f1 + (-1)*e f2 + 1*e f3 + 1*e f4 ) 19

20 Orthogonal Frequency Division Modulation * X[1] Data X[n] coded in frequency domain f f IFFT * X[2] * X[3] Transformation to time domain: each frequency is a sine wave in time, all added up t transmit receive t FFT f Decode each subcarrier separately X [N] = amplitude of each sub-carrier Time domain signal Frequency domain signal 20

21 Orthogonality of Sub-carriers Time-domain signals: x(t) Frequency-domain signals: X[k] IFFT Encode: frequency-domain samples à time-domain samples x(t) = 1 N N/2 1 X k= N/2 X[k]e j2 kt/n k-th subcarrier FFT Decode: time-domain samples à frequency-domain sample X[k] = N/2 1 X Orthogonality of any two bins : x(t)e 2j kt/n t= N/2 Orthogonal à inner product = 0 N/2 1 X k= N/2 e j2 kt/n e j2 pt/n =0, 8p 6= k 21

22 Orthogonality between Subcarriers Subcarrier frequencies (k/n, k=-n/2,, N/2-1) are chosen so that the subcarriers are orthogonal to each other No guard band is required Two signals are orthogonal if their inner product equals zero N/2 1 X e j2 kt/n e j2 pt/n = N/2 1 X e 2j (k p)t/n k= N/2 = N (k, p) = ( N if p = k 0 if p 6= k k= N/2 X[k]?X[p],k 6= p 22

23 Serial to Parallel Conversion Say we use BPSK and 4 sub-carriers to transmit a stream of samples 1, 1, -1, -1, 1, 1, 1, -1, 1, -1, -1, -1, -1, 1, -1, -1, -1, 1, 1, -1, -1, -1, 1, 1 Serial-to-parallel conversion of samples Frequency-domain signal c1 c2 c3 c4 symbol IFFT symbol symbol symbol symbol symbol Time-domain signal 0 2-2i i 2 0-2i i i i i i i i Send time-domain samples after parallel-to-serial conversion 0, 2-2i, 0, 2 + 2i, 2, 0-2i, 2, 0 + 2i, -2, 2, 2, 2, -2, 0-2i, -2, 0 + 2i, 0, -2-2i, 0, i, 0, i, 0, -2-2i, 23

24 t1-4 t5-8 t9-12 t13-16 t17-20 t21-24 f1 symbol symbol symbol symbol symbol symbol f2 f3 f4 24

25 t1-4 t5-8 t9-12 t13-16 t17-20 t21-24 f1 symbol symbol symbol symbol symbol symbol f2 f3 1. Send four samples simultaneously in each time-slot 2. but send the same four samples using four time slots f4 à same data rate Send the combined signal as the time-domain signal

26 Why OFDM? combat multipath fading 26

27 Multi-Path Effect y(t) = h(0)x(t) + h(1)x(t 1) + h(2)x(t 2) + = X 4 h(4)x(t 4)=h(t) x(t), Y (f) =H(f)X(f) time-domain convolution frequency-domain 27

28 Current symbol + delayed-version symbol à Signals are destructive in only certain frequencies 28

29 direct delay f1 f2 f3 Current symbol + delayed-version symbol à Signals are destructive in only certain frequencies 29

30 Frequency Selective Fading frequency frequency Frequency selective fading: Only some sub-carriers get affected Can be recovered by proper coding! 30

31 Inter Symbol Interference (ISI) The delayed version of a symbol overlaps with the adjacent symbol One simple solution to avoid this is to introduce a guard-band Guard band 31

32 Cyclic Prefix (CP) However, we don t know the delay spread exactly The hardware doesn t allow blank space because it needs to send out signals continuously Solution: Cyclic Prefix Make the symbol period longer by copying the tail of time-domain samples and glue them in the front CP Symbol i CP Symbol i+1 In , each symbol with 64 samples CP:data = 1:4 à CP: last 16 samples 32

33 Cyclic Prefix (CP) Because of the usage of FFT, the signal is periodic FFT( ) = exp(-2jπδ f )*FFT( ) delayed version original signal Delay in the time domain corresponds to phase shift in the frequency domain Can still obtain the correct signal in the frequency domain by compensating this rotation 33

34 Cyclic Prefix (CP) w/o multipath y(t) à FFT( ) ày[k] = H[k]X[k] w multipath original signal y(t) à FFT( original signal + delayed-version signal ) ày[k] = (H[k] + exp(-2jπδ k )H[k])X[k] = (H [k] +H 2 [k])x[k] = H [k]x[k] Lump the phase shift in H 34

35 Side Benefit of CP Allow the signal to be decoded even if the packet is detected not that accurately decodable undecodable The last sample you actually use for FFT FFT_OFFSET The point you think the first symbol ends Check the parameter FFT_OFFSET in the WARP code. Try to modify it! 35

36 OFDM Diagram Transmitter Modulation Insert S/P IFFT P/S CP D/A channel + noise De-mod remove P/S FFT S/P CP Receiver A/D 36

37 Unoccupied Subcarriers Edge sub-carriers are more vulnerable Frequency might be shifted due to noise or multi-path Leave them unused In , only 48 of 64 bins are occupied bins Is it really worth to use OFDM when it costs so many overheads (CP, unoccupied bins)? 37

38 Agenda Packet Detection OFDM (Orthogonal Frequency Division Modulation) Synchronization 38

39 OFDM Diagram Modulation Transmitter Insert S/P IFFT P/S CP 20MHz D/A baseband Oscillator passband 2.4GHz channel + noise De-mod remove P/S FFT S/P CP Receiver A/D 20MHz baseband Oscillator passband 2.4GHz 39

40 Overview Carrier Frequency Offset (CFO) f c tx f c rx (e.g., TX: GHz, RX: GHz) CFO: Δ f = f tx f rx Time-domain signals: y (t) = y(t) * exp(2jπδ f t) real Sample Frequency Offset (SFO) Sampling rates in Tx and Rx are slightly different (e.g., TX: MHz, RX: MHz) theoretical SFO : = T rx T tx T tx Error accumulates over time Phase rotates 2jπδkφ in the k-th subcarrier Freq.-domain signals: Y [k] = Y[k] * exp(2jπδkφ) constant 40

41 Overview Carrier Frequency Offset (CFO) Calibrate in time-domain y (t) = y(t) * exp(2jπδ f t) * exp(-2jπδ f t) How: Use the preamble Sample Frequency Offset (SFO) Calibrate in frequency-domain Y [k] = Y[k] * exp(2jπδkφ) * exp(-2jπδkφ) How: Use the pilot subcarriers 41

42 Carrier Frequency Offset (CFO) frequency f rx f tx Δ f The oscillators of Tx and Rx are not perfectly synchronized Carrier frequency offset (CFO) Δ f = f tx f rx Leading to inter-carrier interference (ICI) OFDM is sensitive to CFO 42

43 CFO Estimation Up/Down conversion at Tx/Rx Up-convert baseband signal s(t) to passband signal r(t) =s(t)e j2 ftxt h(t, ) Down-convert passband signal r(t) back to y n = r(nt s )e j2 f rxt = s(nt s )e j2 ftxt e j2 frxt h(nt s, ) = s(nt s )e j2 f nt s h(nt s, ) Error caused by CFO, accumulated with time nt s 43

44 CFO Correction in s n S n+n Symbol 1 Symbol 2 Reuse the preamble to calibrate CFO The first half part of the preamble is identical to the second half part s n = s n+n The two transmitted signals are identical: But, the received signals contain different errors y n =(s n h)e j2 y n+n =(s n h)e j2 f nt s à Additional phase rotation Δ f nt s f (n+n)t s à Additional phase rotation Δ f (n+n)t s Find Δ f by taking y n+n / y n 44

45 CFO Correction in y n yn+n =(s n h)e j2 f nt s (s n h)e j2 f (n+n)t s = e j2 f NT s (s n h) 2 To learn CFO Δ f, find the angle of (y n y* n+n )! \ X n y n y N+n ) f T s = 1 2 N \ = 2 f NT s X n! y n yn+n Calibrate the signals to remove phase rotation y n e j2 f nt s =(s n h)e j2 f nt s e j2 f nt s (s n h) Received signals calibration 45

46 Sampling Frequency Offset (SFO) DAC (Tx) ADC (Rx) DAC (at Tx) and ADC (at Rx) never have exactly the same sampling period (T tx T rx ) Tx and Rx may sample the signal at slightly different timing offset SFO : = T rx T tx T tx 46

47 Phase errors due to SFO Assuming no residual CFO, the k-th subcarrier in the received symbol i becomes Y i,n = H k X i,k e j2 k See proof in the next slide All subcarriers experience the same sampling offset, but applied on different frequencies k φ is a constant Each subcarrier is rotated by a constant phase shift 2 Lead to Inter Carrier interference (ICI), which causes loss of the orthogonality of the subcarriers 47

48 Proof of phase errors due to SFO Time-domain Up-convert: Down-convert: r(t) =s(t)e j2 f txt h(t, )+n(t) y i,n = r(t)e j2 f rxt t=(ins +N CP +n)t rx Frequency-domain FFT N CP : N FFT : N S = N FFT + N CP : =0.5+ in S + N CP N FFT : Residual CFO SFO Y i,k = H k X i,k e j2 ( f T FFT + k) Number of samples in CP FFT window size Symbol size a constant indicating the initial phase error of symbol i 48

49 Sample Rotation due to SFO Incremental phase errors in different subcarriers à Signals keep rotating in the I-Q plane Q subcarrier 3 subcarrier 2 xxx x x x x x x x x x x subcarrier 1 I Ideal BPSK signals (No rotation) 49

50 Phase Errors due to SFO and CFO x x phase of H x x x x x x 2πδkφ (SFO) x 1 2πΔ f T FFT φ (Residual CFO) Subcarrier index k Subcarrier i of the received frequency domain signals in symbol n Y i,k = H k X i,k e j2 ( f T FFT + k) SFO: slope; residual CFO: intersection of y-axis 50

51 Data-aided Phase Tracking x x 1 2πδkφ = 2π θk (SFO) regression x x 2πΔ f T FFT φ = 2π η (Residual CFO) WiFi reserves 4 known pilot bits (subcarriers) to compute H k e j2π(η+θk) =Y k /X k Estimate SFO θ k and CFO η by finding the linear regression of the phase changes experienced by the pilot bits Update the channel by H k = H k e 2jπ(η+θk) for every symbol k, and then decode the remaining non-pilot subcarriers Y i,k = H k X i,k e j2 ( + k) = H 0 kx i,k ) ˆX i,k = Y i,k /H 0 k 51

52 After Phase Tracking Q j2 ( + k) X i,k e xxx x x x x x x x x x x X i,k I Decoded signals in the I-Q plane after phase tracking 52

53 OFDM Diagram Transmitter Modulation Insert S/P IFFT P/S CP D/A channel + noise De-mod Phase track remove P/S FFT S/P CP frequency-domain Receiver Correct CFO A/D time-domain 53

54 Quiz Say we want to send (1, -1, 1, 1, -1), and transmit over the air (1,-1,1,1,-1) is the (a) frequency-domain or (b) time-domain signal? is the (a) frequency-domain or (b) time-domain signal What is the Multipath Effect? Why does it cause Deep Fading? 54

Wireless Networks (PHY)

Wireless Networks (PHY) 802.11 Wireless Networks (PHY) Kate Ching-Ju Lin ( 林靖茹 ) Academia Sinica 2016.03.18 CSIE, NTU Reference 1. OFDM Tutorial online: http://home.iitj.ac.in/~ramana/ofdmtutorial.pdf 2. OFDM Wireless LWNs: A

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

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

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

Orthogonal Frequency Division Multiplexing (OFDM)

Orthogonal Frequency Division Multiplexing (OFDM) Orthogonal Frequency Division Multiplexing (OFDM) Presenter: Engr. Dr. Noor M. Khan Professor Department of Electrical Engineering, Muhammad Ali Jinnah University, Islamabad Campus, Islamabad, PAKISTAN

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

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

ATSC 3.0 Physical Layer Overview

ATSC 3.0 Physical Layer Overview ATSC 3.0 Physical Layer Overview Agenda Terminology Real world concerns Technology to combat those concerns Summary Basic Terminology What is OFDM? What is FEC? What is Shannon s Theorem? What does BER

More information

Technical Aspects of LTE Part I: OFDM

Technical Aspects of LTE Part I: OFDM Technical Aspects of LTE Part I: OFDM By Mohammad Movahhedian, Ph.D., MIET, MIEEE m.movahhedian@mci.ir ITU regional workshop on Long-Term Evolution 9-11 Dec. 2013 Outline Motivation for LTE LTE Network

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

Wireless Communication

Wireless Communication Wireless Communication Systems @CS.NCTU Lecture 14: Full-Duplex Communications Instructor: Kate Ching-Ju Lin ( 林靖茹 ) 1 Outline What s full-duplex Self-Interference Cancellation Full-duplex and Half-duplex

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

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

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

Basic idea: divide spectrum into several 528 MHz bands.

Basic idea: divide spectrum into several 528 MHz bands. IEEE 802.15.3a Wireless Information Transmission System Lab. Institute of Communications Engineering g National Sun Yat-sen University Overview of Multi-band OFDM Basic idea: divide spectrum into several

More information

SYNCHRONIZATION ALGORITHMS FOR THE IEEE a/g WIRELESS LAN

SYNCHRONIZATION ALGORITHMS FOR THE IEEE a/g WIRELESS LAN SYNCHRONIZATION ALGORITHMS FOR THE IEEE 802.11 a/g WIRELESS LAN Arijit De 1, Prof. R V Rajakumar 1, Arpan Pal 2, Subhra Sekhar Das 2 arijit_ece@rediffmail.com rkumar @ ece.iitkgp.ernet.in Arpan_Pal@tcscal.co.in

More information

OFDM system: Discrete model Spectral efficiency Characteristics. OFDM based multiple access schemes. OFDM sensitivity to synchronization errors

OFDM system: Discrete model Spectral efficiency Characteristics. OFDM based multiple access schemes. OFDM sensitivity to synchronization errors Introduction - Motivation OFDM system: Discrete model Spectral efficiency Characteristics OFDM based multiple access schemes OFDM sensitivity to synchronization errors 4 OFDM system Main idea: to divide

More information

Part 3. Multiple Access Methods. p. 1 ELEC6040 Mobile Radio Communications, Dept. of E.E.E., HKU

Part 3. Multiple Access Methods. p. 1 ELEC6040 Mobile Radio Communications, Dept. of E.E.E., HKU Part 3. Multiple Access Methods p. 1 ELEC6040 Mobile Radio Communications, Dept. of E.E.E., HKU Review of Multiple Access Methods Aim of multiple access To simultaneously support communications between

More information

Major Leaps in Evolution of IEEE WLAN Technologies

Major Leaps in Evolution of IEEE WLAN Technologies Major Leaps in Evolution of IEEE 802.11 WLAN Technologies Thomas A. KNEIDEL Rohde & Schwarz Product Management Mobile Radio Tester WLAN Mayor Player in Wireless Communications Wearables Smart Homes Smart

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

Principles and Experiments of Communications

Principles and Experiments of Communications 1 Principles and Experiments of Communications Weiyao Lin Dept. of Electronic Engineering Shanghai Jiao Tong University Textbook: Chapter 11 Lecture 06: Multicarrier modulation and OFDM Multicarrier Modulation

More information

Principles of Multicarrier Modulation and OFDM a

Principles of Multicarrier Modulation and OFDM a Principles of Multicarrier Modulation and OFDM a Lie-Liang Yang Communications Research Group Faculty of Physical and Applied Sciences, University of Southampton, SO17 1BJ, UK. Tel: +44 23 8059 3364, Fax:

More information

Chapter 5 OFDM. Office Hours: BKD Tuesday 14:00-16:00 Thursday 9:30-11:30

Chapter 5 OFDM. Office Hours: BKD Tuesday 14:00-16:00 Thursday 9:30-11:30 Chapter 5 OFDM 1 Office Hours: BKD 3601-7 Tuesday 14:00-16:00 Thursday 9:30-11:30 2 OFDM: Overview Let S 1, S 2,, S N be the information symbol. The discrete baseband OFDM modulated symbol can be expressed

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

Analysis of Interference & BER with Simulation Concept for MC-CDMA

Analysis of Interference & BER with Simulation Concept for MC-CDMA IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 9, Issue 4, Ver. IV (Jul - Aug. 2014), PP 46-51 Analysis of Interference & BER with Simulation

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

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

OFDMA PHY for EPoC: a Baseline Proposal. Andrea Garavaglia and Christian Pietsch Qualcomm PAGE 1

OFDMA PHY for EPoC: a Baseline Proposal. Andrea Garavaglia and Christian Pietsch Qualcomm PAGE 1 OFDMA PHY for EPoC: a Baseline Proposal Andrea Garavaglia and Christian Pietsch Qualcomm PAGE 1 Supported by Jorge Salinger (Comcast) Rick Li (Cortina) Lup Ng (Cortina) PAGE 2 Outline OFDM: motivation

More information

Fundamentals of OFDM Communication Technology

Fundamentals of OFDM Communication Technology Fundamentals of OFDM Communication Technology Fuyun Ling Rev. 1, 04/2013 1 Outline Fundamentals of OFDM An Introduction OFDM System Design Considerations Key OFDM Receiver Functional Blocks Example: LTE

More information

BER Analysis for MC-CDMA

BER Analysis for MC-CDMA BER Analysis for MC-CDMA Nisha Yadav 1, Vikash Yadav 2 1,2 Institute of Technology and Sciences (Bhiwani), Haryana, India Abstract: As demand for higher data rates is continuously rising, there is always

More information

Field Experiments of 2.5 Gbit/s High-Speed Packet Transmission Using MIMO OFDM Broadband Packet Radio Access

Field Experiments of 2.5 Gbit/s High-Speed Packet Transmission Using MIMO OFDM Broadband Packet Radio Access NTT DoCoMo Technical Journal Vol. 8 No.1 Field Experiments of 2.5 Gbit/s High-Speed Packet Transmission Using MIMO OFDM Broadband Packet Radio Access Kenichi Higuchi and Hidekazu Taoka A maximum throughput

More information

Performance Analysis of ICI in OFDM systems using Self-Cancellation and Extended Kalman Filtering

Performance Analysis of ICI in OFDM systems using Self-Cancellation and Extended Kalman Filtering Performance Analysis of ICI in OFDM systems using Self-Cancellation and Extended Kalman Filtering C.Satya Haritha, K.Prasad Abstract - Orthogonal Frequency Division Multiplexing (OFDM) is a multicarrier

More information

Digital Modulation. Kate Ching-Ju Lin ( 林靖茹 ) Academia Sinica

Digital Modulation. Kate Ching-Ju Lin ( 林靖茹 ) Academia Sinica Digital Modulation Kate Ching-Ju Lin ( 林靖茹 ) Academia Sinica Map bits to signals Modulation TX bit stream x(t) 1 0 1 1 0 modula7on signal s(t) wireless channel Map signals to bits Demodulation TX RX bit

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

OFDM Transceiver using Verilog Proposal

OFDM Transceiver using Verilog Proposal OFDM Transceiver using Verilog Proposal PAUL PETHSOMVONG ZACH ASAL DEPARTMENT OF ELECTRICAL ENGINEERING BRADLEY UNIVERSITY PEORIA, ILLINOIS NOVEMBER 21, 2013 1 Project Outline Orthogonal Frequency Division

More information

4x4 Time-Domain MIMO encoder with OFDM Scheme in WIMAX Context

4x4 Time-Domain MIMO encoder with OFDM Scheme in WIMAX Context 4x4 Time-Domain MIMO encoder with OFDM Scheme in WIMAX Context Mohamed.Messaoudi 1, Majdi.Benzarti 2, Salem.Hasnaoui 3 Al-Manar University, SYSCOM Laboratory / ENIT, Tunisia 1 messaoudi.jmohamed@gmail.com,

More information

OFDMA and MIMO Notes

OFDMA and MIMO Notes OFDMA and MIMO Notes EE 442 Spring Semester Lecture 14 Orthogonal Frequency Division Multiplexing (OFDM) is a digital multi-carrier modulation technique extending the concept of single subcarrier modulation

More information

Performance Analysis of Parallel Acoustic Communication in OFDM-based System

Performance Analysis of Parallel Acoustic Communication in OFDM-based System Performance Analysis of Parallel Acoustic Communication in OFDM-based System Junyeong Bok, Heung-Gyoon Ryu Department of Electronic Engineering, Chungbuk ational University, Korea 36-763 bjy84@nate.com,

More information

Optimal Number of Pilots for OFDM Systems

Optimal Number of Pilots for OFDM Systems IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 8, Issue 6 (Nov. - Dec. 2013), PP 25-31 Optimal Number of Pilots for OFDM Systems Onésimo

More information

ENHANCING BER PERFORMANCE FOR OFDM

ENHANCING BER PERFORMANCE FOR OFDM RESEARCH ARTICLE OPEN ACCESS ENHANCING BER PERFORMANCE FOR OFDM Amol G. Bakane, Prof. Shraddha Mohod Electronics Engineering (Communication), TGPCET Nagpur Electronics & Telecommunication Engineering,TGPCET

More information

MITIGATING CARRIER FREQUENCY OFFSET USING NULL SUBCARRIERS

MITIGATING CARRIER FREQUENCY OFFSET USING NULL SUBCARRIERS International Journal on Intelligent Electronic System, Vol. 8 No.. July 0 6 MITIGATING CARRIER FREQUENCY OFFSET USING NULL SUBCARRIERS Abstract Nisharani S N, Rajadurai C &, Department of ECE, Fatima

More information

Techniques for Mitigating the Effect of Carrier Frequency Offset in OFDM

Techniques for Mitigating the Effect of Carrier Frequency Offset in OFDM IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 10, Issue 3, Ver. III (May - Jun.2015), PP 31-37 www.iosrjournals.org Techniques for Mitigating

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

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

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

Wireless Channel Propagation Model Small-scale Fading

Wireless Channel Propagation Model Small-scale Fading Wireless Channel Propagation Model Small-scale Fading Basic Questions T x What will happen if the transmitter - changes transmit power? - changes frequency? - operates at higher speed? Transmit power,

More information

Orthogonal Frequency Division Multiplexing & Measurement of its Performance

Orthogonal Frequency Division Multiplexing & Measurement of its Performance Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 5, Issue. 2, February 2016,

More information

Mohammad Hossein Manshaei 1393

Mohammad Hossein Manshaei 1393 Mohammad Hossein Manshaei manshaei@gmail.com 1393 1 PLCP format, Data Rates, OFDM, Modulations, 2 IEEE 802.11a: Transmit and Receive Procedure 802.11a Modulations BPSK Performance Analysis Convolutional

More information

Lecture 5: Simulation of OFDM communication systems

Lecture 5: Simulation of OFDM communication systems Lecture 5: Simulation of OFDM communication systems March 28 April 9 28 Yuping Zhao (Doctor of Science in technology) Professor, Peking University Beijing, China Yuping.zhao@pku.edu.cn Single carrier communcation

More information

Digital Communication System

Digital Communication System Digital Communication System Purpose: communicate information at required rate between geographically separated locations reliably (quality) Important point: rate, quality spectral bandwidth, power requirements

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

Using Modern Design Tools To Evaluate Complex Communication Systems: A Case Study on QAM, FSK and OFDM Transceiver Design

Using Modern Design Tools To Evaluate Complex Communication Systems: A Case Study on QAM, FSK and OFDM Transceiver Design Using Modern Design Tools To Evaluate Complex Communication Systems: A Case Study on QAM, FSK and OFDM Transceiver Design SOTIRIS H. KARABETSOS, SPYROS H. EVAGGELATOS, SOFIA E. KONTAKI, EVAGGELOS C. PICASIS,

More information

Wireless Communication

Wireless Communication Wireless Communication Systems @CS.NCTU Lecture 9: MAC Protocols for WLANs Fine-Grained Channel Access in Wireless LAN (SIGCOMM 10) Instructor: Kate Ching-Ju Lin ( 林靖茹 ) 1 Physical-Layer Data Rate PHY

More information

ELEC 546 Lecture #9. Orthogonal Frequency Division Multiplexing (OFDM): Basic OFDM System

ELEC 546 Lecture #9. Orthogonal Frequency Division Multiplexing (OFDM): Basic OFDM System ELEC 546 Lecture #9 Ortogonal Frequency Division Multiplexing (OFDM): Basic OFDM System Outline Motivations Diagonalization of Vector Cannels Transmission of one OFDM Symbol Transmission of sequence of

More information

Wireless Communication Systems: Implementation perspective

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

More information

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

Wireless Communication

Wireless Communication Wireless Communication Systems @CS.NCTU Lecture 2: Modulation and Demodulation Reference: Chap. 5 in Goldsmith s book Instructor: Kate Ching-Ju Lin ( 林靖茹 ) 1 Modulation From Wikipedia: The process of varying

More information

Simulative Investigations for Robust Frequency Estimation Technique in OFDM System

Simulative Investigations for Robust Frequency Estimation Technique in OFDM System , pp. 187-192 http://dx.doi.org/10.14257/ijfgcn.2015.8.4.18 Simulative Investigations for Robust Frequency Estimation Technique in OFDM System Kussum Bhagat 1 and Jyoteesh Malhotra 2 1 ECE Department,

More information

Comparative Study of FLIP-OFDM and ACO-OFDM for Unipolar Communication System

Comparative Study of FLIP-OFDM and ACO-OFDM for Unipolar Communication System IJISET - International Journal of Innovative Science, Engineering & Technology, Vol. Issue, April 04. ISS 48-7968 Comparative Study of FLIP-OFDM and ACO-OFDM for Unipolar Communication System Mr. Brijesh

More information

WAVELET OFDM WAVELET OFDM

WAVELET OFDM WAVELET OFDM EE678 WAVELETS APPLICATION ASSIGNMENT WAVELET OFDM GROUP MEMBERS RISHABH KASLIWAL rishkas@ee.iitb.ac.in 02D07001 NACHIKET KALE nachiket@ee.iitb.ac.in 02D07002 PIYUSH NAHAR nahar@ee.iitb.ac.in 02D07007

More information

Frequency Offset Compensation In OFDM System Using Neural Network

Frequency Offset Compensation In OFDM System Using Neural Network Frequency Offset Compensation In OFDM System Using Neural Network Rachana P. Borghate 1, Suvarna K. Gosavi 2 Lecturer, Dept. of ETRX, Rajiv Gandhi college of Engg, Nagpur, Maharashtra, India 1 Lecturer,

More information

Carrier Frequency Offset Estimation Algorithm in the Presence of I/Q Imbalance in OFDM Systems

Carrier Frequency Offset Estimation Algorithm in the Presence of I/Q Imbalance in OFDM Systems Carrier Frequency Offset Estimation Algorithm in the Presence of I/Q Imbalance in OFDM Systems K. Jagan Mohan, K. Suresh & J. Durga Rao Dept. of E.C.E, Chaitanya Engineering College, Vishakapatnam, India

More information

UTILIZATION OF AN IEEE 1588 TIMING REFERENCE SOURCE IN THE inet RF TRANSCEIVER

UTILIZATION OF AN IEEE 1588 TIMING REFERENCE SOURCE IN THE inet RF TRANSCEIVER UTILIZATION OF AN IEEE 1588 TIMING REFERENCE SOURCE IN THE inet RF TRANSCEIVER Dr. Cheng Lu, Chief Communications System Engineer John Roach, Vice President, Network Products Division Dr. George Sasvari,

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

Orthogonal Cyclic Prefix for Time Synchronization in MIMO-OFDM

Orthogonal Cyclic Prefix for Time Synchronization in MIMO-OFDM Orthogonal Cyclic Prefix for Time Synchronization in MIMO-OFDM Gajanan R. Gaurshetti & Sanjay V. Khobragade Dr. Babasaheb Ambedkar Technological University, Lonere E-mail : gaurshetty@gmail.com, svk2305@gmail.com

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

IMPROVED CHANNEL ESTIMATION FOR OFDM BASED WLAN SYSTEMS. G.V.Rangaraj M.R.Raghavendra K.Giridhar

IMPROVED CHANNEL ESTIMATION FOR OFDM BASED WLAN SYSTEMS. G.V.Rangaraj M.R.Raghavendra K.Giridhar IMPROVED CHANNEL ESTIMATION FOR OFDM BASED WLAN SYSTEMS GVRangaraj MRRaghavendra KGiridhar Telecommunication and Networking TeNeT) Group Department of Electrical Engineering Indian Institute of Technology

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

A Comparative performance analysis of CFO Estimation in OFDM Systems for Urban, Rural and Rayleigh area using CP and Moose Technique

A Comparative performance analysis of CFO Estimation in OFDM Systems for Urban, Rural and Rayleigh area using CP and Moose Technique International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347 5161 2015 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Research Article A Comparative

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

Channel Estimation by 2D-Enhanced DFT Interpolation Supporting High-speed Movement

Channel Estimation by 2D-Enhanced DFT Interpolation Supporting High-speed Movement Channel Estimation by 2D-Enhanced DFT Interpolation Supporting High-speed Movement Channel Estimation DFT Interpolation Special Articles on Multi-dimensional MIMO Transmission Technology The Challenge

More information

Orthogonal Frequency Domain Multiplexing

Orthogonal Frequency Domain Multiplexing Chapter 19 Orthogonal Frequency Domain Multiplexing 450 Contents Principle and motivation Analogue and digital implementation Frequency-selective channels: cyclic prefix Channel estimation Peak-to-average

More information

Baseline Proposal for EPoC PHY Layer

Baseline Proposal for EPoC PHY Layer Baseline Proposal for EPoC PHY Layer AVI KLIGER, BROADCOM LEO MONTREUIL, BROADCOM ED BOYD, BROADCOM NOTE This presentation includes results based on an in house Channel Models When an approved Task Force

More information

Multi-Carrier Systems

Multi-Carrier Systems Wireless Information Transmission System Lab. Multi-Carrier Systems 2006/3/9 王森弘 Institute of Communications Engineering National Sun Yat-sen University Outline Multi-Carrier Systems Overview Multi-Carrier

More information

Advanced 3G & 4G Wireless Communication Prof. Aditya K. Jaganathan Department of Electrical Engineering Indian Institute of Technology, Kanpur

Advanced 3G & 4G Wireless Communication Prof. Aditya K. Jaganathan Department of Electrical Engineering Indian Institute of Technology, Kanpur (Refer Slide Time: 00:17) Advanced 3G & 4G Wireless Communication Prof. Aditya K. Jaganathan Department of Electrical Engineering Indian Institute of Technology, Kanpur Lecture - 32 MIMO-OFDM (Contd.)

More information

Introduction to OFDM Systems

Introduction to OFDM Systems Introduction to OFDM Systems Dr. Prapun Suksompong prapun@siit.tu.ac.th June 23, 2010 1 Outline 1. Overview of OFDM technique 2. Wireless Channel 3. Multi-carrier Transmission 4. Implementation: DFT and

More information

Fading & OFDM Implementation Details EECS 562

Fading & OFDM Implementation Details EECS 562 Fading & OFDM Implementation Details EECS 562 1 Discrete Mulitpath Channel P ~ 2 a ( t) 2 ak ~ ( t ) P a~ ( 1 1 t ) Channel Input (Impulse) Channel Output (Impulse response) a~ 1( t) a ~2 ( t ) R a~ a~

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

EE359 Lecture 18 Outline

EE359 Lecture 18 Outline EE359 Lecture 18 Outline Announcements HW due Fri; last HW posted, due Friday 12/9 at 4 pm (no late HWs) MIMO decoder supplemental handout posted Lectures net week are Monday 12/5 12-1:20 (Thornton 102

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

A New Data Conjugate ICI Self Cancellation for OFDM System

A New Data Conjugate ICI Self Cancellation for OFDM System A New Data Conjugate ICI Self Cancellation for OFDM System Abhijeet Bishnu Anjana Jain Anurag Shrivastava Department of Electronics and Telecommunication SGSITS Indore-452003 India abhijeet.bishnu87@gmail.com

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

Digital Communication System

Digital Communication System Digital Communication System Purpose: communicate information at certain rate between geographically separated locations reliably (quality) Important point: rate, quality spectral bandwidth requirement

More information

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK REVIEW ON ORTHOGONAL FREQUENCY DIVISION MULTIPLEXING: STUDY AND SURVEY SANJOG P.

More information

Multiple-Input Multiple-Output OFDM with Index Modulation Using Frequency Offset

Multiple-Input Multiple-Output OFDM with Index Modulation Using Frequency Offset IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 12, Issue 3, Ver. I (May.-Jun. 2017), PP 56-61 www.iosrjournals.org Multiple-Input Multiple-Output

More information

Flip-OFDM for Optical Wireless Communications

Flip-OFDM for Optical Wireless Communications Flip-OFDM for Optical Wireless Communications (Invited Paper) irmal Fernando Clayton, VIC 38 Email: irmal.fernando@monash.edu Yi Hong Clayton, VIC 38 Email: Yi.Hong@Monash.edu Emanuele Viterbo Clayton,

More information

Bit Error Rate Performance Evaluation of Various Modulation Techniques with Forward Error Correction Coding of WiMAX

Bit Error Rate Performance Evaluation of Various Modulation Techniques with Forward Error Correction Coding of WiMAX Bit Error Rate Performance Evaluation of Various Modulation Techniques with Forward Error Correction Coding of WiMAX Amr Shehab Amin 37-20200 Abdelrahman Taha 31-2796 Yahia Mobasher 28-11691 Mohamed Yasser

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

Chapter 7 Multiple Division Techniques for Traffic Channels

Chapter 7 Multiple Division Techniques for Traffic Channels Introduction to Wireless & Mobile Systems Chapter 7 Multiple Division Techniques for Traffic Channels Outline Introduction Concepts and Models for Multiple Divisions Frequency Division Multiple Access

More information

Baseline Proposal for EPoC PHY Layer IEEE 802.3bn EPoC September 2012 AVI KLIGER, BROADCOM LEO MONTREUIL, BROADCOM ED BOYD, BROADCOM

Baseline Proposal for EPoC PHY Layer IEEE 802.3bn EPoC September 2012 AVI KLIGER, BROADCOM LEO MONTREUIL, BROADCOM ED BOYD, BROADCOM Baseline Proposal for EPoC PHY Layer IEEE 802.3bn EPoC September 2012 AVI KLIGER, BROADCOM LEO MONTREUIL, BROADCOM ED BOYD, BROADCOM NOTE This presentation includes results based on an inhouse Channel

More information

Performance analysis of MISO-OFDM & MIMO-OFDM Systems

Performance analysis of MISO-OFDM & MIMO-OFDM Systems Performance analysis of MISO-OFDM & MIMO-OFDM Systems Kavitha K V N #1, Abhishek Jaiswal *2, Sibaram Khara #3 1-2 School of Electronics Engineering, VIT University Vellore, Tamil Nadu, India 3 Galgotias

More information

Performance of Orthogonal Frequency Division Multiplexing System Based on Mobile Velocity and Subcarrier

Performance of Orthogonal Frequency Division Multiplexing System Based on Mobile Velocity and Subcarrier Journal of Computer Science 6 (): 94-98, 00 ISSN 549-3636 00 Science Publications Performance of Orthogonal Frequency Division Multiplexing System ased on Mobile Velocity and Subcarrier Zulkeflee in halidin

More information

Outline Chapter 4: Orthogonal Frequency Division Multiplexing

Outline Chapter 4: Orthogonal Frequency Division Multiplexing Outline Chapter 4: Orthogonal Frequency Division Multiplexing Fading Channel Flat fading channel Frequency selective channel ISI Single Carrier Equalization Orthogonal Frequency Division Multiplexing Principle

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

FILA: Fine-grained Indoor Localization

FILA: Fine-grained Indoor Localization IEEE 2012 INFOCOM FILA: Fine-grained Indoor Localization Kaishun Wu, Jiang Xiao, Youwen Yi, Min Gao, Lionel M. Ni Hong Kong University of Science and Technology March 29 th, 2012 Outline Introduction Motivation

More information

SYSTEM ARCHITECTURE ADVANCED SYSTEM ARCHITECTURE LUO Chapter18.1 and Introduction to OFDM

SYSTEM ARCHITECTURE ADVANCED SYSTEM ARCHITECTURE LUO Chapter18.1 and Introduction to OFDM SYSTEM ARCHITECTURE ADVANCED SYSTEM ARCHITECTURE LUO Chapter18.1 and 18.2 Introduction to OFDM 2013/Fall-Winter Term Monday 12:50 Room# 1-322 or 5F Meeting Room Instructor: Fire Tom Wada, Professor 12/9/2013

More information

Maximum Likelihood CFO Estimation in OFDM Based Communication Systems

Maximum Likelihood CFO Estimation in OFDM Based Communication Systems Maximum Likelihood CFO Estimation in OFDM Based Communication Systems Yetera B. Bereket, K. Langat, and Edward K. Ndungu 1 Abstract - Orthogonal Frequency Division Multiplexing (OFDM) is a promising technique

More information

SPARSE CHANNEL ESTIMATION BY PILOT ALLOCATION IN MIMO-OFDM SYSTEMS

SPARSE CHANNEL ESTIMATION BY PILOT ALLOCATION IN MIMO-OFDM SYSTEMS SPARSE CHANNEL ESTIMATION BY PILOT ALLOCATION IN MIMO-OFDM SYSTEMS Puneetha R 1, Dr.S.Akhila 2 1 M. Tech in Digital Communication B M S College Of Engineering Karnataka, India 2 Professor Department of

More information

SourceSync. Exploiting Sender Diversity

SourceSync. Exploiting Sender Diversity SourceSync Exploiting Sender Diversity Why Develop SourceSync? Wireless diversity is intrinsic to wireless networks Many distributed protocols exploit receiver diversity Sender diversity is a largely unexplored

More information

UNIVERSITY OF MICHIGAN DEPARTMENT OF ELECTRICAL ENGINEERING : SYSTEMS EECS 555 DIGITAL COMMUNICATION THEORY

UNIVERSITY OF MICHIGAN DEPARTMENT OF ELECTRICAL ENGINEERING : SYSTEMS EECS 555 DIGITAL COMMUNICATION THEORY UNIVERSITY OF MICHIGAN DEPARTMENT OF ELECTRICAL ENGINEERING : SYSTEMS EECS 555 DIGITAL COMMUNICATION THEORY Study Of IEEE P802.15.3a physical layer proposals for UWB: DS-UWB proposal and Multiband OFDM

More information