GNU Radio 3.5.3.2 C++ API
gr_complex_to_xxx.h File Reference
#include <gr_core_api.h>
#include <gr_sync_block.h>
#include <gr_complex.h>
Include dependency graph for gr_complex_to_xxx.h:

Go to the source code of this file.

Classes

class  gr_complex_to_float
 convert a stream of gr_complex to 1 or 2 streams of float More...
class  gr_complex_to_real
 complex in, real out (float) More...
class  gr_complex_to_imag
 complex in, imaginary out (float) More...
class  gr_complex_to_mag
 complex in, magnitude out (float) More...
class  gr_complex_to_mag_squared
 complex in, magnitude squared out (float) More...
class  gr_complex_to_arg
 complex in, angle out (float) More...

Functions

GR_CORE_API
gr_complex_to_float_sptr 
gr_make_complex_to_float (unsigned int vlen=1)
GR_CORE_API gr_complex_to_real_sptr gr_make_complex_to_real (unsigned int vlen=1)
GR_CORE_API gr_complex_to_imag_sptr gr_make_complex_to_imag (unsigned int vlen=1)
GR_CORE_API gr_complex_to_mag_sptr gr_make_complex_to_mag (unsigned int vlen=1)
GR_CORE_API
gr_complex_to_mag_squared_sptr 
gr_make_complex_to_mag_squared (unsigned int vlen=1)
GR_CORE_API gr_complex_to_arg_sptr gr_make_complex_to_arg (unsigned int vlen=1)

Function Documentation

GR_CORE_API gr_complex_to_arg_sptr gr_make_complex_to_arg ( unsigned int  vlen = 1)
GR_CORE_API gr_complex_to_float_sptr gr_make_complex_to_float ( unsigned int  vlen = 1)
GR_CORE_API gr_complex_to_imag_sptr gr_make_complex_to_imag ( unsigned int  vlen = 1)
GR_CORE_API gr_complex_to_mag_sptr gr_make_complex_to_mag ( unsigned int  vlen = 1)
GR_CORE_API gr_complex_to_mag_squared_sptr gr_make_complex_to_mag_squared ( unsigned int  vlen = 1)
GR_CORE_API gr_complex_to_real_sptr gr_make_complex_to_real ( unsigned int  vlen = 1)