GNU Radio 3.5.1 C++ API
|
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) |
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 | ) |