Page 1 of 1

Multi Channel Rx

Posted: Tue Jun 30, 2020 10:13 am
by rsp17
Hi -

I’m new to BlafeRF. I have a bladeRF 2.0 xA9 that I have successfully setup to use through Matlab on Ubuntu.

Is it possible to receive on both RF channels simultaneously through matlab and if so, could someone share an example?

Many thanks

Re: Multi Channel Rx

Posted: Wed Jul 15, 2020 11:11 am
by Jose.Amador95
I'm also interested in this. Can anyone help?

Re: Multi Channel Rx

Posted: Tue Jul 28, 2020 2:12 pm
by robert.ghilduta
There are two ways of doing this, one is to use bladeRF-cli to capture CSV samples and load them in MATLAB. The other method to try is to use the bladeRF MATLAB bindings and call the libbladeRF API directly using calllib from MATLAB. For the libbladeRF sync API documentation, please take a look at https://nuand.com/libbladeRF-doc/v2.2.1 ... y_n_c.html .