LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Peak search outputs wrong value

Solved!
Go to solution

That will work, I just need to specify the ranges to grab my peaks. Is there a bandpass express VI that expects a sprectrum and not a waveform? 

0 Kudos
Message 11 of 13
(576 Views)

The for loop runs through all the samples and populates the trends on the second tab, and the bottom loop allows the user to step through each sample and look at the spectrum for each channel.

0 Kudos
Message 12 of 13
(576 Views)
The for loop runs through all the samples and populates the trends on the second tab (it is grabbing peaks and trending them for the whole file), and the bottom loop allows the user to step through each sample and look at the spectrum for each sample.
So, if you actually looked at the spectrum in the for loop you would need to increment to the last sample in the other spectrum to compare the two. This was just the first way that came into my head to be able to trend certain peaks right when the program launches, but also be able to step through the spectrums for each sample.
0 Kudos
Message 13 of 13
(574 Views)