summaryrefslogtreecommitdiff
path: root/gr-digital/include
diff options
context:
space:
mode:
authorMichael Dickens <michael.dickens@ettus.com>2018-11-16 08:44:00 -0800
committerMarcus Müller <marcus@hostalia.de>2018-11-17 21:07:58 +0100
commitf1a877cb16c5a13950ccd38986ee8ed37d2c5d52 (patch)
tree6c45ad9c5561ef7b498f0c3b69a48325a08af35d /gr-digital/include
parent3860b7b5a4c9a40afa11bde6d0a4589c55f8ae97 (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.h2
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 */
-