Skip to content

MU-MIMO STREAM_MANAGEMENT and channel #94

Answered by jhoydis
cacent96 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

The StreamManagement looks correct.

If you want to apply a different channel model for each receiver, you can do so by simply creating four different channel model instances, e.g., TDL with different parameters or antenna correlation.

Then you can generate a batch of channel impulse responses for each receiver which you concatenate to a larger tensor that you then use in the cir_to_ofdm_channel or cir_to_time_channel.

Below is a code skeleton that explains the idea:

# Each a has shape [batch size, 1, 1, 1, 4, num_paths, num_time_steps]
# Each tau has shape [batch size, 1, 1, num_paths]
a_1, tau_1  = model_1(batch_size,...)
a_2, tau_2  = model_2(batch_size,...)
a_3, tau_3  = model_3(ba…

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@cacent96
Comment options

@cacent96
Comment options

@cacent96
Comment options

@jhoydis
Comment options

@cacent96
Comment options

Answer selected by cacent96
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants