pytwinnet.mimo

pytwinnet.mimo.matched_filter_tx(H)[source]

Downlink: transmit beamformer for single user (nt x 1) normalized.

Return type:

ndarray

Parameters:

H (ndarray)

pytwinnet.mimo.mimo_rayleigh(nt, nr, seed=None)[source]

i.i.d. Rayleigh flat-fading MIMO channel H (nr x nt).

Return type:

ndarray

Parameters:
pytwinnet.mimo.zf_precoder(H)[source]

Multi-user ZF precoder (nt x K) for H (K x nt).

Return type:

ndarray

Parameters:

H (ndarray)

Modules