diff options
author | Tom Rondeau <trondeau@vt.edu> | 2012-08-28 00:02:52 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2012-08-28 00:02:52 -0400 |
commit | 7e312ed50faf64705089ee550000efd34c719c57 (patch) | |
tree | d5fe4356166b3e9f963a71ebaa61babafe120198 /gr-digital/include/digital/ofdm_frame_sink.h | |
parent | 285ea24f3f033e97a907c01c6b135ca8662d8a8f (diff) |
docs: fixed doxygen markup issues.
Diffstat (limited to 'gr-digital/include/digital/ofdm_frame_sink.h')
-rw-r--r-- | gr-digital/include/digital/ofdm_frame_sink.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-digital/include/digital/ofdm_frame_sink.h b/gr-digital/include/digital/ofdm_frame_sink.h index 2b4bbe6480..427d6eb460 100644 --- a/gr-digital/include/digital/ofdm_frame_sink.h +++ b/gr-digital/include/digital/ofdm_frame_sink.h @@ -52,9 +52,9 @@ namespace gr { * Make an OFDM frame sink block. * * \param sym_position vector of OFDM carrier symbols in complex space - * \param sym_value vector of bit mapped from the complex symbol space + * \param sym_value_out vector of bit mapped from the complex symbol space * \param target_queue message queue for the packets to go into - * \param occupied_carriers The number of subcarriers with data in the received symbol + * \param occupied_tones The number of subcarriers with data in the received symbol * \param phase_gain gain of the phase tracking loop * \param freq_gain gain of the frequency tracking loop */ |