Script to plot both a raw EMG signal and the filtered signal in HIDscope
History
this time with go flag;
2015-10-27, by yohoo15 [Tue, 27 Oct 2015 08:54:37 +0000] rev 5
this time with go flag;
Subtracted mean of input signal, rectifier works, but filters seem not to work
2015-10-26, by roosbulthuis [Mon, 26 Oct 2015 16:10:02 +0000] rev 4
Subtracted mean of input signal, rectifier works, but filters seem not to work
Tried for only one input EMG
2015-10-26, by roosbulthuis [Mon, 26 Oct 2015 15:49:35 +0000] rev 3
Tried for only one input EMG
Got rid of pass by reference for v1 and v2, now we get a signal if we plot the filtered signal in channel 0.
2015-10-26, by roosbulthuis [Mon, 26 Oct 2015 15:00:52 +0000] rev 2
Got rid of pass by reference for v1 and v2, now we get a signal if we plot the filtered signal in channel 0.
Plotting raw signal in channel 0 Hidscope works; Plotting raw signal in channel 1 Hidscope doesn't work; Plotting filtered signal in channel 0 or 1 Hidscope doesn't work
2015-10-26, by roosbulthuis [Mon, 26 Oct 2015 14:45:46 +0000] rev 1
Plotting raw signal in channel 0 Hidscope works; Plotting raw signal in channel 1 Hidscope doesn't work; Plotting filtered signal in channel 0 or 1 Hidscope doesn't work
Plotting EMG signal in hidscope works, but plotting a test value or filtered signal in second channel does not work. Test value outside/inside function does not matter.
2015-10-26, by roosbulthuis [Mon, 26 Oct 2015 14:26:22 +0000] rev 0
Plotting EMG signal in hidscope works, but plotting a test value or filtered signal in second channel does not work. Test value outside/inside function does not matter.