output = input[0] & input[1] & ... & input[M-1]
bitwise boolean AND across all input streams.
Constructor Specific Documentation:
Parameters: | vlen – |
---|
declare_sample_delay(and_bb_sptr self, unsigned int delay)
pc_input_buffers_full_avg(and_bb_sptr self) -> pmt_vector_float
pc_output_buffers_full_avg(and_bb_sptr self) -> pmt_vector_float
output[m] = input[m] & value for all M streams.
Bitwise boolean AND of constant with the data stream.
Constructor Specific Documentation:
Create an instance of and_const_bb.
Parameters: | k – AND constant |
---|
declare_sample_delay(and_const_bb_sptr self, unsigned int delay)
Return AND constant.
pc_input_buffers_full_avg(and_const_bb_sptr self) -> pmt_vector_float
pc_output_buffers_full_avg(and_const_bb_sptr self) -> pmt_vector_float
Set AND constant.
output[m] = input[m] & value for all M streams.
Bitwise boolean AND of constant with the data stream.
Constructor Specific Documentation:
Create an instance of and_const_ii.
Parameters: | k – AND constant |
---|
declare_sample_delay(and_const_ii_sptr self, unsigned int delay)
Return AND constant.
pc_input_buffers_full_avg(and_const_ii_sptr self) -> pmt_vector_float
pc_output_buffers_full_avg(and_const_ii_sptr self) -> pmt_vector_float
Set AND constant.
output[m] = input[m] & value for all M streams.
Bitwise boolean AND of constant with the data stream.
Constructor Specific Documentation:
Create an instance of and_const_ss.
Parameters: | k – AND constant |
---|
declare_sample_delay(and_const_ss_sptr self, unsigned int delay)
Return AND constant.
pc_input_buffers_full_avg(and_const_ss_sptr self) -> pmt_vector_float
pc_output_buffers_full_avg(and_const_ss_sptr self) -> pmt_vector_float
Set AND constant.
output = input[0] & input[1] & ... & input[M-1]
bitwise boolean AND across all input streams.
Constructor Specific Documentation:
Parameters: | vlen – |
---|
declare_sample_delay(and_ii_sptr self, unsigned int delay)
pc_input_buffers_full_avg(and_ii_sptr self) -> pmt_vector_float
pc_output_buffers_full_avg(and_ii_sptr self) -> pmt_vector_float
output = input[0] & input[1] & ... & input[M-1]
bitwise boolean AND across all input streams.
Constructor Specific Documentation:
Parameters: | vlen – |
---|
declare_sample_delay(and_ss_sptr self, unsigned int delay)
pc_input_buffers_full_avg(and_ss_sptr self) -> pmt_vector_float
pc_output_buffers_full_avg(and_ss_sptr self) -> pmt_vector_float
output = ~input
bitwise boolean not of input streams.
Constructor Specific Documentation:
Parameters: | vlen – |
---|
declare_sample_delay(not_bb_sptr self, unsigned int delay)
pc_input_buffers_full_avg(not_bb_sptr self) -> pmt_vector_float
pc_output_buffers_full_avg(not_bb_sptr self) -> pmt_vector_float
output = ~input
bitwise boolean not of input streams.
Constructor Specific Documentation:
Parameters: | vlen – |
---|
declare_sample_delay(not_ii_sptr self, unsigned int delay)
pc_input_buffers_full_avg(not_ii_sptr self) -> pmt_vector_float
pc_output_buffers_full_avg(not_ii_sptr self) -> pmt_vector_float
output = ~input
bitwise boolean not of input streams.
Constructor Specific Documentation:
Parameters: | vlen – |
---|
declare_sample_delay(not_ss_sptr self, unsigned int delay)
pc_input_buffers_full_avg(not_ss_sptr self) -> pmt_vector_float
pc_output_buffers_full_avg(not_ss_sptr self) -> pmt_vector_float
output = input_0 | input_1 | , ... | input_N)
Bitwise boolean or across all input streams.
Constructor Specific Documentation:
Parameters: | vlen – |
---|
declare_sample_delay(or_bb_sptr self, unsigned int delay)
pc_input_buffers_full_avg(or_bb_sptr self) -> pmt_vector_float
pc_output_buffers_full_avg(or_bb_sptr self) -> pmt_vector_float
output = input_0 | input_1 | , ... | input_N)
Bitwise boolean or across all input streams.
Constructor Specific Documentation:
Parameters: | vlen – |
---|
declare_sample_delay(or_ii_sptr self, unsigned int delay)
pc_input_buffers_full_avg(or_ii_sptr self) -> pmt_vector_float
pc_output_buffers_full_avg(or_ii_sptr self) -> pmt_vector_float
output = input_0 | input_1 | , ... | input_N)
Bitwise boolean or across all input streams.
Constructor Specific Documentation:
Parameters: | vlen – |
---|
declare_sample_delay(or_ss_sptr self, unsigned int delay)
pc_input_buffers_full_avg(or_ss_sptr self) -> pmt_vector_float
pc_output_buffers_full_avg(or_ss_sptr self) -> pmt_vector_float
output = input_0 ^ input_1 ^ , ... ^ input_N)
Bitwise boolean xor across all input streams.
Constructor Specific Documentation:
Parameters: | vlen – |
---|
declare_sample_delay(xor_bb_sptr self, unsigned int delay)
pc_input_buffers_full_avg(xor_bb_sptr self) -> pmt_vector_float
pc_output_buffers_full_avg(xor_bb_sptr self) -> pmt_vector_float
output = input_0 ^ input_1 ^ , ... ^ input_N)
Bitwise boolean xor across all input streams.
Constructor Specific Documentation:
Parameters: | vlen – |
---|
declare_sample_delay(xor_ii_sptr self, unsigned int delay)
pc_input_buffers_full_avg(xor_ii_sptr self) -> pmt_vector_float
pc_output_buffers_full_avg(xor_ii_sptr self) -> pmt_vector_float
output = input_0 ^ input_1 ^ , ... ^ input_N)
Bitwise boolean xor across all input streams.
Constructor Specific Documentation:
Parameters: | vlen – |
---|
declare_sample_delay(xor_ss_sptr self, unsigned int delay)
pc_input_buffers_full_avg(xor_ss_sptr self) -> pmt_vector_float
pc_output_buffers_full_avg(xor_ss_sptr self) -> pmt_vector_float