We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The HHT is a transform sometimes used with EEG and might be interesting for classification of EEG
https://en.wikipedia.org/wiki/Hilbert%E2%80%93Huang_transform
I have no experience of using it, but thought I would just post it as a wish list
either implement or wrap HHT as an aeon transformer, test and port into aeon, test as a transformer pipeline for EEG
No response
The text was updated successfully, but these errors were encountered:
examples from google, not actually read them :) https://ieeexplore.ieee.org/document/8907043 https://link.springer.com/article/10.1007/s40846-019-00500-y https://www.sciencedirect.com/science/article/pii/S026322412301237X https://ieeexplore.ieee.org/abstract/document/7322426
Sorry, something went wrong.
torch based implementation https://github.com/chendaichao/Hilbert-Huang-transform examples https://github.com/Cole-vJ/AdvEMDpy
No branches or pull requests
Describe the feature or idea you want to propose
The HHT is a transform sometimes used with EEG and might be interesting for classification of EEG
https://en.wikipedia.org/wiki/Hilbert%E2%80%93Huang_transform
I have no experience of using it, but thought I would just post it as a wish list
Describe your proposed solution
either implement or wrap HHT as an aeon transformer, test and port into aeon, test as a transformer pipeline for EEG
Describe alternatives you've considered, if relevant
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: