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

EnergyInBand range does not match docs #222

Open
JulioV opened this issue Oct 24, 2020 · 1 comment
Open

EnergyInBand range does not match docs #222

JulioV opened this issue Oct 24, 2020 · 1 comment
Assignees

Comments

@JulioV
Copy link

JulioV commented Oct 24, 2020

The function's docs mention that EnergyInBand features are computed for 0.5Hz bins between 0 and 25Hz but the code only does it between 1 and 25Hz

Docs:

#' 0.5Hz band from 0 to 25 Hz.

Code:

st <- seq(1, 24.5, 0.5)

@philerooski
Copy link
Collaborator

Thanks for filing! Looks like a documentation issue. I wonder what a 0 Hz feature would look like 😆

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

No branches or pull requests

3 participants