Tutorials

Macro Script Tutorial

This tutorial will exemplify how to create a script which executes a sequence of existing calculations in a specific order.  A typical processing routine for EMG data to obtain a signal envelope is to first rectify, then low pass filter the raw EMG data.  The included scripts can perform these operations, but not in a single step.  By creating a "macro" script, these operations can be combined into a single operation that can be initiated with a click.

More:

Step 1: Create and Name the Script File

Step 2: Set Script Inputs and Outputs

Step 3: Validate Script Inputs

Step 4: Code the Script Calculation

Step 5: Test the Script