lsl_archived icon indicating copy to clipboard operation
lsl_archived copied to clipboard

How to separate the different channel signal in C#

Open ClareYang opened this issue 7 years ago • 1 comments

Hi Everybody, Now I can get the data from the Device but I don't know how to separate the signal. all of the data store in the sample buffer as String format. I didn't find some reference for the channel information. so if you know that can you let me know? I appreciate! Thanks very much!

ClareYang avatar Jul 16 '17 02:07 ClareYang

The example code may help you: https://github.com/sccn/labstreaminglayer/blob/master/LSL/liblsl-Csharp/examples/ReceiveData.cs#L22-L26

dmedine avatar Aug 31 '17 07:08 dmedine