visual3d:documentation:statistics:create_mean_signal
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
visual3d:documentation:statistics:create_mean_signal [2024/06/17 17:08] – removed sgranger | visual3d:documentation:statistics:create_mean_signal [2024/07/17 15:46] (current) – created sgranger | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Create Mean Signal ====== | ||
+ | |||
+ | || | ||
+ | |||
+ | This example will time normalize a signal (in this case Knee Flexion Angle) between events (**RHS** to **RHS**) for Right Knee angles and (**LHS** to **LHS**) for Left Knee angles, and compute a **GLOBAL** mean and Standard Deviation. A meta-command will be used. | ||
+ | |||
+ | \\ | ||
+ | Add the **Global_Normalized_Signal_Mean** command to the pipeline. Double click on the command to launch the dialog. | ||
+ | |||
+ | {{: | ||
+ | |||
+ | Select the **RKNEE_ANGLE** Signal and the event sequence (e.g **RHS** to **RHS**) and select Add A New Signal | ||
+ | |||
+ | {{: | ||
+ | |||
+ | Select the **LKNEE_ANGLE** Signal and the event sequence (e.g **LHS** to **LHS**) and select Add A New Signal | ||
+ | |||
+ | {{: | ||
+ | |||
+ | Enter in the **P2D Result Signal Name** and the select **Create Standard Deviation Button** | ||
+ | |||
+ | {{: | ||
+ | |||
+ | When you select **OK** the text representation of the command should be as follows: | ||
+ | |||
+ | < | ||
+ | Global_Normalized_Signal_Mean | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | /END_LABEL= | ||
+ | / | ||
+ | ! / | ||
+ | / | ||
+ | ! / | ||
+ | / | ||
+ | / | ||
+ | ! / | ||
+ | ; | ||
+ | </ | ||
+ | |||
+ | **Note:** If **CALCULATE_PER_FILE=FALSE**. Signals from all active files are used to compute the mean | ||
+ | |||
+ | **Note:** If **CALCULATE_PER_FILE=TRUE**. The mean value is computed for Signals from each active files. The global mean value is then the mean value of the mean values. | ||
+ | |||
+ | **Note:** That the Output signal is a P2D Signal, which is associated with every file. The resulting signal, therefore, is stored in the **GLOBAL_WORKPACE** | ||
+ | |||
+ | \\ | ||
+ | The Meta-Command **Create_Global_Means_For_Left_Right** will be used for processing all 3 components of a number of model based signals using one pipeline command. Let the original cmo file contain the following signals: | ||
+ | |||
+ | RANKLE_ANGLE | ||
+ | RKNEE_ANGLE | ||
+ | RHIP_ANGLE | ||
+ | LANKLE_ANGLE | ||
+ | LKNEE_ANGLE | ||
+ | LHIP_ANGLE | ||
+ | Let the events for heel strike be labeled **LHS** and **RHS** and that mean signal should be computed from heel strike to heel strike. | ||
+ | |||
+ | \\ | ||
+ | The Pipeline script for the **Create_Global_Means_For_Left_Right** meta-command is below: | ||
+ | |||
+ | < | ||
+ | Create_Global_Means_For_Left_Right | ||
+ | /TYPE=ANGLE | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ; | ||
+ | </ | ||
+ | |||
+ | The following should be cut and pasted into the **Create_Global_Means_For_Left_Right.v3m** Meta_Command folder which should be placed within the Plugins folder. | ||
+ | |||
+ | < | ||
+ | ! BEGIN_META | ||
+ | ! META_CMD_NAME=Create_Global_Means_For_Left_Right | ||
+ | ! META_PARAM= | ||
+ | ! META_PARAM= | ||
+ | ! META_PARAM= | ||
+ | ! META_PARAM= | ||
+ | ! END_META | ||
+ | |||
+ | ! Create a Global_Normalized_Signal_Mean event for left and right | ||
+ | ! sides with common labels (e.g. RHS and LHS) | ||
+ | |||
+ | For_Each | ||
+ | / | ||
+ | / | ||
+ | ; | ||
+ | |||
+ | For_Each | ||
+ | / | ||
+ | / | ||
+ | ; | ||
+ | |||
+ | Global_Normalized_Signal_Mean | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ! / | ||
+ | ! / | ||
+ | / | ||
+ | ! / | ||
+ | ! / | ||
+ | ! / | ||
+ | ! / | ||
+ | ; | ||
+ | |||
+ | End_For_Each | ||
+ | / | ||
+ | ; | ||
+ | |||
+ | End_For_Each | ||
+ | / | ||
+ | ; | ||
+ | </ | ||
+ | |||
+ | |||
visual3d/documentation/statistics/create_mean_signal.1718644123.txt.gz · Last modified: 2024/06/17 17:08 by sgranger