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
Trying to simulate 60 Hz oscillations with coupling, but the sampling frequency is set to 100 Hz in check_coupling_params:
check_coupling_params
sim.set_coupling( ("v1-lh", "v1-rh"), method=ppc_shifted_copy_with_noise, phase_lag=0, coh=1, fmin=59, fmax=61 )
As a result, filtering fails because target frequency is higher than the Nyquist one, error message:
ValueError: Digital filter critical frequencies must be 0 < Wn < 1
The text was updated successfully, but these errors were encountered:
Temporary fix in 839c7d3: raised the sampling frequency to 500 Hz.
Sorry, something went wrong.
No branches or pull requests
Trying to simulate 60 Hz oscillations with coupling, but the sampling frequency is set to 100 Hz in
check_coupling_params
:As a result, filtering fails because target frequency is higher than the Nyquist one, error message:
The text was updated successfully, but these errors were encountered: