Delsys Signal to MATLAB Simulink
Show older comments
Hello everyone!
I am having troubles streaming emg signals to Simulink to run a continuous expereiment where I can take those live emg signals and analyze them. I was using the TCP/IP client receive block in Simulink to establish the connection between the delsys system and Simulink (ran a previous matlab script in order to establish the Delsys/Matlab connection), but the data points are scattered and though the peaks of the signal rise when muscle contractions occur, the emg signal produces square waves that have many holes in it. Thank you in advance
1 Comment
Paromita
on 13 Oct 2025
I’m also working on streaming data from the Delsys system to MATLAB. I’m not using Simulink — instead, I’m connecting through the command:
client = tcpclient('localhost', 50040);
The connection seems to be successful since I can see “remote 1 user” in the Trigno Control Utility. However, after using read/write commands to access the data, I’m not seeing any output saved in my data folder.
Do you have any idea what might be causing this issue? I can also share my code if that would help troubleshoot it better.
Thank you so much for the help!
Accepted Answer
More Answers (0)
Categories
Find more on General Applications in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!