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.
- Host: GitHub
- URL: https://github.com/pklito/wave-mapper
- Owner: pklito
- Created: 2020-04-08T03:16:12.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-11T23:33:15.000Z (almost 5 years ago)
- Last Synced: 2024-12-15T08:21:23.325Z (6 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.