#include <gnuradio/fft/fft.h>
◆ fft() [1/2]
template<class T , bool forward> 
      
        
          | gr::fft::fft< T, forward >::fft  | 
          ( | 
          int  | 
          fft_size,  | 
        
        
           | 
           | 
          int  | 
          nthreads = 1  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ fft() [2/2]
template<class T , bool forward> 
 
 
◆ ~fft()
template<class T , bool forward> 
 
 
◆ execute()
template<class T , bool forward> 
      
 
compute FFT. The input comes from inbuf, the output is placed in outbuf. 
 
 
◆ get_inbuf()
template<class T , bool forward> 
 
 
◆ get_outbuf()
template<class T , bool forward> 
 
 
◆ inbuf_length()
template<class T , bool forward> 
 
 
◆ nthreads()
template<class T , bool forward> 
 
Get the number of threads being used by FFTW 
 
 
◆ operator=()
template<class T , bool forward> 
 
 
◆ outbuf_length()
template<class T , bool forward> 
 
 
◆ set_nthreads()
template<class T , bool forward> 
      
 
Set the number of threads to use for calculation. 
 
 
The documentation for this class was generated from the following file: