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/19 12:53] – 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. | + | || |
+ | |||
+ | 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. | + | Add the **Global_Normalized_Signal_Mean** command to the pipeline. |
- | gnsm1.jpg | + | {{:GNSM1.jpg}} |
- | select | + | Select |
- | gnsm2.jpg | + | {{:GNSM2.jpg}} |
- | select | + | Select |
- | gnsm3.jpg | + | {{:GNSM3.jpg}} |
- | enter in the **p2d result signal name** and the select **create standard deviation button** | + | Enter in the **P2D Result Signal Name** and the select **Create Standard Deviation Button** |
- | gnsm4.jpg | + | {{:GNSM4.jpg}} |
- | when you select **ok** the text representation of the command should be as follows: | + | When you select **OK** the text representation of the command should be as follows: |
< | < | ||
- | global_normalized_signal_mean | + | Global_Normalized_Signal_Mean |
- | /signal_types=link_model_based+link_model_based | + | /SIGNAL_TYPES=LINK_MODEL_BASED+LINK_MODEL_BASED |
- | /signal_names=rknee_angle+lknee_angle | + | /SIGNAL_NAMES=RKNEE_ANGLE+LKNEE_ANGLE |
- | /signal_folder=original+original | + | /SIGNAL_FOLDER=ORIGINAL+ORIGINAL |
- | /signal_components=x+x | + | /SIGNAL_COMPONENTS=X+X |
- | /start_label= | + | /START_LABEL= |
- | /end_label= | + | /END_LABEL= |
- | /event_sequence= rhs+rhs++lhs+lhs | + | /EVENT_SEQUENCE= RHS+RHS++LHS+LHS |
- | ! /exclude_events= | + | ! /EXCLUDE_EVENTS= |
- | /result_name=knee_flexion | + | /RESULT_NAME=KNEE_FLEXION |
- | ! /result_folder=original | + | ! /RESULT_FOLDER=ORIGINAL |
- | /normalize_points=101 | + | /NORMALIZE_POINTS=101 |
- | /create_standard_deviation=true | + | /CREATE_STANDARD_DEVIATION=TRUE |
- | ! /calculate_per_file=false | + | ! /CALCULATE_PER_FILE=FALSE |
; | ; | ||
</ | </ | ||
- | **note:** if **calculate_per_file=false**. signals | + | **Note:** If **CALCULATE_PER_FILE=FALSE**. Signals |
- | **note:** if **calculate_per_file=true**. the mean value is computed for signals | + | **Note:** If **CALCULATE_PER_FILE=TRUE**. The mean value is computed for Signals |
- | **note:** that the output | + | **Note:** That the Output |
\\ | \\ | ||
- | the meta-command | + | The Meta-Command |
- | rankle_angle | + | RANKLE_ANGLE |
- | rknee_angle | + | RKNEE_ANGLE |
- | rhip_angle | + | RHIP_ANGLE |
- | lankle_angle | + | LANKLE_ANGLE |
- | lknee_angle | + | LKNEE_ANGLE |
- | lhip_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. | + | 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 | + | The Pipeline |
< | < | ||
- | create_global_means_for_left_right | + | Create_Global_Means_For_Left_Right |
- | /type=angle | + | /TYPE=ANGLE |
- | /joints=ankle+knee+hip | + | /JOINTS=ANKLE+KNEE+HIP |
- | /start_event=hs | + | /START_EVENT=HS |
- | /end_event=hs | + | /END_EVENT=HS |
; | ; | ||
</ | </ | ||
- | the following should be cut and pasted into the **create_global_means_for_left_right.v3m** | + | The following should be cut and pasted into the **Create_Global_Means_For_Left_Right.v3m** |
< | < | ||
- | ! begin_meta | + | ! BEGIN_META |
- | ! meta_cmd_name=create_global_means_for_left_right | + | ! META_CMD_NAME=Create_Global_Means_For_Left_Right |
- | ! meta_param= | + | ! META_PARAM= |
- | ! meta_param= | + | ! META_PARAM= |
- | ! meta_param= | + | ! META_PARAM= |
- | ! meta_param= | + | ! META_PARAM= |
- | ! end_meta | + | ! END_META |
- | ! create | + | ! Create |
- | ! sides with common labels (e.g. rhs and lhs) | + | ! sides with common labels (e.g. RHS and LHS) |
- | for_each | + | For_Each |
- | /iteration_parameter_name=index1 | + | /ITERATION_PARAMETER_NAME=INDEX1 |
- | /items=::joints | + | /ITEMS=::JOINTS |
; | ; | ||
- | for_each | + | For_Each |
- | /iteration_parameter_name=index2 | + | /ITERATION_PARAMETER_NAME=INDEX2 |
- | /items=x+y+z | + | /ITEMS=X+Y+Z |
; | ; | ||
- | global_normalized_signal_mean | + | Global_Normalized_Signal_Mean |
- | /signal_types=link_model_based+link_model_based | + | /SIGNAL_TYPES=LINK_MODEL_BASED+LINK_MODEL_BASED |
- | /signal_names=r&::index1& | + | /SIGNAL_NAMES=R&::INDEX1& |
- | /signal_folder=original+original | + | /SIGNAL_FOLDER=ORIGINAL+ORIGINAL |
- | /signal_components=::index2+::index2 | + | /SIGNAL_COMPONENTS=::INDEX2+::INDEX2 |
- | /start_label=r&::start_event+l&::end_event | + | /START_LABEL=R&::START_EVENT+L&::END_EVENT |
- | /end_label=r&::start_event+l&::end_event | + | /END_LABEL=R&::START_EVENT+L&::END_EVENT |
- | ! /event_sequence= | + | ! /EVENT_SEQUENCE= |
- | ! /exclude_events= | + | ! /EXCLUDE_EVENTS= |
- | /result_name=::index1& | + | /RESULT_NAME=::INDEX1& |
- | ! /result_folder=original | + | ! /RESULT_FOLDER=ORIGINAL |
- | ! /normalize_points=101 | + | ! /NORMALIZE_POINTS=101 |
- | ! /create_standard_deviation=false | + | ! /CREATE_STANDARD_DEVIATION=FALSE |
- | ! /calculate_per_file=false | + | ! /CALCULATE_PER_FILE=FALSE |
; | ; | ||
- | end_for_each | + | End_For_Each |
- | /iteration_parameter_name=index2 | + | /ITERATION_PARAMETER_NAME=INDEX2 |
; | ; | ||
- | end_for_each | + | End_For_Each |
- | /iteration_parameter_name=index1 | + | /ITERATION_PARAMETER_NAME=INDEX1 |
; | ; | ||
</ | </ | ||
- | }}}}}}}} | + |
visual3d/documentation/statistics/create_mean_signal.1718801622.txt.gz · Last modified: 2024/06/19 12:53 by sgranger