Tutorial: EMG signal processing for gait

This set of MATLAB code guides you through a typical signal processing routine for EMG data acquired during gait. Comes with some sample gait data to practice with.
Tutorial: Making publication worthy figures with MATLAB and Adobe Illustrator

Getting nice figures out of MATLAB is annoying and unintuitive. This training covers the basic process that we use regularly. Steps include:
- Get MatLab to do as much formatting as possible
- Export figure to a vector file
- Touch up figure in Adobe Illustrator
Tool: Posturography Metrics & Demo

This set of MATLAB code includes a function that will calculate and plot nearly every metric of posturography from force plate center of pressure data. It also includes a demo that visually compares two center of pressure files.
Tool: Factorial study design table and randomizer

This simple MATLAB tool can create a randomized factorial study design table, based on your specified experimental factors, levels, and repetitions. For example, you can generate randomized testing orders for 10 different subjects. You can then use MATLAB to walk through the experimental conditions during data collection, preventing confusion and user error during data collection.