Matlab code for SIC (successive Interference cancellation) at receiver
42 views (last 30 days)
Show older comments
Sereena Helen Sajeev
on 4 Oct 2019
Commented: des teg
on 20 Jun 2022
hi
Can you please tell me how to do successive interference cancellation (SIC) at receiver?
1 Comment
Accepted Answer
Carolin Sweety
on 6 Apr 2020
Edited: Carolin Sweety
on 6 Apr 2020
Considering a two user NOMA system where user 1 is allocated high power and user 2 is allocated less power, successive interference cancellation must be done at user 2. It involves four steps
(i) Directly demodulate the superposition coded received signal to get user 1's data. (Following the modulation scheme used for user 1)
(ii)Multiply the result of step (i) with the square root of user 1's power allocation coefficient.
(iii)Subtract the result of step (ii) from the actual received signal of step(i)
(iv)Demodulate the result of step (iii) following the modulation scheme used for user 2.
You can find more details and a sample MATLAB code here:
3 Comments
Getnet Demil
on 16 Feb 2021
u gave us great information. i realy like the blogger .....I recommend everyone who wants to know NOMA, to check the blog
Thank you
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!