Matlab function - Distance2Go

Announcements

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
User17104
Level 1
Level 1
First like received First question asked First reply posted
Hi,

I'm have Distance2go kit and i'm using Matlab interface.
I'm using this function to get data from the microcontroller:
oRS.oEPRadarBase.get_frame_data
From which array the data is retrieved?

tnx,
Meni
0 Likes
1 Solution
Montassar-BR
Employee
Employee
50 likes received 5 questions asked 250 sign-ins
Hi Meni,

You can Trigger radar chirp, get the raw data using the following Matlab command:
[mxRawData, sInfo] = oRS.oEPRadarBase.get_frame_data; % get raw data
Otherwise, please refer to the D2G_Matlab_Radar_System_API.pdf document for Matlab APIs.

Best Regards,
Montassar.

View solution in original post

0 Likes
1 Reply
Montassar-BR
Employee
Employee
50 likes received 5 questions asked 250 sign-ins
Hi Meni,

You can Trigger radar chirp, get the raw data using the following Matlab command:
[mxRawData, sInfo] = oRS.oEPRadarBase.get_frame_data; % get raw data
Otherwise, please refer to the D2G_Matlab_Radar_System_API.pdf document for Matlab APIs.

Best Regards,
Montassar.
0 Likes