LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to programm a 2d crosscorrelation

Hello,
I have two intensity plots with the same number of x,y pixels. I would like to know how are they correlated to each other e.g. if the intensity in plot A decreases then what is happening in plot B.
The results should be also a 2D array to produce an intensity graph.
Thanks in advance
PS I use LabView 6.0 for Windows
0 Kudos
Message 1 of 2
(2,683 Views)
Since intensity plots are 2D arrays, you should use the array function to compare these plots. You can use comparison functions on the arrays, too.
Zvezdana S.
0 Kudos
Message 2 of 2
(2,683 Views)