how to separate multiple sensors?

1 回表示 (過去 30 日間)
the ig
the ig 2017 年 3 月 14 日
コメント済み: Denis Bogomolov 2019 年 6 月 30 日
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 件のコメント
Denis Bogomolov
Denis Bogomolov 2019 年 6 月 30 日
Please share the answer if you have found it

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeMATLAB Mobile についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by