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
Multi Channel Rx
-
- Posts: 6
- Joined: Thu Jun 11, 2020 3:42 pm
Re: Multi Channel Rx
I'm also interested in this. Can anyone help?
-
- Posts: 162
- Joined: Thu Feb 28, 2013 11:14 pm
Re: Multi Channel Rx
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 .