03-12-2015 08:17 AM
Hello
I have acquired a particular waveform and stored as a TDMS file on my computer. I would like to compare this acquired waveform value by value with another wavefrom to be acquired.
My aim is to conclude whether the two waveforms are the same.
Valuable inputs please.
Thanks
03-12-2015 08:54 AM
A simple (but not so fast) suggestion could be to read the file into an array, keep the other waveform as an array, too, and then loop through all the array elements comparing element by element.