Problems bladeRF and Matlab 2017b and Matlab 2016a
2 views (last 30 days)
Show older comments
Hello,
I use a windows 10 PC and,
When I run the bladeRF on matlab 2017b in simulink I get the following warning:
Warning: The following error was caught while executing 'bladeRF' class destructor:
Error using calllib There is no enumerated value named 'BLADERF_CHANNEL_TX1'. Error in bladeRF_XCVR/get.timestamp (line 448) [status, ~, val] = calllib('libbladeRF', 'bladerf_get_timestamp', obj.bladerf.device, obj.module, val);
Error in bladeRF_XCVR/stop (line 652) target_time = obj.bladerf.tx.timestamp + ...
Error in bladeRF/delete (line 796) obj.tx.stop; Error in bladeRF_Simulink/releaseImpl (line 417) delete(obj.device); > In bladeRF_Simulink/releaseImpl (line 417)
And when in 2016a:
Warning: The following error was caught while executing 'bladeRF' class destructor:
There is no enumerated value named 'BLADERF_CHANNEL_TX1'.
> In bladeRF_Simulink/releaseImpl (line 417)
Does anyone know how to fix this?
0 Comments
Answers (0)
See Also
Categories
Find more on Configure and View Diagnostics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!