Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

crosscorr2d (MathScript RT Module Function)

LabVIEW 2010 Help

Edition Date: June 2010

Part Number: 371361G-01

»View Product Info

Owning Class: spectral analysis

Requires: MathScript RT Module

Syntax

c = crosscorr2d(a)

c = crosscorr2d(a, b)

Legacy Name: xcorr2

Description

Computes the two-dimensional cross-correlation of the inputs. crosscorr2d(a) is equivalent to crosscorr2d(a, a), which computes the autocorrelation of a.

Examples

Inputs

Name Description
a Specifies a matrix.
b Specifies a matrix.

Outputs

Name Description
c Returns the cross-correlation of a and b.

Examples

A = [1 2; 3 4];
B = [5 6 7; 8 9 10];
C = crosscorr2d(A, B)

Related Topics

corrcoeff
crosscorr


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit