visual3d:documentation:pipeline:signal_commands:signal_commands_overview
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
visual3d:documentation:pipeline:signal_commands:signal_commands_overview [2024/09/23 22:05] – [Cross_Correlation] wikisysop | visual3d:documentation:pipeline:signal_commands:signal_commands_overview [2024/09/28 06:58] (current) – wikisysop | ||
---|---|---|---|
Line 7: | Line 7: | ||
This command will allow you to create custom mathematical expressions. | This command will allow you to create custom mathematical expressions. | ||
==== Add_Constant_To_Signals ==== | ==== Add_Constant_To_Signals ==== | ||
+ | [[visual3d: | ||
Adds a constant to the specified components of a signal(s) | Adds a constant to the specified components of a signal(s) | ||
==== Add_Random_Noise_To_Signals ==== | ==== Add_Random_Noise_To_Signals ==== | ||
+ | [[visual3d: | ||
==== Add_Signals ==== | ==== Add_Signals ==== | ||
+ | [[visual3d: | ||
Add the specified signals. | Add the specified signals. | ||
Signals must be at the same sampling rate. If your signals are a different rate, you can use the [[Visual3D: | Signals must be at the same sampling rate. If your signals are a different rate, you can use the [[Visual3D: | ||
==== Divide_Signals ==== | ==== Divide_Signals ==== | ||
+ | [[visual3d: | ||
This command will divide signals with the first signal being the numerator. | This command will divide signals with the first signal being the numerator. | ||
==== Divide_Signal_By_Constant ==== | ==== Divide_Signal_By_Constant ==== | ||
+ | [[visual3d: | ||
This command will divide a specified components of a signal(s) by a constant. | This command will divide a specified components of a signal(s) by a constant. | ||
==== First_Derivative ==== | ==== First_Derivative ==== | ||
+ | [[visual3d: | ||
Compute the first derivative at each point of a signal. This command is useful for calculating the velocity of targets, landmarks, etc. | Compute the first derivative at each point of a signal. This command is useful for calculating the velocity of targets, landmarks, etc. | ||
==== Second_Derivative ==== | ==== Second_Derivative ==== | ||
+ | [[visual3d: | ||
Compute the second derivative at each point of a signal. This command is useful for calculating the acceleration of targets, landmarks, etc. | Compute the second derivative at each point of a signal. This command is useful for calculating the acceleration of targets, landmarks, etc. | ||
==== Multiply_Signals ==== | ==== Multiply_Signals ==== | ||
+ | [[visual3d: | ||
Multiply the components of the specified signals. | Multiply the components of the specified signals. | ||
==== Multiply_Signals_By_Constant ==== | ==== Multiply_Signals_By_Constant ==== | ||
+ | [[visual3d: | ||
Multiply signals by a constant value. | Multiply signals by a constant value. | ||
==== Indefinite_Integral ==== | ==== Indefinite_Integral ==== | ||
+ | [[visual3d: | ||
Compute an indefinite integral from the start event to the stop event. | Compute an indefinite integral from the start event to the stop event. | ||
==== Signal_Magnitude ==== | ==== Signal_Magnitude ==== | ||
+ | [[visual3d: | ||
Calculate the magnitude of a signal. | Calculate the magnitude of a signal. | ||
Line 42: | Line 52: | ||
Magnitude=Sqrt( x^2+y^2+z^2 ) | Magnitude=Sqrt( x^2+y^2+z^2 ) | ||
==== Subtract_Constant_From_Signals ==== | ==== Subtract_Constant_From_Signals ==== | ||
+ | [[visual3d: | ||
Subtracts a constant from the specified components of a signal(s) | Subtracts a constant from the specified components of a signal(s) | ||
==== Subtract_Signals ==== | ==== Subtract_Signals ==== | ||
+ | [[visual3d: | ||
Subtract the components of the specified signals. | Subtract the components of the specified signals. | ||
==== Square_Root ==== | ==== Square_Root ==== | ||
+ | |||
+ | [[visual3d: | ||
Compute the Square Root of a signal or metric. This command can be used to compute the vector magnitude of a signal. | Compute the Square Root of a signal or metric. This command can be used to compute the vector magnitude of a signal. | ||
==== Compute_Planar_Angle ==== | ==== Compute_Planar_Angle ==== | ||
+ | [[visual3d: | ||
This command computes a planar angle between three or four points. | This command computes a planar angle between three or four points. | ||
==== Compute_Volume_Of_Chest_Wall ==== | ==== Compute_Volume_Of_Chest_Wall ==== | ||
+ | [[visual3d: | ||
==== Compute_Volume_Of_A_Convex_Hull ==== | ==== Compute_Volume_Of_A_Convex_Hull ==== | ||
+ | [[visual3d: | ||
===== Signal/Data Management ===== | ===== Signal/Data Management ===== | ||
==== Create_Target ==== | ==== Create_Target ==== | ||
+ | [[visual3d: | ||
==== Global_Normalized_Signal_Mean ==== | ==== Global_Normalized_Signal_Mean ==== | ||
+ | [[visual3d: | ||
==== Find_Representative_Signal ==== | ==== Find_Representative_Signal ==== | ||
+ | [[visual3d: | ||
==== Merge_Data ==== | ==== Merge_Data ==== | ||
+ | [[visual3d: | ||
This command merges data from more than one data name into a single one either by appending one signal to the end of another signal or by treating each original signal as a component of the new signal. | This command merges data from more than one data name into a single one either by appending one signal to the end of another signal or by treating each original signal as a component of the new signal. | ||
==== Copy_Folder ==== | ==== Copy_Folder ==== | ||
+ | [[visual3d: | ||
Makes a copy of an existing folder. If the new folder already exists, select whether these signals should be overwritten (replaced). | Makes a copy of an existing folder. If the new folder already exists, select whether these signals should be overwritten (replaced). | ||
==== Rename_Folder ==== | ==== Rename_Folder ==== | ||
+ | [[visual3d: | ||
This command renames the specified folder. | This command renames the specified folder. | ||
==== Delete_Folder ==== | ==== Delete_Folder ==== | ||
+ | [[visual3d: | ||
Deletes the specified folder. Note that ORIGINAL folders can not be deleted. | Deletes the specified folder. Note that ORIGINAL folders can not be deleted. | ||
==== Remove_Signals ==== | ==== Remove_Signals ==== | ||
+ | [[visual3d: | ||
==== Rename_Signals ==== | ==== Rename_Signals ==== | ||
+ | [[visual3d: | ||
==== Remove_Unlabeled_Points ==== | ==== Remove_Unlabeled_Points ==== | ||
+ | [[visual3d: | ||
Vicon Nexus exports unlabeled trajectories, | Vicon Nexus exports unlabeled trajectories, | ||
==== Remove_Polygon_Signals ==== | ==== Remove_Polygon_Signals ==== | ||
+ | [[visual3d: | ||
Remove processed signals generated by Polygon and stored as POINT data in the c3d file. | Remove processed signals generated by Polygon and stored as POINT data in the c3d file. | ||
Line 91: | Line 119: | ||
==== Average_Filter ==== | ==== Average_Filter ==== | ||
+ | [[visual3d: | ||
==== FFT_Filter ==== | ==== FFT_Filter ==== | ||
+ | [[visual3d: | ||
==== GCVSPL ==== | ==== GCVSPL ==== | ||
+ | [[visual3d: | ||
==== Lowpass Filter ==== | ==== Lowpass Filter ==== | ||
+ | [[visual3d: | ||
==== Highpass Filter ==== | ==== Highpass Filter ==== | ||
+ | [[visual3d: | ||
==== Onepass_Filter ==== | ==== Onepass_Filter ==== | ||
+ | [[visual3d: | ||
==== Median_Filter ==== | ==== Median_Filter ==== | ||
+ | [[visual3d: | ||
==== Moving_RMS ==== | ==== Moving_RMS ==== | ||
+ | [[visual3d: | ||
==== Teager_Kaiser_Energy ==== | ==== Teager_Kaiser_Energy ==== | ||
+ | [[visual3d: | ||
Teager-Kaiser Energy Operator | Teager-Kaiser Energy Operator | ||
Line 113: | Line 150: | ||
==== Shift_Frames ==== | ==== Shift_Frames ==== | ||
+ | [[visual3d: | ||
===== Signal Process ===== | ===== Signal Process ===== | ||
==== Interpolate ==== | ==== Interpolate ==== | ||
+ | [[visual3d: | ||
==== Replace ==== | ==== Replace ==== | ||
+ | [[visual3d: | ||
==== Set_Data_To_New_Values ==== | ==== Set_Data_To_New_Values ==== | ||
+ | [[visual3d: | ||
==== Rectify ==== | ==== Rectify ==== | ||
+ | [[visual3d: | ||
==== First_Derivative ==== | ==== First_Derivative ==== | ||
+ | [[visual3d: | ||
==== Second_Derivative ==== | ==== Second_Derivative ==== | ||
+ | [[visual3d: | ||
==== Transform_Data_Coordinate_System ==== | ==== Transform_Data_Coordinate_System ==== | ||
+ | [[visual3d: | ||
==== Distance_Along_Path ==== | ==== Distance_Along_Path ==== | ||
+ | [[visual3d: | ||
==== Distance_Parallel_To_Path ==== | ==== Distance_Parallel_To_Path ==== | ||
+ | [[visual3d: | ||
==== Distance_Perpendicular_To_Path ==== | ==== Distance_Perpendicular_To_Path ==== | ||
+ | [[visual3d: | ||
==== Compute_UD_Power ==== | ==== Compute_UD_Power ==== | ||
+ | [[visual3d: | ||
==== Cross_Correlation ==== | ==== Cross_Correlation ==== | ||
[[visual3d: | [[visual3d: | ||
+ | |||
==== Compute_IK_Residuals ==== | ==== Compute_IK_Residuals ==== | ||
+ | [[visual3d: | ||
===== Examples ===== | ===== Examples ===== | ||
==== Example_-_Intersection_of_two_lines ==== | ==== Example_-_Intersection_of_two_lines ==== | ||
+ | |||
Compute the intersection of two lines | Compute the intersection of two lines |
visual3d/documentation/pipeline/signal_commands/signal_commands_overview.1727129157.txt.gz · Last modified: 2024/09/23 22:05 by wikisysop