Page 1 of 1

Sample capture to file

Posted: Mon Oct 24, 2016 8:48 pm
by hansencj
I'd like to capture a few hundred milliseconds of I/Q samples to a file from the linux command line. What is the easiest way to do this?

Re: Sample capture to file

Posted: Tue Mar 07, 2017 4:26 pm
by ifrasch
You can do that with bladeRF-cli very easily. See here:

https://github.com/Nuand/bladeRF/wiki/G ... ng_Samples

Basically, configure your RX parameters (sample rate, frequency, gain, etc), set the output file and the number of samples you'd like to receive, then receive samples with "rx start".