08-02-2013 04:43 PM
Hello Everyone
I am trying to get the highest peak in a signal by trigger with an oscilloscope. I know by triggering using an algorithm approach but I hear that using Hash Tables is a better algorithm. Can someone post an example or a way to get started? Using pseudo code will be nice.
Any help is appreciated.
xxxMidna
08-05-2013 03:48 PM
Hello,
Here's an article that deals with using variants for high performance lookup, I'm not sure if anything in here is useful to your purposes:
Do you have any ideas about getting started? Perhaps you could post up a rough outline of what you have planned so far or what research you have done concerning hash tables.