visual3d:documentation:emg:filtering:emg_envelope
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
visual3d:documentation:emg:filtering:emg_envelope [2024/06/19 13:29] – removed sgranger | visual3d:documentation:emg:filtering:emg_envelope [2024/07/17 15:45] (current) – created sgranger | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== EMG Envelope ====== | ||
+ | |||
+ | **If you are using a version of Visual3D older than 4.94, you will need to use the following commands to specify the frame window in seconds (as opposed to frames).** | ||
+ | |||
+ | < | ||
+ | ! ------------------------------------------- | ||
+ | ! apply a bandpass filter to the EMG signals | ||
+ | ! ------------------------------------------- | ||
+ | Highpass_Filter | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ! / | ||
+ | ! / | ||
+ | ! / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ; | ||
+ | |||
+ | Lowpass_Filter | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ! / | ||
+ | ! / | ||
+ | ! / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ; | ||
+ | |||
+ | ! ------------------------------------------- | ||
+ | ! copy the analog rate from the c3d parameter | ||
+ | ! to a metric value | ||
+ | ! ------------------------------------------- | ||
+ | |||
+ | Metric_From_Parameter | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ; | ||
+ | |||
+ | ! ------------------------------------------- | ||
+ | ! compute the number of frames equivalent to | ||
+ | ! a 100 ms window | ||
+ | ! ------------------------------------------- | ||
+ | |||
+ | Evaluate_Expression | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ! / | ||
+ | ; | ||
+ | |||
+ | ! ------------------------------------------- | ||
+ | ! create a pipeline parameter of the RMS window | ||
+ | ! ------------------------------------------- | ||
+ | |||
+ | Set_Pipeline_Parameter_To_Data_Value | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ; | ||
+ | |||
+ | ! -------------------------------------------- | ||
+ | ! compute a moving rms with a window of 100 ms | ||
+ | ! -------------------------------------------- | ||
+ | |||
+ | Moving_RMS | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ! / | ||
+ | / | ||
+ | / | ||
+ | ; | ||
+ | </ | ||
+ | |||
+ | |||
visual3d/documentation/emg/filtering/emg_envelope.1718803795.txt.gz · Last modified: 2024/06/19 13:29 by sgranger