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
My nyquist is 2.5. So if I type in
from specparam import SpectralModel
fm = SpectralModel()
freq_range = [0.01, 1]
fm.report(freq, psdx, freq_range)
It still plots and fits until 2.5Hz instead of 1.
The text was updated successfully, but these errors were encountered:
This is the same issue as #327 - please check the issues board before opening a new issue.
This issue has been fixed - you can install the version from Github to get the fix
Sorry, something went wrong.
Thanks!
No branches or pull requests
My nyquist is 2.5.
So if I type in
Import the model object
from specparam import SpectralModel
Initialize model object
fm = SpectralModel()
Define frequency range across which to model the spectrum
freq_range = [0.01, 1]
Model the power spectrum with FOOOF, and print out a report
fm.report(freq, psdx, freq_range)
It still plots and fits until 2.5Hz instead of 1.
The text was updated successfully, but these errors were encountered: