Skip to content

Instantly share code, notes, and snippets.

@Mitsos101
Created August 24, 2016 13:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mitsos101/1ca30527196e5969034636d099b36df4 to your computer and use it in GitHub Desktop.
Save Mitsos101/1ca30527196e5969034636d099b36df4 to your computer and use it in GitHub Desktop.
for i in 1:(length(samples) - 1)
if (samples[i + 1] - samples[i]) < 500
deleteat!(samples, i:i+1)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment