velascorhwee / final-project-assignment-micarray

MIT License
0 stars 0 forks source link

Modify MicArray Application to perform beamforming #10

Closed velascorhwee closed 1 month ago

velascorhwee commented 2 months ago

Modify Mic application to perform a simple delay-sum beamforming algorithm. For this simple case, we will use 0 degrees as the sound source. DoD: Mic application will pick up un attenuated sound from 0 degres, while attenuating sounds from the sides. Beam steering can be done with the keyboard, and can hear an audible difference on the headphones.

velascorhwee commented 1 month ago

Mic Application: https://github.com/velascorhwee/final-project-assignment-micarray/tree/sprint-2-issue-10and11

Implemented a rough delay sum algorithm that can be controlled with the keyboard using the 'a' and 'd' keys. The 'w' and 's' keys control the gain. Image