필터 지우기
필터 지우기

Autocorrelation of a 3D-signal with FFT

조회 수: 4 (최근 30일)
Simon Streit
Simon Streit 2019년 3월 7일
편집: Simon Streit 2019년 3월 7일
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