how to separate multiple sensors?

2 visualizaciones (últimos 30 días)
the ig
the ig el 14 de Mzo. de 2017
Comentada: Denis Bogomolov el 30 de Jun. de 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 comentario
Denis Bogomolov
Denis Bogomolov el 30 de Jun. de 2019
Please share the answer if you have found it

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre MATLAB Mobile en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by