Numerical Pattern Matching

Posted by Timothy Strimple on Stack Overflow See other posts from Stack Overflow or by Timothy Strimple
Published on 2010-04-19T17:25:24Z Indexed on 2010/04/19 17:33 UTC
Read the original article Hit count: 307

Filed under:
|

A project I'm researching requires some numerical pattern matching. My searches haven't turned up many relevant hits since most results tend to be around text pattern matching. The idea is we'll have certain wave patterns we'll need to be watching for and trying to match incoming data vs the wave database we will be building. Here is and example of one of the wave patterns we'll need to be matching against.

alt text

There is clearly a pattern there, but the peaks will not have the exact same values, but the overall shape of the wave iterations will be very similar. Does anyone have any advice on how to go about storing and later matching these patterns, and / or other search terms I can use to find more information on the subject of pattern matching?

Thanks, Tim.

© Stack Overflow or respective owner

Related posts about pattern-matching

Related posts about numerical