Removing Non-linear Trends

From CCN Wiki
Revision as of 10:23, 15 July 2016 by 192.168.1.1 (talk) (Created page with "Though a script exists to use FreeSurfer's tools to remove linear trends as it extracts the time course data, non-linear trends may lurk in the data. A picture depicting this...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Though a script exists to use FreeSurfer's tools to remove linear trends as it extracts the time course data, non-linear trends may lurk in the data.

A picture depicting this will go here.

This might be problematic for some analyses. Fortunately, nonlinear trends can be removed from the data once it's been loaded into MATLAB, before any further processing (e.g., normalizing, etc.) is done to it.

Assume you have a cell array of matrices, M, which was generated by the loadFSTS function.