I am working on GNU radio project and I need block that have two inputs and one output that do the following:
1.transfer the data from the first input to the output.
2.when the stream of data stops on the first input, the block switch to the second input - I mean that the stream of data from the second input transfer to the output until the stream of the first input start again...
do you familiar with such a block? if not, do you have idea how to do it?
thanks