sdrangel icon indicating copy to clipboard operation
sdrangel copied to clipboard

Gnuradio support

Open zeke800 opened this issue 2 years ago • 1 comments

How can I pipe my QPSK modulator output from GNURadio 3.7 to SdrAngel?

zeke800 avatar Jun 13 '22 20:06 zeke800

I think GNU radio has a UDP output block so you can get in via the UDP source if your intention is to transmit via SDRangel: https://github.com/f4exb/sdrangel/tree/master/plugins/channeltx/udpsource#readme. You would use the "SnLE I/Q" format and the size of samples depends on the way SDRangel was compiled. Most probably this is 24 bit wide over 32 bits for the I or Q sample.

f4exb avatar Jun 14 '22 14:06 f4exb

This issue is going to be closed due to inactivity

github-actions[bot] avatar Aug 14 '22 04:08 github-actions[bot]