Page 1 of 1

Connecting UDP with MATLAB

Posted: 09 Sep 2014, 10:40
by Ramiro
Hi, I need to read the data processing BCI MATLAB to manipulate in real time, the idea is to connect with an external application. I think the path starts creating a udp object and specifying the communication port, the problem is that I can not read any data. Anyone know how the process to read the data?

Thank you.

Re: Connecting UDP with MATLAB

Posted: 10 Sep 2014, 10:09
by boulay
Must you use UDP, or can you use MatlabSignalProcessing? This is the better option for signal processing using Matlab.