GNU Radio 3.7.1 C++ API
gr::fft::goertzel Class Reference

Implements Goertzel single-bin DFT calculation. More...

#include <goertzel.h>

List of all members.

Public Member Functions

 goertzel (int rate, int len, float freq)
void set_params (int rate, int len, float freq)
gr_complex batch (float *in)
void input (const float &in)
gr_complex output ()
bool ready () const

Detailed Description

Implements Goertzel single-bin DFT calculation.


Constructor & Destructor Documentation

gr::fft::goertzel::goertzel ( int  rate,
int  len,
float  freq 
)

Member Function Documentation

void gr::fft::goertzel::input ( const float &  in)
bool gr::fft::goertzel::ready ( ) const [inline]
void gr::fft::goertzel::set_params ( int  rate,
int  len,
float  freq 
)

The documentation for this class was generated from the following file: