Sending Two Or More Data Streams With gnuradio-companion.

Follow our development of DSP and SDR tutorials
Post Reply
righthalfplane
Posts: 5
Joined: Mon Mar 14, 2022 12:41 pm

Sending Two Or More Data Streams With gnuradio-companion.

Post 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
Post Reply