02-21-2018 10:18 AM
Need to find intersection point of two waveforms attached in waveform only.vi
if graph is zoomed up then the graph looks like below. During red line transition from 0 to maximum, need to find the value of P1,P2 and P3 of white waveform
Thanks,
Harish.
02-21-2018 10:47 AM
For P3, you could subtract WF1 from WF2 and look for the X value of the zero crossing. Then use that to find the Y value in the white waveform.
I don't understand what your P1 and P2 points are supposed to be since they are nowhere near any intersections of the waveforms.