04-26-2010 10:45 AM
Hi,
I'm trying to implement a magnetic speed sensor in my project, this speed sensor produces a signal like this:
(Image from this site)
For now I use this to simulate the sine wave:
I was trying to build an application that:
- Read my measurement file.
- Detects the sine waveform peaks
- Calculates the mean of 10 locations values
But with no success...
Any help? Thank you
04-26-2010 10:55 AM
did you try doing a search of the forums for "peak detection"???
This is what shows up, many of them with marked solutions.
http://forums.ni.com/ni/search?submitted=true&q=peak+detection
04-26-2010 11:09 AM
04-28-2010 03:51 AM
I made some "baby steps" evolutions after researching the forums:
Is there an easy way to get the difference between the location values?