Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lack of support for unevenly sampled data #7

Open
JimHokanson opened this issue Nov 18, 2016 · 1 comment
Open

lack of support for unevenly sampled data #7

JimHokanson opened this issue Nov 18, 2016 · 1 comment

Comments

@JimHokanson
Copy link
Owner

The code currently only supports samples that are evenly spaced in time. Supporting non-evenly sampled data points would require a few changes to the mex code ...

@JimHokanson
Copy link
Owner Author

This is still low priority because it is not clear that anyone uses it. Just to clarify right now the mex code basically ignores x-values because everything is evenly spaced, so we can get min and max values for the first n samples, then the next n samples, etc. If we went to unevenly spaced we would first need to find regions of interest before computing min and max.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant