The following Matlab project contains the source code and Matlab examples used for basic cdma transmitter and receiver.
User binary 8 bits length data
Data=((randint(1,8))>.5)+0;
Spreading code name Goldcode only variable mane with 15 bit length.
Goldcode=((randint(1,15))>.5)+0;