CereLink
CereLink copied to clipboard
Blackrock Microsystems Cerebus Link for Neural Signal Processing
Test code (ran against v7.0.4 on a 256ch Cerebus with no spike extraction and no raw data streams and continuous acquisition enabled only for elec1 at 1kHz and ainp2 at...
I _mostly_ extracted CCFUtils as a standalone lib. Then I replaced QtXML usage with pugixml. I also replaced all other Qt types with STL types. Caveats: * Isolation of CCFUtils...
Clients should not be able to change the stream contents when it is known that Central's File.exe is recording. IMO the NSP or hub should not know or care what...
This is not an issue with CereLink but it has popped up a couple times in other issues, which I will close in favour of this issue. [Comment from @stinos:](https://github.com/dashesy/CereLink/issues/88#issuecomment-447908531)...
Hi, I managed to extract real-time analog input data on my c++ code on Visual Studio. I use an existing recording played back on NPlayServer. What I did is to...
Is there example code for how to save NEV and NSx files using cbsdk? Background: the auto-split feature of Central (to roll over files after fixed intervals of say 3600s)...
I have a Linux machine with two network cards dedicated to one NSP each. `eth0` has its IP set to `192.168.137.1`, and I can connect to an NSP using the...
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...
Before figuring out the problem in #63 , I attempted to link to the static lib. This failed because the static lib exports too many symbols. * My application is...
A recent paper\* discusses how to efficiently tackle the deinterleaving problem. Instruments record time-wise (one sample for all electrodes; NSX format) but most analysis access patterns benefit from an electrode-wise...