LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to measure phase for a waveform in labview PDA

How can I measure the phase information of a waveform in labview for PDA. In labview I use the extract single tone information VI to do this. On PDA I don't find an equivalent vi. How can I do it if there is no VI created for PDA to do it.
0 Kudos
Message 1 of 2
(3,078 Views)
Unfortunately waveforms are not supported on PDA. You could take the Extract single tone.vi and rewrite, making the "time signal in" an array, with an additional input of dt. You could also replace the "time signal in" waveform with a cluster of an array and dt. I think that as long as your VI hierarchy does not contain a waveform you should be able to target the PDA.
0 Kudos
Message 2 of 2
(3,078 Views)