Skip to Main Content Skip to Search
Login
File Exchange
MATLAB Newsgroup
Link Exchange
  Blogs  
 Contest 
MathWorks.com

Thread Subject: xcorr (cross-correlation)

Subject: xcorr (cross-correlation)

From: RV

Date: 15 Jul, 2008 16:47:03

Message: 1 of 4

Hi,

I am using the function xcorr (cross-correlation)as follows:

c = xcorr(x,y,'coeff')

by using 'coeff' it normalizes the sequence so the
autocorrelations at zero lag are identically 1.0.

I would like to calculate the cross-correlation coefficient
between vectors x and y at different lags but without
normalization.

The other 'options'

1) 'biased': Biased estimate of the cross-correlation
function

or

2) 'unbiased': Unbiased estimate of the cross-correlation
function

does not generate an output with the cross-correlation
coefficient.


Thanks for your help








Subject: xcorr (cross-correlation)

From: Andrew Palmer

Date: 15 Jul, 2008 18:49:02

Message: 2 of 4

"RV " <cyanokybus@yahoo.com> wrote in message
<g5ika7$6sg$1@fred.mathworks.com>...
> Hi,
>
> I am using the function xcorr (cross-correlation)as follows:
>
> c = xcorr(x,y,'coeff')
>
> by using 'coeff' it normalizes the sequence so the
> autocorrelations at zero lag are identically 1.0.
>
> I would like to calculate the cross-correlation coefficient
> between vectors x and y at different lags but without
> normalization.
>
> The other 'options'
>
> 1) 'biased': Biased estimate of the cross-correlation
> function
>
> or
>
> 2) 'unbiased': Unbiased estimate of the cross-correlation
> function
>
> does not generate an output with the cross-correlation
> coefficient.
>
>
> Thanks for your help
>
>
>
>
>
>
>
>

I believe there is another option:
3) 'none': use the raw, unscaled cross-correlations

Subject: xcorr (cross-correlation)

From: RV

Date: 21 Jul, 2008 15:59:03

Message: 3 of 4

I guess the question is:

By using c = xcorr(x,y,'coeff')

matlab generates standardize cross-correlation coefficients.
How to generate un-standardize cross-correlation
coefficients (range -1 to 1)?

The other 'options': 'biased', 'unbiased' and 'none' does
not seem to provide cross-correlation coefficients.

Do I need to do an extra calculation to obtain the
correlation coefficient when I ask for the 'none' option?

Thanks



"RV " <cyanokybus@yahoo.com> wrote in message
<g5ika7$6sg$1@fred.mathworks.com>...
> Hi,
>
> I am using the function xcorr (cross-correlation)as follows:
>
> c = xcorr(x,y,'coeff')
>
> by using 'coeff' it normalizes the sequence so the
> autocorrelations at zero lag are identically 1.0.
>
> I would like to calculate the cross-correlation coefficient
> between vectors x and y at different lags but without
> normalization.
>
> The other 'options'
>
> 1) 'biased': Biased estimate of the cross-correlation
> function
>
> or
>
> 2) 'unbiased': Unbiased estimate of the cross-correlation
> function
>
> does not generate an output with the cross-correlation
> coefficient.
>
>
> Thanks for your help
>
>
>
>
>
>
>
>

Subject: xcorr (cross-correlation)

From: Malcolm Lidierth

Date: 21 Jul, 2008 16:37:02

Message: 4 of 4

From the help
'coeff': Normalizes the sequence so the autocorrelations at
zero lag are identically 1.0.

But xcorr does not do that for cross-correlations
so 'coeff' seems to be what you are after if I have
understood. See the scaleXcorr function within xcorr.

It is not unusual to force a correlation of 1.0 at zero lag
in autocorrelations to get rid of rounding errors.




Tags for this Thread

Everyone's Tags:

Add a New Tag:

Separated by commas
Ex.: root locus, bode

What are tags?

A tag is like a keyword or category label associated with each thread. Tags make it easier for you to find threads of interest.

Anyone can tag a thread. Tags are public and visible to everyone.

Tag Activity for This Thread
Tag Applied By Date/Time
xcorr RV 15 Jul, 2008 12:50:37
rssFeed for this Thread

envelope graphic E-mail this page to a colleague

Public Submission Policy
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Disclaimer prior to use.
Related Topics