Thank you Marcus. I am trying to simulate a network with 2 transmitters and one
receiver. The TX's transmit streams at random times and the RX receives the sum
of the signals from both the TX's. The adder block however doesn't give any
output when one of its input stream is empty (i.e. when both
I am trying to create a block that has two input and one output. Its like a
priority multiplexer; if input0 is empty then output = input1 else output =
input0 ( input0 always has samples) its a stream based block.
How do I declare the work function, because the number of samples needed from
eac