Autocorrelation of a 3D-signal with FFT

4 次查看(过去 30 天)
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!

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Fourier Analysis and Filtering 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by