Chadwick Boulay
Chadwick Boulay
If they are small they can go here: https://github.com/xdf-modules/example-files There's an outstanding PR to add that as a xdf submodule: https://github.com/sccn/xdf/pull/47 I have no idea if that particular submodule is...
We have other tutorials in the Wiki. I'm not sure why one tutorial should go front and center and not others. As for the actual contents of this tutorial, I...
Yes, the presentation of the tutorials in the docs could use some work. Please feel free to rework them Even the tutorials themselves are a bit outdated by now so...
In general I very much like this idea. However, I've never used this feature but I've been told that LabRecorder supports adding a new stream after recording has already started,...
It hasn't moved yet. I made a pull request proposing it to be moved, and for that pull request to work I had to copy the code into the component...
It seems simple enough, but.. What are the downstream functions relying on effective_srate? I'm worried they might be doing things that assume a constant sample interval (e.g., filtering). If we...
eeg_load_xdf already has an option to use effective_rate instead of nominal_rate, and that option defaults to False, so that's a pretty good start. How about, 1. In `load_xdf.m`, print a...
What kind of EEG devices are you using and what LSL apps? Since you're using pylsl I will assume you're using pyxdf to load the xdf file. Try disabling one...
Hi @mrvnmtz , Can you please let us know which device you're using and how it streams data via LSL (vendor-provided app, community app, custom, etc)? In order of decreasing...
>. I also tried to apply inlet.set_postprocessing(); but than i says " Unrecognized function or variable 'lsl_set_postprocessing' " That’s something we need to fix. My Matlab license just expired. Any...