[TriEmbed] Name these algorithms

David Landry david.landry at duke.edu
Mon Oct 26 11:25:53 CDT 2015


On Sun, Oct 25, 2015 at 9:19 PM, Pete Soper via TriEmbed <
triembed at triembed.org> wrote:

> These are the bread crumbs I was after, thanks. Sensor data capture needs
> to be interrupt driven if possible to optimize power consumption.
>

Something that might help is to separate out the mechanics of your
implementation (e.g. interrupts and power saving concerns) from what you're
doing with the measurements to trigger a detection (e.g. Kalman filter).

The mathematical descriptions are going to be as general as possible. If
you figure out how to generalize what you're trying to do, it might be
easier to see what stuff in the literature is useful for your application.

At it's most general, signal detection theory [1]  describes detection
systems (is there something to detect, and did you detect it).

Two other DSP breadcrumbs that might be useful:

   - Matched filter
   - Adaptive filter


[1] This link looks like it might be useful:
http://www.cns.nyu.edu/~david/handouts/sdt/sdt.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.triembed.org/pipermail/triembed_triembed.org/attachments/20151026/068652ac/attachment.htm>


More information about the TriEmbed mailing list