corrfunctionall3all
algorithm
- calculates 2-point longitudinal velocity correlation coefficients rho
- along all lines
- in all pages
- from distance 0 to distance length(X)
- calculates integral length scale
syntax
[meanmeanrho,L]=corrfunctionall3all(x_velocity,X)
example for input
[meanmeanrho,L]=corrfunctionall3all(XVEL,X)
input arguments
XVEL |
x_component of velocity vector |
X |
x-vector of domain |
output arguments
L |
Integral length scale |
meanmeanrho |
meanvalues of correlation function for all distances |
plot |
meanmeanrho vs. distances |
matlab tools required
- corrcoef
toolbox tools required