Determining the relative position of 2 mobile devices using ultrasound

二次信任 提交于 2019-12-03 15:03:47

问题


I am considering using ultrasound (inaudible) as an option for determining the relative position of 2 mobile devices (which can be either on Android or iOS devices). There will be my app installed on both of these devices. Its users will face each other (with their max. distance being 1,5 m), holding the devices facing each other.

I would like to know whether it could be possible to create an efficient system in which one app would send ultrasound/inaudible signal and other user's app would receive it and determine that this particular user (standing very close) sent it (emitted the sound).

Note: In my case the sound can be audible but the less audible it is, the better (therefore I used the word ultrasound). Battery consumption of such application is not important at this point (though I'll appreciate any information). I only would like to know whether it's possible and how efficient such application would be. I also want to send (if possible) few bytes of information but the system should work also in places where there is some ambient noise.

Can anyone answer such question/share experiences on this topic?


回答1:


See related question here: Transfering data using ultrasound

I definitely think this would be possible.

As a starting point, I would look at this project and the wikipedia page for their transmission method. You would apply their processing concepts in your software audio processing code.



来源:https://stackoverflow.com/questions/10939801/determining-the-relative-position-of-2-mobile-devices-using-ultrasound

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!