David Medine
David Medine
Synchronization happens when the xdf data is loaded (either in Python or in Matlab) https://github.com/sccn/xdf. Then, you can visualize your data using scipy or matlab. Online synchronization has to be...
...and there is also a pretty good matlab based signal viewer https://github.com/sccn/labstreaminglayer/tree/master/Apps/MATLABViewer On 4/5/2018 2:16 PM, BCIstorm wrote: > > Thank you @cboulay , I tryed LabRecorder > (pre-compiled binary)...
The de-jittering routine uses linear regression. On 4/5/2018 3:02 PM, BCIstorm wrote: > > @dmedine de-jittering is an average > filter right? I want to do my own post-processing. >...
shouldn't '%[vec,ts]' not be commented out? On 12/29/2017 02:41 PM, Jonas DOREL wrote: > > I have this error when trying to launch a batch job with the function >...
As tstenner suggests, this could allow you to run this code serially. But you would most likely still get the error (unless running the the code in a task is...
This is a great question. It is all documented in the C++ API. All the other APIs reduce to this, but I will attempt to explain. There are two things...
The example code may help you: https://github.com/sccn/labstreaminglayer/blob/master/LSL/liblsl-Csharp/examples/ReceiveData.cs#L22-L26
By the way, this is unrelated to your problem with picking up the stream, but the current binary release of the ActiChamp app on our ftp has a bug related...
Ok, latest and greatest actichamp app is here: ftp://sccn.ucsd.edu/pub/software/LSL/Apps/Brain%20Products%20ActiChamp%201.10.3.zip On 9/19/2016 12:40 PM, Chadwick Boulay wrote: > OK that means that the ActiChamp application is running but it is not...
I've been discussing this with Alejandro Ojeda as well since he is adding a WearableSensing app to the repository and that also involves 3rd party libraries. I'm of the opinion...