Signal Conditioning

cancel
Showing results for 
Search instead for 
Did you mean: 

peak detection in C

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.

0 Kudos
Message 1 of 3
(7,239 Views)

http://www.nr.com/

http://en.wikipedia.org/wiki/Numerical_Recipes

Numerical Recipes in C. The Art of Scientific Computing, 2nd Edition, 1992, ISBN 0-521-43108-5.

 

 

Greetings from Germany
Henrik

LV since v3.1

“ground” is a convenient fantasy

'˙˙˙˙uıɐƃɐ lɐıp puɐ °06 ǝuoɥd ɹnoʎ uɹnʇ ǝsɐǝld 'ʎɹɐuıƃɐɯı sı pǝlɐıp ǝʌɐɥ noʎ ɹǝqɯnu ǝɥʇ'


Message 2 of 3
(7,233 Views)

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.

0 Kudos
Message 3 of 3
(7,222 Views)