'Send and detect message using cdma

Suppose three devices A, B and C in a CDMA network with the following 8-bit orthogonal codes:

A = 10101010
B = 11001100
C = 10010110
The transmission power of B is twice as compared to A and C. Perform all the steps to send and 
detect 00 for Sender A, 10 for Sender B and 0X for Sender C (where X means that the sender
doesn’t transmit in this interval).


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source