This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AWR1642BOOST: AWR1642Boost with DCA1000EVM

Part Number: AWR1642BOOST

Dear Team,

I aleardy asked a question about an error I got but no one gives me reply on it. I tried to find out the raw data.mat by using rawdatareader.m. But I got an error of:

"

Not enough input arguments.

Error in rawDataReader (line 163)
if(debugPlot)
  "

the matlab script is given below:

"

% Export data

dp_exportData("rawDataFileName.mat", "radarCubeDataFileName.mat");
% Start example UI and update time domain/range Profile plots
if(debugPlot)
% Start up processing display page
ui.figHandle = initDisplayPage(setupJSON.mmWaveDevice);
% load and Plot the first frame
dp_updateFrameData(1);
ui_updateFramePlot();
% Wait for UI interactions
while (~EXIT_KEY_PRESSED)
pause(0.01);
end
close(ui.figHandle);
end
%close and delete handles before exiting
for idx = 1: numBinFiles
fclose(Params.fid_rawData(idx));
end
close all;
end
"
Kind regards,
Fahad