Sample capture to file

Follow our development of DSP and SDR tutorials
Post Reply
hansencj
Posts: 1
Joined: Fri Oct 21, 2016 8:37 pm

Sample capture to file

Post 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?
ifrasch
Posts: 11
Joined: Mon Apr 11, 2016 12:41 pm

Re: Sample capture to file

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