<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hi all,<br>
<br>
I am trying to automatically detect the onset of facial EMG so as to use spectral analysis on a short epoch before.<br>
<br>
I have created a script which does a pretty good job. Summarily, it gets the derivative (i.e. gradient) of each point, applies a moving gradient, and linearly prioritises data points in an allotted time window (i.e. points at the start of the window are given
 8x the weight of points at the end).<br>
<br>
This is not perfect, and I'm interested to hear if anyone has devised a more reliable method.<br>
<br>
Cheers, Matt<br>
</div>
</body>
</html>