lsl_archived
lsl_archived copied to clipboard
How to separate the different channel signal in C#
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!
The example code may help you: https://github.com/sccn/labstreaminglayer/blob/master/LSL/liblsl-Csharp/examples/ReceiveData.cs#L22-L26