]> git.sesse.net Git - kdenlive/commit
Working on FFT based correlation
authorSimon A. Eugster <simon.eu@gmail.com>
Mon, 20 Feb 2012 12:53:38 +0000 (13:53 +0100)
committerSimon A. Eugster <simon.eu@gmail.com>
Mon, 20 Feb 2012 12:53:38 +0000 (13:53 +0100)
commitfc658bb3f49618e4f83a88b48ea1bc06151b99b6
tree992e61a4e66fe16f867a205a675ee7d173d6be26
parent4903153c87ec645b53d073c0a5396f58b2cf542b
Working on FFT based correlation

Correlation for two samples of 3 min length are calculated in 2 ms
compared to 16 ms with O(n²) correlation.
Not the same result yet however ...
src/audioscopes/ffttools.cpp
src/lib/audio/CMakeLists.txt
src/lib/audio/audioEnvelope.cpp
src/lib/audio/audioEnvelope.h
src/lib/audio/fftCorrelation.cpp [new file with mode: 0644]
src/lib/audio/fftCorrelation.h [new file with mode: 0644]
src/lib/external/kiss_fft/CMakeLists.txt
testingArea/CMakeLists.txt
testingArea/correlation.cpp [new file with mode: 0644]