필터 지우기
필터 지우기

Error on openExampl​e('radar/S​earchAndTr​ackSchedul​ingForMPAR​Example')

조회 수: 15 (최근 30일)
Hunter
Hunter 2023년 4월 14일
답변: Varun 2023년 4월 19일
Hello, I am getting an error running one of the example radar matlab scripts.
I have not made any changes to the files at all. Here is the output:
Error using radarTransceiver/processInputSpecificationChangeImpl
Changing the size, data type or complexity (from real to complex) on inputs is not allowed without first calling the release()
method.
Error in generateEchos (line 13)
xr1 = mfradar.Radar(targetPoses(env.RadarPlatform),(m-1)/mfradar.Wav.PRF,conj(w));
Error in SearchAndTrackSchedulingForMPARExample (line 366)
[xsum,xdaz,xdel,mfradar] = generateEchos(mfradar,env,current_job);
Can anyone offer any pointers? I have tried releasing the Radarplatform via release(mfradar.Radar) and release(mfradar.STV) and that did not work.
Thank you.

답변 (1개)

Varun
Varun 2023년 4월 19일
Hello,
These errors are already being investigated by our team and will be fixed in the upcoming updates of MATLAB. Meanwhile, as a workaround, please replace the generateEchos.m file in the example with the copy attached. That should solve the issue at your end.
Hope this helps!

카테고리

Help CenterFile Exchange에서 Detection, Range and Doppler Estimation에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by