LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Regrading peak detection Vi input

I would like to use this peak detection but i would like to remove the signal source and use my own input instead. Could anyone teach me how to do it? thanks^^

0 Kudos
Message 1 of 3
(2,121 Views)

Hi tarpadela,

                  can you attach a screenshot of your blockdiagram?As Iam using LV2009,inorder to see your code.Also please specify what kind of input you are trying to give?

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Thanks as kudos only:)
0 Kudos
Message 2 of 3
(2,119 Views)

The input to the peak detector VI is a simple DBL array.  I would recommend you use Peak Detector.vi instead of the unexposed subVI in your code (from the biomed toolkit?).

 

PeakDetectionAndDisplay1.png

 

Where are you getting your data?  How you get from there to the peak detector will depend on this, since your data type could be dynamic data type, waveform, or simple array.  When in doubt, search the LabVIEW help first.

0 Kudos
Message 3 of 3
(2,106 Views)