An open API service indexing awesome lists of open source software.

https://github.com/pklito/wave-mapper

A physics simulation of wave interference from multiple emitters. This repository is part of my final thesis.
https://github.com/pklito/wave-mapper

Last synced: 3 months ago
JSON representation

A physics simulation of wave interference from multiple emitters. This repository is part of my final thesis.

Awesome Lists containing this project

README

        

wave-mapper

This is a graphing script used as a demonstration for my physics final thesis.
The purpose of this python script is to visually present the interference caused by multiple sound emitters on a 2D plane. The theory is to try to create a singular beam of sound at a controlled direction, and cancel out most noise in other directions. all of the emitters are placed on a single line in equal spacing, he phase of all of the emitters are sinchronised.

The python script uses the numpy and matplotlib libraries.
Do note, I wrote this by combining things i saw online haphazardly, the code doesnt have nearly as much documentation as it should.