diff options
Diffstat (limited to 'gr-channels/include/channels/fading_model.h')
-rw-r--r-- | gr-channels/include/channels/fading_model.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-channels/include/channels/fading_model.h b/gr-channels/include/channels/fading_model.h index 651b087eb7..50632a61fc 100644 --- a/gr-channels/include/channels/fading_model.h +++ b/gr-channels/include/channels/fading_model.h @@ -32,12 +32,12 @@ namespace gr { /*! * \brief fading simulator - * \ingroup misc_blk + * \ingroup channel_models_blk * + * \details * This block implements a basic fading model simulator that can * be used to help evaluate, design, and test various signals, * waveforms, and algorithms. - * */ class CHANNELS_API fading_model : virtual public gr_sync_block { |