how to separate multiple sensors?

1 Ansicht (letzte 30 Tage)
the ig
the ig am 14 Mär. 2017
Kommentiert: Denis Bogomolov am 30 Jun. 2019
With MathWorks Mobile Sensor Connectivity for iOS and android it is possible to get realtime sensor data from these devices. There is one problem: when multiple devices are simultaneously connected, the respective sensor data is not "separated" by channel, but all data is mixed together. For instance:
connector on
m = mobiledev
m.OrientationSensorEnabled = 1;
m.Logging = 1;
pause(38)
m.Logging = 0;
[o, to] = orientlog(m);
plot(to, o(:,2));
legend('Roll');
xlabel('Relative time (s)');
In the previous example two devices were active, as it can be seen, there is an unique timeseries containing samples from all the sources. How could I get separated channels, one for each device (to be controlled independently, one from the other)?
  1 Kommentar
Denis Bogomolov
Denis Bogomolov am 30 Jun. 2019
Please share the answer if you have found it

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu MATLAB Mobile finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by