How to use Moving average window used to detect the active segments for EMG signal given below to apply Feature Extraction methods on each segemnts

3 次查看(过去 30 天)
[tm,signal,Fs,labels]=rdmat('emg_neuropathym1');
samples=length(signal);
T=1/Fs;
t=0:samples-1;
figure
plot(t,signal)
xlabel('samples')
ylabel('Amplitude in mVolts')
title('Raw EMG data')
figure
plot(signal)
hold on;

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Spectral Measurements 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by