visual3d:documentation:emg:processing:normalize_emg_to_maximum_30_second_interval
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| visual3d:documentation:emg:processing:normalize_emg_to_maximum_30_second_interval [2024/07/17 15:41] – removed sgranger | visual3d:documentation:emg:processing:normalize_emg_to_maximum_30_second_interval [2024/07/17 15:45] (current) – created sgranger | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Normalize EMG to Maximum 30 second interval ====== | ||
| + | |||
| + | This page shows an example of processing EMG data using the Root Mean Square (RMS) Amplitude Method. | ||
| + | |||
| + | ==== Using the Moving_RMS Command ==== | ||
| + | |||
| + | === Moving RMS using Frame Window === | ||
| + | |||
| + | For example the command below applies the moving RMS with a 51 frame window: | ||
| + | |||
| + | < | ||
| + | Moving_RMS | ||
| + | / | ||
| + | / | ||
| + | / | ||
| + | / | ||
| + | ; | ||
| + | </ | ||
| + | |||
| + | === Moving RMS using Time Window === | ||
| + | |||
| + | When reporting RMS, it's typically stated as an RMS window over a specified time interval of T. | ||
| + | |||
| + | An example of running an RMS over a 100 ms (0.1 seconds) window is achieved as: | ||
| + | |||
| + | < | ||
| + | ! Moving RMS with 100ms window | ||
| + | Moving_RMS | ||
| + | / | ||
| + | / | ||
| + | / | ||
| + | ! / | ||
| + | / | ||
| + | / | ||
| + | ; | ||
| + | </ | ||
| + | |||
| + | ==== Using the Moving_RMS Command to Process EMG Data ==== | ||
| + | |||
| + | An example of " | ||
| + | |||
| + | < | ||
| + | ! Apply a high pass filter with 50 Hz cutoff | ||
| + | Highpass_Filter | ||
| + | / | ||
| + | / | ||
| + | / | ||
| + | ! / | ||
| + | ! / | ||
| + | ! / | ||
| + | / | ||
| + | / | ||
| + | / | ||
| + | / | ||
| + | ; | ||
| + | |||
| + | ! Apply a low pass filter with 500 Hz cutoff | ||
| + | Lowpass_Filter | ||
| + | / | ||
| + | / | ||
| + | / | ||
| + | ! / | ||
| + | ! / | ||
| + | ! / | ||
| + | / | ||
| + | / | ||
| + | / | ||
| + | / | ||
| + | ; | ||
| + | |||
| + | ! Moving RMS with 100ms window | ||
| + | Moving_RMS | ||
| + | / | ||
| + | / | ||
| + | / | ||
| + | ! / | ||
| + | / | ||
| + | / | ||
| + | ; | ||
| + | </ | ||
| + | |||
| + | [[Visual3D: | ||
| + | |||
| + | |||
visual3d/documentation/emg/processing/normalize_emg_to_maximum_30_second_interval.1721230909.txt.gz · Last modified: by sgranger
