<< ld_switch2to1Int32 basic_ldblocks ld_vectorFindShape >>

ORTD Scilab Interface Toolbox >> basic_ldblocks > ld_vecXCorrelation

ld_vecXCorrelation

Cross correlation between a vectorial signal and a given shape

Calling Sequence

[sim, out] = ld_vecXCorrelation(sim, events, in, shape, vecsize)

Description

in *+(vecsize) - vector signal

shape - vector to compare the input with

out *+(vecsize-length(shape) + 1) - output

Calculates the cross correlation between &quot;in" and "shape"

The size of the output vector signal will be vecsize-length(shape) + 1


Report an issue
<< ld_switch2to1Int32 basic_ldblocks ld_vectorFindShape >>