Untitled Document
Untitled Document
Theory:
CDMA is a channelization protocol for Multiple Access, where information
can be sent
simultaneously through several transmitters over a single communication
channel.
It is achieved in below steps:
●A signal is generated which extends over a wide bandwidth.
●The code which performs this action is called spreading code.
●Later on, a specific signal can be selected with a given code even in the
presence of
many other signals.
●It is mainly used in mobile networks like 2G and 3G.
○Rule 2:
sequences for N = 2M. Now let’s take a look at how CDMA works by using
orthogonal sequences.
Procedure:
1. The station encodes its data bit as follows.
○+1 if bit = 1
○-1 if bit = 0
○no signal(interpreted as 0) if station is idle
C1 = [+1 +1 +1 +1]
C2 = [+1 -1 +1 -1]
C3 = [+1 +1 -1 -1]
C4 = [+1 -1 -1 +1]
Code:
Output:
Conclusion: The CDMA will allow many signals to be transmitted at the
same channel at the
same time.