I am going to describe the experiment. I have a big field, huge field. In that field there are trees, bushes and multiple speakers (5). Those speakers don't move and emit a unique sound.
I also have a mobile device that captures every sound. It is able to differentiate each speaker and ignore the white noises. The device gives the speakers a value for how loud the sound is. Every second, the device saves a list of the speakers and how loud their sound is. When I move near to a speaker, the device finds the sound louder.
At the end of the experiment, I have a table with the speakers' loudness over time. This should be enough to triangulate each point.
Would Pythagoras do the trick? (earth isn't perfectly flat) Does anyone have a mathematical formula or library? Does anyone know how I could trace a map with that information?
Thanks you