09-06-2013 12:20 AM
Hello,
How to compare two numeric channels or y axis of the waveform channels of same lengths and find out the row which has approximately the same value in both the channels. Say for example, we have two numeric channels X and Y which has approximately the same value in row 15. I need to write a script to find out in which row both the channels coincide.
Regards,
X.Ignatius
Solved! Go to Solution.
09-06-2013 01:07 AM
Hi X.Ignatius,
I would subtract the channels and use the CHNFIND function to search for channel values which are zero or nearly zero.
Greetings
Walter
09-10-2013 03:15 AM
Dear Walter,
Thanks for the solution. It worked.
Regards,
X. Ignatius