E_CM_CorrelationMode
TYPE E_CM_CorrelationMode :
eCM_Base := 0, (* The correlation is calculate as the convolution of the two signals. *)
eCM_Normed := 1, (* The correlation is calculate as the of the two signals divided by the number of elements added. *)
eCM_Covariance := 2, (* The covariance with bias (divided by N instead N-1) is calculated. *)
eCM_CovarianceBessel := 3, (* The covariance is calculated. *)
eCM_Pearson := 4 (* The correlation is calculate as the Pearson correlation coefficient. *)
) UDINT;
END_TYPE
Requirements
Development environment | Target platform | PLC libraries to include |
---|---|---|
TwinCAT v3.1.4022.25 | PC or CX (x86, x64) | Tc3_CM_Base |