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;
The source code and files included in this project are listed in the project files section, please make sure whether the listed source code meet your needs there.
Project Files:
File Name | Size |
---|---|
BASIC_CDMA.m | 1467 |
license.txt | 1312 |