0% found this document useful (0 votes)
12 views2 pages

Implementation of Physical Layer Transceiver Module For WCDMA System

The document describes the implementation of a WCDMA physical layer transceiver module in Matlab Simulink. It converts character data into packets, adds a CRC for error detection. A turbo encoder is used for encoding and interleavers are used to reduce burst errors. QPSK modulation is used to represent the data bits on 5 MHz bandwidths. In the transmitter, the data is packetized, encoded, interleaved, scrambled, modulated using QPSK, and multiplexed before transmission. The receiver performs the inverse operations of demodulation, descrambling, deinterleaving, and turbo decoding to recover the original data without errors.

Uploaded by

Anonymous 1aqlkZ
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views2 pages

Implementation of Physical Layer Transceiver Module For WCDMA System

The document describes the implementation of a WCDMA physical layer transceiver module in Matlab Simulink. It converts character data into packets, adds a CRC for error detection. A turbo encoder is used for encoding and interleavers are used to reduce burst errors. QPSK modulation is used to represent the data bits on 5 MHz bandwidths. In the transmitter, the data is packetized, encoded, interleaved, scrambled, modulated using QPSK, and multiplexed before transmission. The receiver performs the inverse operations of demodulation, descrambling, deinterleaving, and turbo decoding to recover the original data without errors.

Uploaded by

Anonymous 1aqlkZ
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

Implementation of Physical Layer Transceiver Module for WCDMA System

Objective:
To implement the WCDMA Physical Layer protocol Transceiver Module on Matlab Simulink.
Project Description:
Wideband-CDMA (W-CDMA), the transmission technology for third generation (3G) UMTS
mobile communication, can be implemented by migrating via GPRS and EDGE on the 2G network
infrastructure of the GSM standard that is used in Europe and worldwide. W-CDMA allows transmission of
signals for various services with variable data rates on 5 MHz bandwidths
The input signal is, character datas are converted
into the packets. The CRC is used to determine whether the transmission error is occurred or not. Here the
Turbo encoder is used for the Encoding operation. Here the Encoder type is 1/3 encoder. The Interleavers are
used to reduce Burst Error. QPSK modulation technique is implemented in Modulator. Hence four sub carrier
is enough to represent our data bits. This modulation is helpful to avoid the amplifier linearity problems. It is a
Quadrature Phase Shift Keying (QPSK) modulation scheme in which a delay is introduced into one of the
quadrature processing elements equal to one-half the duration of the binary symbols or packets being
modulated. OVSF coder used to give identity to user. Then the data bits are converted into time domain then
transmitted. In Receiver Turbo decoder which is having the BER of 10 -6 used to decode the original data
without any error symbols.

Transmitter Block:

Packet Formation

Data i/p

Packet Data
Conv.Encoder #1

CRC

Interleaver

RF Module

IFFT

Scrambler

Mux

Conv.Encoder #2

OVSF Code

QAM
Modulation

Receiver Block:

RF Module

FFT

Descrambler

QAM
demodulation
Demux

Data Out

CRC controller

DeInterleaver

Turbo.Decoder

You might also like