User Tools

Site Tools


visual3d:documentation:statistics:find_representative_signal

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
visual3d:documentation:statistics:find_representative_signal [2024/06/26 20:07] – removed sgrangervisual3d:documentation:statistics:find_representative_signal [2024/07/17 15:46] (current) – created sgranger
Line 1: Line 1:
 +====== Find Representative Signal ======
 +
 +||
 +
 +Find the signal that is most representative of a set of signals. This implementation is based on the following article:
 +
 +Shadmehr R and Mussa-Ivaldi FA (1994) **Adaptive Representation of Dynamics during Learning of a Motor Task**. J. Neuroscience 14(5), pp 3208-3224.
 +
 +**Note:** there is an error in the appendix that we have accounted for.
 +
 +For example, to find the representative Knee Flexion Angle over the range RHS to RHS:
 +
 +<code>
 +Find_Representative_Signal
 +/SIGNAL_TYPES=LINK_MODEL_BASED 
 +/SIGNAL_NAMES=RKNEE_ANGLE 
 +/SIGNAL_FOLDER=ORIGINAL 
 +/SIGNAL_COMPONENTS=X 
 +/EVENT_SEQUENCE=RHS+RHS 
 +! /EXCLUDE_EVENTS= 
 +! /NORMALIZE_RESULT_POINTS= 
 +/RESULT_NAME=RKNEE_ANGLE_REP 
 +! /RESULT_FOLDER=ORIGINAL 
 +;
 +</code>
 +
 +The resulting signal RKNEE_ANGLE_REP is located in the **GLOBAL::P2D** folder.
 +
 +
  
visual3d/documentation/statistics/find_representative_signal.1719432473.txt.gz · Last modified: 2024/06/26 20:07 by sgranger