22 #ifndef INCLUDED_GR_PA_2X2_PHASE_COMBINER_H
23 #define INCLUDED_GR_PA_2X2_PHASE_COMBINER_H
46 static const int NM = 4;
55 float theta()
const {
return d_theta; }
56 void set_theta(
float theta);
58 int work(
int noutput_items,
59 gr_vector_const_void_star &input_items,
60 gr_vector_void_star &output_items);
pa_2x2 phase combinerAnntenas are arranged like this:
Definition: gr_pa_2x2_phase_combiner.h:44
Definition: gr_sync_block.h:27
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
#define GR_CORE_API
Definition: gr_core_api.h:30
float theta() const
Definition: gr_pa_2x2_phase_combiner.h:55
std::complex< float > gr_complex
Definition: gr_complex.h:26
virtual int work(int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
just like gr_block::general_work, only this arranges to call consume_each for you ...
GR_CORE_API gr_pa_2x2_phase_combiner_sptr gr_make_pa_2x2_phase_combiner()