Hi, there,
My problem is as follows:
I have a PCI DAQ card. I need to read two set of sychornized values. One set is a periodic waveform data (wave 1, say triangular waveform) the other set (wave2) is actually the signal in response to the triangular waveform from my hardware.
Since the data is periodic, I want to average the data captured in different cycles so that the noise will be greatly reduced.
The user can specify how many cycles of the waveform are required in the user-interface.
My question is
In order to average the cycle I need to find a way to differentiate individual cycle 1st. So in this case of a triangular wave, may I know what is the best way to extract each individual waveform cycle (wave1)and the corresponding data points in wave2?
Rgds,
Jacob