electricpete
Electrical
- May 4, 2001
- 16,774
Let's say I have a long set of data x[n] for n=0...N
I want an autocorrelation function
R[k] = Sum(x[n]*x[n+k]) / Sum(x[n]^2) where the sum is carried out for k from 0 to M
(M << N)
Can it be done easily in excel (without vba) ?
=====================================
Eng-tips forums: The best place on the web for engineering discussions.
I want an autocorrelation function
R[k] = Sum(x[n]*x[n+k]) / Sum(x[n]^2) where the sum is carried out for k from 0 to M
(M << N)
Can it be done easily in excel (without vba) ?
=====================================
Eng-tips forums: The best place on the web for engineering discussions.