KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
sign_xcorr
★ 8
Open GitHub ↗
audio signal cross correlation using FFT
Download README (.md)
Explore Similar Repositories
awesome-BTC-embedded
:
A list of projects using Bitcoin on embedded devices.
spring-cloud-example
:
Example for Spring cloud (netflix OSS, spring cloud)
betas
:
UW Data 515 Spring 2019 - Final Project
akaza
:
A cool Whitespace language implementation in Ruby.
jobs
:
people who want typescript jobs, companies that want typescript devs
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
sign_xcorr
?
Download (.md)
# sign_xcorr ## cross-correlation using FFT Sample program providing an example of cross-correlation using FFT on PCM raw audio files It will compute the correlation coefficient by normalizing the auto-correlation ``` make ./signal_xcorr ``` ## this app is using https://github.com/mborgerding/kissfft # extra https://en.wikipedia.org/wiki/Dynamic_time_warping http://www.speech.zone/exercises/dtw-in-python/recap-of-how-dtw-works/