Phased Array Systems Toolbox
2 次查看(过去 30 天)
显示 更早的评论
Hi ,
I have some raw data from FMCW radar in .bin format and the I would like to analyse them with "Phase Array system Toolbox" to plot rang angle plot. but when I am running the code thre is the error!
Error using phased.RangeAngleResponse/plotResponse (line 571)
X must be a matrix and must be non-empty.
Error in test (line 158)
plotResponse(rngangresp,radarSource,'Unit','db');
But X isn't empty, could you please help me to solve the problem?
B.R.
0 个评论
回答(3 个)
Honglei Chen
2019-6-18
X is probably not a matrix. If you can provide more info regarding the data matrix, that will help us understand the problem better.
HTH
0 个评论
Andy_XU
2021-3-6
Hello, I also encountered this problem. The radar is an FMCW radar. Given a 256 * 4 * 128 matrix, it also presents "Error using phased.RangeAngleResponse/plotResponse (line 571) X must be a matrix and must "be non-empty." error, is there a follow-up solution? Thank you.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Automotive Radar 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!