diff options
Diffstat (limited to 'gr-gcell')
-rw-r--r-- | gr-gcell/src/gcell_fft_vcc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-gcell/src/gcell_fft_vcc.h b/gr-gcell/src/gcell_fft_vcc.h index ee4192557..9e3035b44 100644 --- a/gr-gcell/src/gcell_fft_vcc.h +++ b/gr-gcell/src/gcell_fft_vcc.h @@ -36,6 +36,7 @@ gcell_make_fft_vcc(int fft_size, bool forward, const std::vector<float> &window, /*! * \brief Compute forward or reverse FFT. complex vector in / complex vector out. * \ingroup dft_blk + * \ingroup gcell * * Concrete class that uses gcell to offload FFT to SPEs. */ |