Skip to content

Instantly share code, notes, and snippets.

@vlofgren
Created November 5, 2013 17:18
Show Gist options
  • Select an option

  • Save vlofgren/7322590 to your computer and use it in GitHub Desktop.

Select an option

Save vlofgren/7322590 to your computer and use it in GitHub Desktop.
if(sum > threshold) {
/* Signal is present in data block */
} else {
/* Signal isn't present */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment