Page 1 of 1

Sending Two Or More Data Streams With gnuradio-companion.

Posted: Tue Dec 06, 2022 9:36 am
by righthalfplane
The question of how to send more than one data stream comes up now and then - with no answers. I finally worked out a method of sending several data streams with gnuradio-comapnion. The video shows an example of send two WAV files at the same time and receiving it with a BladeRF xa5.

Sending Two Or More Data Streams With gnuradio-companion.
https://youtu.be/g0wN2VcWnA4

I also have a simple C++ program that does the same thing -

https://github.com/righthalfplane/rfspa ... eTXTwo.cpp