LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

peak decimate

Hello Everyone,

Im writing a function that does a peak hold decimate of an array. The decimate function supplied with CVI is very fast but does averaging and someting else, not peaks. The routine I have written does the job but it is very slow. Is there anyway I can access the C code of the CVI decimate function and modify it for peaks instead of averages?.

Thanks
Mike
0 Kudos
Message 1 of 2
(2,966 Views)
Hi Mike.

Maybe what you need is the PeakDetector() function (from the Advanced Analysis library).
0 Kudos
Message 2 of 2
(2,956 Views)