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 revisionNext revision | Previous revision | ||
visual3d:documentation:emg:processing:normalize_emg_to_maximum_30_second_interval [2024/06/19 12:47] – sgranger | visual3d:documentation:emg:processing:normalize_emg_to_maximum_30_second_interval [2024/07/17 15:45] (current) – created sgranger | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | this page shows an example of processing emg data using the root mean square (rms) amplitude method. | + | ====== Normalize EMG to Maximum 30 second interval ====== |
- | ===== using the moving_rms command ===== | + | This page shows an example of processing EMG data using the Root Mean Square (RMS) Amplitude Method. |
- | ==== moving rms using frame window | + | ==== Using the Moving_RMS Command |
- | for example the command below applies the moving | + | === Moving RMS using Frame Window === |
+ | |||
+ | For example the command below applies the moving | ||
< | < | ||
- | moving_rms | + | Moving_RMS |
- | /signal_types=analog | + | /Signal_Types=ANALOG |
- | /signal_names=emg1+emg2+emg3 | + | /Signal_Names=EMG1+EMG2+EMG3 |
- | /signal_folder=processed | + | /Signal_Folder=PROCESSED |
- | /num_window_frames= 51 | + | /Num_Window_Frames= 51 |
; | ; | ||
</ | </ | ||
- | ==== moving rms using time window ==== | + | === Moving RMS using Time Window |
- | when reporting | + | When reporting |
- | an example of running an rms over a 100 ms (0.1 seconds) window is achieved as: | + | An example of running an RMS over a 100 ms (0.1 seconds) window is achieved as: |
< | < | ||
- | ! moving rms with 100ms window | + | ! Moving RMS with 100ms window |
- | moving_rms | + | Moving_RMS |
- | /signal_types=analog | + | /SIGNAL_TYPES=ANALOG |
- | /signal_names=emg1+emg2+emg3 | + | /SIGNAL_NAMES=EMG1+EMG2+EMG3 |
- | /signal_folder=processed | + | /SIGNAL_FOLDER=PROCESSED |
- | ! /result_suffix= | + | ! /RESULT_SUFFIX= |
- | /result_folder=rms | + | /RESULT_FOLDER=RMS |
- | /num_window_frames= ( 0.1*parameter::analog::rate ) + 1 | + | /NUM_WINDOW_FRAMES= ( 0.1*PARAMETER::ANALOG::RATE ) + 1 |
; | ; | ||
</ | </ | ||
- | ===== using the moving_rms command | + | ==== Using the Moving_RMS Command |
- | an example of " | + | An example of " |
< | < | ||
- | ! apply a high pass filter with 50 hz cutoff | + | ! Apply a high pass filter with 50 Hz cutoff |
- | highpass_filter | + | Highpass_Filter |
- | /signal_types=analog | + | /Signal_Types=ANALOG |
- | /signal_names=emg1+emg2+emg3 | + | /SIgnal_Names=EMG1+EMG2+EMG3 |
- | /signal_folder=original | + | /Signal_Folder=ORIGINAL |
- | ! /result_suffix= | + | ! /Result_Suffix= |
- | ! /result_folder=processed | + | ! /Result_Folder=PROCESSED |
- | ! /filter_class=butterworth | + | ! /Filter_Class=BUTTERWORTH |
- | /frequency_cutoff= 50 | + | /Frequency_Cutoff= 50 |
- | /num_reflected= 0 | + | /Num_Reflected= 0 |
- | /total_buffer_size=100 | + | /Total_Buffer_Size=100 |
- | /num_bidirectional_passes=1 | + | /Num_Bidirectional_Passes=1 |
; | ; | ||
- | ! apply a low pass filter with 500 hz cutoff | + | ! Apply a low pass filter with 500 Hz cutoff |
- | lowpass_filter | + | Lowpass_Filter |
- | /signal_types=analog | + | /Signal_Types=ANALOG |
- | /signal_names=emg1+emg2+emg3 | + | /SIgnal_Names=EMG1+EMG2+EMG3 |
- | /signal_folder=processed | + | /Signal_Folder=PROCESSED |
- | ! /result_suffix= | + | ! /Result_Suffix= |
- | ! /result_folder=processed | + | ! /Result_Folder=PROCESSED |
- | ! /filter_class=butterworth | + | ! /Filter_Class=BUTTERWORTH |
- | /frequency_cutoff= 500 | + | /Frequency_Cutoff= 500 |
- | /num_reflected= 0 | + | /Num_Reflected= 0 |
- | /total_buffer_size=100 | + | /Total_Buffer_Size=100 |
- | /num_bidirectional_passes=1 | + | /Num_Bidirectional_Passes=1 |
; | ; | ||
- | ! moving rms with 100ms window | + | ! Moving RMS with 100ms window |
- | moving_rms | + | Moving_RMS |
- | /signal_types=analog | + | /SIGNAL_TYPES=ANALOG |
- | /signal_names=emg1+emg2+emg3 | + | /SIGNAL_NAMES=EMG1+EMG2+EMG3 |
- | /signal_folder=processed | + | /SIGNAL_FOLDER=PROCESSED |
- | ! /result_suffix= | + | ! /RESULT_SUFFIX= |
- | /result_folder=rms | + | /RESULT_FOLDER=RMS |
- | /num_window_frames= ( 0.1*parameter::analog::rate ) + 1 | + | /NUM_WINDOW_FRAMES= ( 0.1*PARAMETER::ANALOG::RATE ) + 1 |
; | ; | ||
</ | </ | ||
- | [[visual3d:documentation:emg:filtering:emg_envelope|if you are using a version of visual3d | + | [[Visual3D:Documentation:EMG:Filtering:EMG_Envelope|If you are using a version of Visual3D |
visual3d/documentation/emg/processing/normalize_emg_to_maximum_30_second_interval.1718801265.txt.gz · Last modified: 2024/06/19 12:47 by sgranger