![]() |
GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
|
Adapts an I/Q interleaved byte integer sample stream to a gr_complex (float) stream. More...
#include <ibyte_to_complex.h>
Public Member Functions | |
| IbyteToComplex (const ConfigurationInterface *configuration, const std::string &role, unsigned int in_streams, unsigned int out_streams) | |
| std::string | role () override |
| std::string | implementation () override |
| Returns "Ibyte_To_Complex". | |
| size_t | item_size () override |
| void | connect (gr::top_block_sptr top_block) override |
| void | disconnect (gr::top_block_sptr top_block) override |
| gr::basic_block_sptr | get_left_block () override |
| gr::basic_block_sptr | get_right_block () override |
| Public Member Functions inherited from GNSSBlockInterface | |
| virtual gr::basic_block_sptr | get_left_block (int RF_channel) |
| virtual gr::basic_block_sptr | get_right_block (int RF_channel) |
| virtual void | start () |
| Start the flow of samples if needed. | |
Adapts an I/Q interleaved byte integer sample stream to a gr_complex (float) stream.
Definition at line 39 of file ibyte_to_complex.h.
|
overridevirtual |
Implements GNSSBlockInterface.
|
overridevirtual |
Implements GNSSBlockInterface.
|
overridevirtual |
Implements GNSSBlockInterface.
|
overridevirtual |
Implements GNSSBlockInterface.
|
inlineoverridevirtual |
Returns "Ibyte_To_Complex".
Implements GNSSBlockInterface.
Definition at line 54 of file ibyte_to_complex.h.
|
inlineoverridevirtual |
Implements GNSSBlockInterface.
Definition at line 59 of file ibyte_to_complex.h.
|
inlineoverridevirtual |
Implements GNSSBlockInterface.
Definition at line 48 of file ibyte_to_complex.h.