07-26-2009 10:17 PM
Hi,
As the attached demo, I need to recognize different waveform patterns.
The wave duration, amplitude and character may change a bit each time for measurement.
Any suggestion? Thanks.
07-30-2009 11:18 PM
Do you acquire a waveform then analyze, or does it have to run continuously? If you can afford the analysis time, you could develop functions that describe each waveform, then run regression fits with your data for each function. Check the R-squared on each fit - highest one wins.
07-31-2009 02:03 AM
The data proccess can be offline, may you give some detail suggestion?
The wave may change a bit, eg. the small peak in zigzag may bigger or smaller. Or the 2 peaks duration or amplitude may change.
Thanks.
08-01-2009 03:53 PM
I think it might be a lot easier for me to show you than explain it. Can you post some comma delimited text files with examples of each type of waveform? It may take me a few days, but I'll knock together something to show you what I mean. While I'm doing that, you should spend some time studying regression and curve fitting. It's good stuff to know, even if you don't need it that often...
Jason