Problems bladeRF and Matlab 2017b and Matlab 2016a
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Configure and View Diagnostics 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!