Code Division Multiple Ma
Code Division Multiple Ma
What is CDMA Introduction to Spread Spectrum Communications Direct Sequence Spread Spectrum (DSSS) CDMA Algorithm Advantages of CDMA CDMA Vs TDMA Vs FDMA Sites and Books
What is CDMA
CDMA : Code Division Multiple Access is a channel access method CDMA employs spread spectrum (SS) technology and a special coding scheme (where each transmitter is assigned a code) to allow multiple users to be multiplexed over the same physical channel A conflict-free protocol that allows overlap transmission, both in frequency division and time division techniques
Spectrum , refers to the range of frequencies over which electromagnetic radio frequencies signals can be sent Spread Spectrum, refers Spreading the bandwidth to transmit data. There are three ways to spread the bandwidth of the signal: Frequency hopping : The signal is rapidly switched between different frequencies within the hopping bandwidth pseudorandomly, and the receiver knows before hand where to find the signal at any given time. Time hopping : The signal is transmitted in short bursts pseudorandomly, and the receiver knows beforehand when to expect the burst. Direct sequence : The digital data is directly coded at a much higher frequency. The code is generated pseudo-randomly, the receiver knows how to generate the same code, and correlates the received signal with that code to extract the data.
Chipping sequence Code given to user DSSS takes user bit stream and XOR with chipping sequence. Chip- is smaller pulses of Chipping sequence Spreading factor : s = tb/tc tb = User bit time tc = Chip duration Example : Chip sequences 11,110,1110,11101,1110010,10110111000 called Bankers code
CDMA Algorithm
Each station is assigned m bit unique code called chip sequence say 8 bit Consider 4 stations A : 0 0 0 1 1 0 1 1 ( 1 1 1 +1 +1 1 +1 +1) B : 0 0 1 0 1 1 1 0 ( 1 1 +1 1 +1 +1 +1 1) C : 0 1 0 1 1 1 0 0 ( 1 +1 1 +1 +1 +1 1 1) D : 0 1 0 0 0 0 1 0 ( 1 +1 1 1 1 1 +1 1) (Binary chips) (Bipolar chip) All chip sequence are pairwise orthogonal Orthogonal chip sequences are generated using Walsh method
( 1 +1 1 +1 +1 +1 1 1)
To recover the signal Suppose S = transmitted chip sequence Receiver have to extract bit sent by station C then S.C = (A + B+C).C = A.C +B.C + C.C = 0 + 0 + 1
D C B A
Freq
Advantages of CDMA
No of users increased Soft Handover Flexible Used in military applications as provides security for data Universal frequency reuse Fast and accurate power control Rake receiver
Format Flexibility Flexible Multiple Fading Capacity Handoff Signal separation Implementation complexity
References
http://www.telecomspace.com/cdma.html http://en.wikipedia.org/wiki/Code_division_multiple_access http://www.complextoreal.com/CDMA.pdf http://www.bee.net/mhendry/vrml/library/cdma/cdma.htm http://www.umtsworld.com/technology/cdmabasics.htm Computer Networks by Tenenbaum Mobile Communications by J Schiller
Thank You