02-25-2013 07:22 AM
Hi All,
I am looking at implementing or using the peak detection function in C. I require the same in C since, I would be later porting this application on microcontroller.
However, the function implemented in LabVIEW calls the lvanlys.dll for performing the peak or valley detection. Hence, I would not be in position to use the same and later port it on the controller.
Essentially I am looking for similar function inputs (threshold and width) implemented in C.
Thanks in advance.
Regards.
02-25-2013 10:23 AM
http://en.wikipedia.org/wiki/Numerical_Recipes
Numerical Recipes in C. The Art of Scientific Computing, 2nd Edition, 1992, ISBN 0-521-43108-5.
02-25-2013 11:53 PM
Thanks Henrik Volkers for sharing the link
Shall refer to the book and extract the necessary function.
The book also contains implementation of various other functions.
Regards.