GNU Radio Manual and C++ API Reference  3.7.5
The Free & Open Software Radio Ecosystem
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
gr::blocks::rotator Class Reference

#include <gnuradio/blocks/rotator.h>

Public Member Functions

 rotator ()
void set_phase (gr_complex phase)
void set_phase_incr (gr_complex incr)
gr_complex rotate (gr_complex in)
void rotateN (gr_complex *out, const gr_complex *in, int n)

Constructor & Destructor Documentation

gr::blocks::rotator::rotator ( )
inline

Member Function Documentation

gr_complex gr::blocks::rotator::rotate ( gr_complex  in)
inline
void gr::blocks::rotator::rotateN ( gr_complex out,
const gr_complex in,
int  n 
)
inline
void gr::blocks::rotator::set_phase ( gr_complex  phase)
inline
void gr::blocks::rotator::set_phase_incr ( gr_complex  incr)
inline

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