Re: Computation of cross correlation between two signals
- To: mathgroup at smc.vnet.net
- Subject: [mg110206] Re: Computation of cross correlation between two signals
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Tue, 8 Jun 2010 07:07:45 -0400 (EDT)
n = 20;
data = Table[RandomReal[], {2}, {n}];
Correlation @@ data
0.200272
Bob Hanlon
---- mathpavi <elvisgraceland at gmail.com> wrote:
=============
Dear Experts
I have data values (which are two experimental signals ) which I have
in the form of 2 X n array.
How do I go about calculating cross correlation between these two rows
of the array ?
Praveen
Research student
Physics Department
Bangalore University