-
Notifications
You must be signed in to change notification settings - Fork 22
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
Does CereLink enable functionality similar to Central's "SingleNeuralChannel"? #71
Comments
There is some for-display data (i.e. low sample rate) that are sent Everything should be in cbhwlib somewhere. |
FYI, the reason I'm pursuing this is because I'm running into performance problems trying to plot 8 channels at 30 kHz + 4 channels at 2 kHz. Central does not allow configuring a channel to transmit both
The code comments suggest that |
Analysing the package traffic it seems like Central sends out a |
The comments describe what each field is. For example Central not configuring |
I think |
Thanks, I'll give it a try later this week. |
Hi all,
In Central, there's an app to display activity from a single neural channel. This window is very useful and has 90% of the functionality that I need but unfortunately not quite enough; I have to write my own app. I'm curious about how this window achieves a couple different things.
How is (1) achieved? Does CereLink expose that functionality?
I guess that (2) can be achieved by filtering (1), though this seems dangerous if the filters don't match exactly those used by the NSP because then the threshold set by the user wouldn't perform exactly as expected on the NSP.
The text was updated successfully, but these errors were encountered: