-
Notifications
You must be signed in to change notification settings - Fork 17
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
Unrecognized function or variable 'desired_nfreq'. #34
Comments
Thanks, I was able to reconstruct the error and will work on it today. |
Should be fixed in eb43bef |
Thank you for the help. I can now calculate Cross-spectrum as well! However, There are still several connectivities that are giving error codes. I hope you can help.
When calculating GC, PDC and DTF I recieve following error:
There should be no such input as far as I am aware. |
@arnodelorme is there still a problm with the freq vector
it seems it reaches beyond the size of the cross frequency sprectrum |
Thank you very much. Now both Cross-Spectrum and Coherence is working! Now I only have the 'schur' issue when calculating GC, PDC and DTF |
Hi, if I get a minimal working example (ideally including data), I can look into that. It does not sounds like a DTF or PDC issue but more like a GC issue, as varma2iss is not used by DTF/PDC. I suspect a problem related to singularity or ill-conditioning of the data or cross-spectral matrices, especially in combintion with the "conditional" version of GC, or when calculating these multivariate measures on spaces that are too high-dim compared to the rank of the data. |
We have some very basic pipelines in the roiconnect/test_pipes/pipeline_connectivity.m Lines 38 to 43 in eb43bef
measures = { 'DTF' 'PDC' 'GC' }; and did not receive any errors after calling pop_roi_connect() , so it might have something to do with your data.
If possible, could you please confirm this by running the pipeline yourself and tell us if it works or not? |
OK, I have merged the request. Feel free to reopen if the bug persist. |
try measures as in sccn/roiconnect#34
I have been trying to follow the ROI tutorial, but I have run into some trouble. Specifically, when I attempt to compute Coherence and cross spectrum, I receive the same error. I have attached the code along with the error messages for reference.
If anyone have any ideas or suggestions on how to resolve this issue, I would be extremely grateful for the help.
The text was updated successfully, but these errors were encountered: