diff options
Diffstat (limited to 'gr-channels/include/gnuradio/channels/channel_model.h')
-rw-r--r-- | gr-channels/include/gnuradio/channels/channel_model.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-channels/include/gnuradio/channels/channel_model.h b/gr-channels/include/gnuradio/channels/channel_model.h index fb2258e342..548cc0f894 100644 --- a/gr-channels/include/gnuradio/channels/channel_model.h +++ b/gr-channels/include/gnuradio/channels/channel_model.h @@ -42,7 +42,7 @@ namespace gr { * This model allows the user to set the voltage of an AWGN noise * source (\p noise_voltage), a (normalized) frequency offset (\p * frequency_offset), a sample timing offset (\p epsilon), and a - * seed (\p noise_seed) to randomize or make reproducable the AWGN + * seed (\p noise_seed) to randomize or make reproducible the AWGN * noise source. * * Multipath can be approximated in this model by using a FIR |