Questions: Multiple Access Channel Capacity

4 questions to test your understanding

Score: 0 / 4
Question 1 Multiple Choice

For a K-user MAC, the capacity region has 2^K - 1 constraints (one for each non-empty subset). For K=3, how many rate constraints define the region (not counting the trivial R_i >= 0)?

AThree constraints: R_1+R_2+R_3, one for each sum
BSeven constraints: R_1, R_2, R_3 (individual), R_1+R_2, R_1+R_3, R_2+R_3 (pairwise), and R_1+R_2+R_3 (sum)
CFour constraints: individual rates and sum rate only
DTen constraints from all possible combinations
Question 2 True / False

The sum-capacity of a Gaussian K-user MAC is log2(1 + (sum_i P_i) / N). This rate is achievable by TDMA (time division), so TDMA is optimal for Gaussian MACs.

TTrue
FFalse
Question 3 Short Answer

In successive interference cancellation (SIC), the decoding order matters for the individual rates R_i but not the sum-rate boundary. Explain why the sum rate is the same regardless of SIC order.

Think about your answer, then reveal below.
Question 4 Multiple Choice

In a Gaussian 2-user MAC with users having power constraints P_1 = 10, P_2 = 1, and noise power N = 1. User 1 decodes first (treating user 2 as noise). What is user 1's rate R_1 (in bits)?

AR_1 = 0.5 * log2(1 + 10/(1+1)) = 0.5*log2(6) ≈ 1.29 bits
BR_1 = 0.5 * log2(1 + 10/1) = 0.5*log2(11) ≈ 1.79 bits
CR_1 = 0.5 * log2(1 + 1/1) = 0.5 bits
DR_1 = 0.5 * log2((10+1)/(1)) = 0.5*log2(11) ≈ 1.79 bits