Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xiongyihui/tdoa
TDOA based on GCC-PHAT
https://github.com/xiongyihui/tdoa
gcc-phat tdoa
Last synced: about 9 hours ago
JSON representation
TDOA based on GCC-PHAT
- Host: GitHub
- URL: https://github.com/xiongyihui/tdoa
- Owner: xiongyihui
- License: apache-2.0
- Created: 2017-02-22T05:48:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-16T12:04:45.000Z (9 months ago)
- Last Synced: 2024-12-27T04:06:01.575Z (7 days ago)
- Topics: gcc-phat, tdoa
- Language: Python
- Homepage:
- Size: 257 KB
- Stars: 174
- Watchers: 6
- Forks: 65
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TDOA
TDOA (Time Difference of Arrival) is estimated using GCC-PHAT.
A realtime DOA (Direction Of Arrival) is also elstimated using 2 microphones.## Requirements
+ NumPy
+ PyAudio
+ WebRTCVAD## Get started
```
python realtime_tdoa.py
```