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

Signal decomposition #46

Closed
oruebel opened this issue Aug 28, 2017 · 1 comment
Closed

Signal decomposition #46

oruebel opened this issue Aug 28, 2017 · 1 comment
Labels
category: enhancement improvements of code or code behavior
Milestone

Comments

@oruebel
Copy link
Contributor

oruebel commented Aug 28, 2017

Port of NeurodataWithoutBorders/pynwb#9 to nwb-schema issue tracker.

A typical analysis is to perform a frequency decomposition (or other form of decomposition of signals), e.g,. of electrical recordings of the brain. This kind of analysis results in a timeseries with an additional dimension to represent the bands/features the signal is decomposed into. A possible target for this is FilteredEphys, but, e.g., the ElectricalSeries does only allow for 2D data.

@oruebel oruebel added the category: enhancement improvements of code or code behavior label Aug 28, 2017
@oruebel oruebel added this to the NWB 2.x milestone Oct 23, 2017
@bendichter
Copy link
Contributor

done. see misc.DecompositionSeries

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: enhancement improvements of code or code behavior
Projects
None yet
Development

No branches or pull requests

3 participants