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

Split UCR into three categories #489

Open
sarahmish opened this issue Dec 6, 2023 · 0 comments
Open

Split UCR into three categories #489

sarahmish opened this issue Dec 6, 2023 · 0 comments
Labels
internal improvements Changes that do not fix errors or add new noticeable features

Comments

@sarahmish
Copy link
Collaborator

The UCR dataset encompasses three subcategories:

  • Natural where no noise or distortion was added to the signal.
  • NOISE where gaussian noise was added to the original signal
noise = temp + (rand(size(temp)) * (std(temp) / 10);
  • DISTORTED where noise and a wandering baseline is added to the original signal
distort = temp + (smooth(rand(size(temp)),25) * std(temp));

where temp is the dataset

@sarahmish sarahmish added the internal improvements Changes that do not fix errors or add new noticeable features label Dec 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal improvements Changes that do not fix errors or add new noticeable features
Projects
None yet
Development

No branches or pull requests

1 participant