Page 1 of 1

bladeRF simulink module problems

Posted: Tue Feb 09, 2016 11:04 pm
by andys86498
未命名111.png
hello, i have some questions in the bladeRF sinulink block

1. what does those parameter mean ?

2. and what kind of value do i input to the bladerf Tx sink ?

thanks u guys very much!!

Re: bladeRF simulink module problems

Posted: Fri Feb 12, 2016 7:46 am
by jynik
The MATLAB and Simulink support is implemented as a wrapper around libbladeRF. As such, you can find more information about what all these parameters mean via the libbladeRF API docs.

In particular, these values correspond to the values passed to bladerf_sync_config(). This page describe this in a bit more detail.

The only parameter that not's in there is the "Number of samples to TX during each simulation step" -- this is specific to MATAB. This defines how many samples should be processed (i.e., RX'd or TX'D) in the block for each time Simulink runs this block.

You should input complex values in the range [-1.0, 1.0) to this the TX sink.

Best regards,
Jon