Skip to content

Commit b6a6f4b

Browse files
Apply suggestions from code review from @jackraymond
Co-authored-by: Jack Raymond <10591246+jackraymond@users.noreply.github.com>
1 parent 7edb35e commit b6a6f4b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

dimod/generators/wireless.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)