09-05-2012 12:25 AM
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^^
09-05-2012 12:34 AM
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?
09-05-2012 07:34 AM
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?).
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.