Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #129

Merged
merged 1 commit into from
Aug 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ Read more and get started on the [Wiki](https://github.com/acoustic-warfare/beam
A shotcut to installation and getting started can be found [here](https://github.com/acoustic-warfare/beamforming-lk/wiki/Getting-started).

The library has the following features:
* Receiving audio sampling from up to 4 FPGAS, each taking at most 4 microphone arrays.
* Receiving audio sampling from up to 4 FPGAS, each taking at most 4 microphone arrays.
* Beamforming on data from 2 FPGAS, each taking at most 4 microphone arrays.
* Offline usage for efficient testing (udpreplay).
* Dynamic delay calculation and target directions to enhance signals from specific directions.
* Realtime processing of audio signals.
* Tools for visualizing beamforming results (heatmaps) and configurations.
* Customization of beamforming parameters.

Current issues that may need to be taken into considiration is found in the [issues](https://github.com/acoustic-warfare/beamforming-lk/issues) tab.

## Documentation
* Documentation for setting up, developers, tips and tricks as well as future workings can all be found on the [Wiki](https://github.com/acoustic-warfare/beamforming-lk/wiki).
Expand Down