phyphox Forums

Full Version: Getting source code iOS version
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I was wondering how to get the source code of the doppler effect experiment on the ios version. I'm trying to put it in my own app so I can analyze the data in real-time and this new app will then perform a specific function. Is this possible?
All experiments are implemented in the .phyphox file format, phyphox.org/wiki/index.php/Phyphox_file_format, and the sources could be found on github.com/Staacks/phyphox-experiments. Depending on the “specific function”, you could try to implement it in this context. The source language is Turing complete, so it is not that unlikely.

If you are missing a functionality, we could check if it would make sense to add it…
You can build your own Doppler effect experiment app from scratch. This gives you complete control over the code and data analysis. Resources like https://en.wikipedia.org/wiki/Doppler_effect can help you understand the physics involved. You'll need knowledge of iOS development and audio processing techniques.
Could you please stop trying to post such rather useless information that strongly look like generated text. Thanks.