Filter löschen
Filter löschen

Autocorrelation of a 3D-signal with FFT

3 Ansichten (letzte 30 Tage)
Simon Streit
Simon Streit am 7 Mär. 2019
Bearbeitet: Simon Streit am 7 Mär. 2019
Hey,
This is probably more of a mathematical question than Matlab exclusive, but which isn't?
I want to compute the Autocorrelation of a signal, which is a vector varying over time.
The Autocorrelation is described as:
This Autocorrelation can be computed by the dotproduct(A,A) or A * 'A and doing a moving window. But I was wondering if there was a faster method and found the following:
For the 1D case one can calculate the Autocorrelation of A(t) via the FFT as noted on Wikipedia and multiple other sources (" * " is complex conjugation):
Now here is the question: Is it possible to expand this method for a "vector"-signal and how would you implement that?
Thanks for your help!

Antworten (0)

Kategorien

Mehr zu Fourier Analysis and Filtering finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by