Top Banner
OFDM and MC-CDMA: An Implementation using MATLAB Arjun R. Kurpad 1PI99EC 014 Ashish Uthama 1PI99EC 017 Saptarshi Sen 1PI99EC 089 Shounak Mondal 1PI99EC 096 Internal Guide: Ms. Geetha Prakash, Lecturer, PESIT External Guide: Dr. Girish Chandra,
23
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: OFDM MC-CDMA

OFDM and MC-CDMA: An Implementation using

MATLAB

Arjun R. Kurpad 1PI99EC 014Ashish Uthama 1PI99EC 017Saptarshi Sen 1PI99EC 089Shounak Mondal1PI99EC 096Internal Guide: Ms. Geetha Prakash, Lecturer,

PESIT

External Guide: Dr. Girish Chandra, Scientist, NAL

Page 2: OFDM MC-CDMA

Motivation…High transmission rates over wireline and wireless channels with protection from multipath fading

Predicted technique in fourth Generation (4G) mobile phones

Ideal for bandwidth hogging applications like Video Conferencing, DAB, DVB, etc

Multiuser capacity possible using MC-CDMA

Page 3: OFDM MC-CDMA

Objectives

Simulation of a baseband communication system using OFDMUsing this system to transfer files between computers using the sound cardSimulation of wireless environment using fading channelsMulti-User Capability using MC-CDMAPlotting of BER curves and constellations

Page 4: OFDM MC-CDMA

Advantages of OFDM

Allows carriers to overlap (no guard band), resulting in lesser wasted bandwidth without any Inter Carrier Interference (ICI)High data rate distributed over multiple carriers resulting in lower symbol rate (more immune to ISI)Permits higher data rate as compared to FDMIncreased security and bandwidth efficiency possible using CDMA – OFDM (MC-CDMA)Simple guard intervals make the system more robust to multipath effects.

Page 5: OFDM MC-CDMA

What is OFDM ??Orthogonality in time domain…

Page 6: OFDM MC-CDMA

What is OFDM ??Orthogonality in frequency domain…

• Each carrier is modulated using BPSK / QPSK / M-ary QAM

• Frequency response for each carrier is a Sinc(X)

• Overlap of frequency response is possible as against FDM where inter-carrier spacing is a must

• Frequency responses of the carriers overlap at zero crossings avoiding Inter Carrier Interference

Page 7: OFDM MC-CDMA

OFDM Methodology

Page 8: OFDM MC-CDMA

Understanding Multipath

Page 9: OFDM MC-CDMA

Why we need the Guard Period…

Page 10: OFDM MC-CDMA

Equalization Performed in frequency domain

FFT compulsorily performed in Receiver

Time domain convolution replaced with frequency domain multiplication – computationally simpler code

Adaptive filters used

Page 11: OFDM MC-CDMA

Multicarrier Code Division Multiple Access (MC-CDMA)

Combination of CDMA-OFDM to provide multi user capability

Frequency Diversity avoids deep fades

Simple receiver structure

Page 12: OFDM MC-CDMA

MC-CDMA Transmitter

Page 13: OFDM MC-CDMA

MC-CDMA Receiver

Page 14: OFDM MC-CDMA

Design and Implementation

The Environment: Windows OS MATLAB (R12) + Toolboxes

The design approach: Modular Tandem development of Tx and Rx

Page 15: OFDM MC-CDMA

The ModulesModulator module:

BPSK, QPSK, 8QAM

Channel module:

AWGN, Fading, Physical

Equalizer module

MC-CDMA module

FTX (The Transmitter)

Data Parameters

Modulator Module

Channel Module

Equalizer Module FRX (The Receiver)

Demodulator Module

DataParameters

Page 16: OFDM MC-CDMA

The Physical Channel

Separate channel module

Uses DAC/ADC capacity of the sound card

Unique synchronization scheme:

Time synchronization Gain correction

Page 17: OFDM MC-CDMA

The Physical Channel

Receiver Triggers here OFDM wave

Page 18: OFDM MC-CDMA

Results

Constellation diagrams

Performance of Physical channel

BER curves for various combinations

Page 19: OFDM MC-CDMA

Constellation diagram

Page 20: OFDM MC-CDMA

BER Curve

Page 21: OFDM MC-CDMA

Screen Shots

SS1.bmp

Page 22: OFDM MC-CDMA

Applications1. PC to PC file transfer using the ubiquitous

sound card2. Digital audio broadcasting (DAB), wireless CD-

quality sound transmission3. Digital video broadcasting (DVB), specifically,

digital terrestrial television broadcasting (DTTB)

4. Wireless LAN 802.11a5. ADSL (asymmetric digital subscriber line), also

called DMT (Digital Multi Tone)

Page 23: OFDM MC-CDMA

Demonstration of the OFDM system…