File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -322,7 +322,7 @@ def create_channel(num_receivers: int = 1,
322322 attenuation_matrix : Optional [np .ndarray ] = None ) -> Tuple [np .ndarray , float ]:
323323 """Create a channel model.
324324
325- Channel power is the expected root- mean-square signal per receiver (i.e.,
325+ Channel power is the expected mean-square signal amplification per receiver (i.e.,
326326 :math:`mean(F^2)*num_transmitters`) for homogeneous codes.
327327
328328 Args:
@@ -471,14 +471,14 @@ def _create_signal(F,
471471
472472 transmitted_symbols: Transmitted symbols as a column vector.
473473
474- channel_noise: Channel noise as a complex value .
474+ channel_noise: Channel noise as a column vector .
475475
476476 SNRb: Signal-to-noise ratio.
477477
478478 modulation: Modulation. Supported values are 'BPSK', 'QPSK', '16QAM',
479479 '64QAM', and '256QAM'.
480480
481- channel_power: Channel power. By default, proportional to the number
481+ channel_power: Channel power. By default, equal to the number
482482 of transmitters.
483483
484484 random_state: Seed for a random state or a random state.
You can’t perform that action at this time.
0 commit comments