May 23, 2016 #1 G gkrj07 Newbie level 3 Joined May 20, 2016 Messages 3 Helped 0 Reputation 0 Reaction score 0 Trophy points 1 Activity points 24 Hello, I need to obtain NUMERIC values (not graphical) of magnitude and phase of 1st harmonic of signal in LabVIEW. The source signal is of type (double[64-bit real (~15 digit precision )]).
Hello, I need to obtain NUMERIC values (not graphical) of magnitude and phase of 1st harmonic of signal in LabVIEW. The source signal is of type (double[64-bit real (~15 digit precision )]).
May 27, 2016 #2 L luben111 Advanced Member level 1 Joined Mar 2, 2002 Messages 489 Helped 111 Reputation 223 Reaction score 107 Trophy points 1,323 Location UK Activity points 3,927 Use the FFT module and take the element from the output array which corresponds to the first harmonic
Use the FFT module and take the element from the output array which corresponds to the first harmonic