I need to distinguish 2 amplitudes and output the signal into python/matlab but i dont know how to output the real-time signal into python... any guide/documentation/example??
There is an EMG widget built into the GUI, you may want to check that out first. It is capable of doing some signal processing, then outputing a result value.
Another way to go is to use the GUI Networking Widget, to output a stream in LabStreamingLayer format. This can then be consumed by Python or Matlab directly. But then you need to do the signal processing.
Comments