LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

convert array of numbers in numbers

Hello I am trying to use the example of advanced peak detector, I have my own signal in an array of number that I send to a waveform chart.

Then I want to use this example to the the same with my signal , but I dont know how to convert one array of numbers judt in numbers

( thick orange line into thin orange line)

thank you very much
0 Kudos
Message 1 of 2
(2,079 Views)
Hello,

If you wire your (thick orange line) into a loop (for or while) the auto-indexing of the loop will do th work for you and then you can put your Point by Point peak detection inside the loop.
But if you have your data in an array, you may want to try the Peak Detector.vi that is situated in the Analyse - Signal Processing - Time domain group. You can wire there your array directly and the results aout are the same as the other one.

Hope this helps,
Paulo
0 Kudos
Message 2 of 2
(2,073 Views)