diff options
author | Michael Dickens <michael.dickens@ettus.com> | 2018-11-16 08:44:00 -0800 |
---|---|---|
committer | Marcus Müller <marcus@hostalia.de> | 2018-11-17 21:07:58 +0100 |
commit | f1a877cb16c5a13950ccd38986ee8ed37d2c5d52 (patch) | |
tree | 6c45ad9c5561ef7b498f0c3b69a48325a08af35d /gr-digital/include | |
parent | 3860b7b5a4c9a40afa11bde6d0a4589c55f8ae97 (diff) |
digital: fix OFDM CA 'output_is_shifted' parameter use in GRC and documentation
Diffstat (limited to 'gr-digital/include')
-rw-r--r-- | gr-digital/include/gnuradio/digital/ofdm_carrier_allocator_cvc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-digital/include/gnuradio/digital/ofdm_carrier_allocator_cvc.h b/gr-digital/include/gnuradio/digital/ofdm_carrier_allocator_cvc.h index ab371a98e8..6a15037b43 100644 --- a/gr-digital/include/gnuradio/digital/ofdm_carrier_allocator_cvc.h +++ b/gr-digital/include/gnuradio/digital/ofdm_carrier_allocator_cvc.h @@ -101,6 +101,7 @@ namespace gr { * sub-carrier being idle). Is a vector of complex vectors of length * \p fft_len * \param len_tag_key The key of the tag identifying the length of the input packet. + * \param output_is_shifted whether to 'fftshift' the output OFDM symbols. If used, the followup FFT should be instantaited such that it knows that the input is shifted. Default is true. */ static sptr make( int fft_len, @@ -116,4 +117,3 @@ namespace gr { } // namespace gr #endif /* INCLUDED_DIGITAL_OFDM_CARRIER_ALLOCATOR_CVC_H */ - |