GNU Radio Manual and C++ API Reference  3.10.9.1
The Free & Open Software Radio Ecosystem

Classes

class  gr::blocks::char_to_float
 Convert stream of chars to a stream of float. More...
 
class  gr::blocks::char_to_short
 Convert stream of chars to a stream of shorts. More...
 
class  gr::blocks::complex_to_arg
 complex in, arg (arctan) out (float) More...
 
class  gr::blocks::complex_to_float
 Convert a stream of gr_complex to 1 or 2 streams of float. More...
 
class  gr::blocks::complex_to_imag
 Produces the imaginary part (as a float) of a complex stream. More...
 
class  gr::blocks::complex_to_interleaved_char
 Convert stream of complex to a stream of interleaved chars. More...
 
class  gr::blocks::complex_to_interleaved_short
 Convert stream of complex to a stream of interleaved shorts. More...
 
class  gr::blocks::complex_to_mag
 complex in, magnitude out (float) More...
 
class  gr::blocks::complex_to_mag_squared
 complex in, magnitude squared out (float) More...
 
class  gr::blocks::complex_to_magphase
 Convert a stream of gr_complex to magnitude and phase (both floats) More...
 
class  gr::blocks::complex_to_real
 Produces the real part (as a float) of a complex stream. More...
 
class  gr::blocks::float_to_char
 Convert stream of floats to a stream of char. More...
 
class  gr::blocks::float_to_complex
 one or two floats in, complex out More...
 
class  gr::blocks::float_to_int
 Convert stream of floats to a stream of ints. More...
 
class  gr::blocks::float_to_short
 Convert stream of floats to a stream of shorts. More...
 
class  gr::blocks::float_to_uchar
 Convert stream of floats to a stream of unsigned chars. More...
 
class  gr::blocks::int_to_float
 Convert stream of ints to a stream of floats. More...
 
class  gr::blocks::interleaved_char_to_complex
 Convert stream of interleaved chars to a stream of complex. More...
 
class  gr::blocks::interleaved_short_to_complex
 Convert stream of interleaved shorts to a stream of complex. More...
 
class  gr::blocks::magphase_to_complex
 two floats in (mag and phase), complex out More...
 
class  gr::blocks::short_to_char
 Convert stream of shorts to a stream of chars. More...
 
class  gr::blocks::short_to_float
 Convert stream of shorts to a stream of floats. More...
 
class  gr::blocks::uchar_to_float
 Convert stream of unsigned chars to a stream of floats. More...
 

Detailed Description