-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding CDMA to signal generation #10
base: master
Are you sure you want to change the base?
Conversation
@RGerzaguet Thank you for your wonderful base. I was wondering how |
Hello @patel999jay. Regarding examples, sure I will add CDMA to them ! I would be really glad to add your contribution on gold codes also 👍 |
Noter that as we use SNR, performance are the same for each code size. To see the benefits of spreading, the noise level should be fixed (and not the SNR).
Directly from the discussion in #8
Basic use for the moment, with spreading and multiplexing with OVSF code
genSig
decodeSig
Open discussion on how we shape the input payload matrix. We modulate a matrix defined as Users x time matrix. We define user per column which is not the more computational efficient (we process data user per user) but it has the advantages to be similar to what we do when we modulate with OFDM where data in column corresponds to the subcarriers. We mimic the subcarrier multiplexing (CDMA) by a multiplexing by code.