visual3d:documentation:pipeline:file_commands:downsample_data
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
visual3d:documentation:pipeline:file_commands:downsample_data [2024/06/19 12:50] – sgranger | visual3d:documentation:pipeline:file_commands:downsample_data [2024/11/20 20:28] (current) – Cleaned up and working towards Pipeline Command template. Added internal links. wikisysop | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | downsample all target signals or all analog signals by an integer multiple. | + | ===== Downsample Data ===== |
- | **note: as of february 2017, this is still a hidden and unsupported command** | + | This command downsamples all [[visual3d: |
- | if modifying the analog | + | If you are modifying the ANALOG |
- | ====== pipeline command ====== | + | ==== Pipeline Command |
- | **downsample_data** | + | < |
- | /old_file_name= | + | Downsample_Data |
- | /signal_types= | + | /OLD_FILE_NAME= |
- | /new_point_rate= | + | /SIGNAL_TYPES= |
- | /new_analog_rate= | + | /NEW_POINT_RATE= |
- | **;** | + | /NEW_ANALOG_RATE= |
- | ====== example: downsample target ====== | + | ; |
+ | </ | ||
- | given a c3d file with a point rate of 50 and an analog rate of 200 | + | ==== Example: Downsample TARGET ==== |
- | downsample the point signals to 25 | + | Given a C3D file with a POINT rate of 50 Hz and an ANALOG rate of 200 Hz , downsample the POINT signals to 25 Hz. |
- | **downsample_data** | + | < |
- | /old_file_name=*test.c3d | + | Downsample_Data |
- | /signal_types=target | + | /OLD_FILE_NAME=*test.c3d |
- | /new_point_rate=25 | + | /SIGNAL_TYPES=TARGET |
- | /new_analog_rate= | + | /NEW_POINT_RATE=25 |
- | **;** | + | /NEW_ANALOG_RATE= |
- | ====== example: downsample analog ====== | + | ; |
+ | </ | ||
- | given a c3d file with a point rate of 50 and an analog rate of 200 | + | ==== Example: Downsample ANALOG ==== |
- | downsample the analog | + | Given a C3D file with a POINT rate of 50 Hz and an ANALOG rate of 200 Hz, downsample the ANALOG |
- | **downsample_data** | + | < |
- | /old_file_name=*test.c3d | + | Downsample_Data |
- | /signal_types=analog | + | /OLD_FILE_NAME=*test.c3d |
- | /new_point_rate= | + | /SIGNAL_TYPES=ANALOG |
- | /new_analog_rate=100 | + | /NEW_POINT_RATE= |
- | **;** | + | /NEW_ANALOG_RATE=100 |
+ | ; | ||
+ | </ | ||
+ | |||
+ | ==== See Also ==== | ||
+ | |||
+ | The pipeline command [[visual3d: | ||
visual3d/documentation/pipeline/file_commands/downsample_data.1718801406.txt.gz · Last modified: 2024/06/19 12:50 by sgranger