Method procedure SLSimpleDataBuffer.ISLRealBuffer.CrossCorr(ISLRealBuffer;ISLRealBuffer;Integer)

From Mitov Wiki Doc
Jump to: navigation, search

This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.

Class: ISLRealBuffer

Contents

Syntax

Delphi:

procedure CrossCorr( Src1 : ISLRealBuffer, Src2 : ISLRealBuffer, LoLag : Integer );

C++ Builder:

void __fastcall CrossCorr( ISLRealBuffer Src1, ISLRealBuffer Src2, int LoLag );

Visual C++ (MFC):

' CrossCorr( Src1, Src2, LoLag );

Summary

Estimates the cross-correlation of two buffers. and stores the result in the buffer.

Description

Call this method to estimate the cross-correlation of two buffers. and stores the result in the buffer.

Parameter

Parameter Description
LoLag Lower value of the range of lags at
Source buffer 1.
which the correlation estimates are computed. Source bufer 2.
Src1
Src2
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox