User Tools

Site Tools


jvs:fscan:manual:chapter2:expression:tsmooth

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
jvs:fscan:manual:chapter2:expression:tsmooth [2011/09/20 19:42]
voyvodic
jvs:fscan:manual:chapter2:expression:tsmooth [2023/02/23 18:43] (current)
Line 1: Line 1:
 **fScan Reference Manual, Chapter 2 (CmdLineOptions:Expr): tsmooth** **fScan Reference Manual, Chapter 2 (CmdLineOptions:Expr): tsmooth**
 ===== tsmooth -- Temporal smoothing filter ===== ===== tsmooth -- Temporal smoothing filter =====
- **usage:  -expr tsmooth npts**\\+ **usage:  -expr tsmooth twin [flag]**\\
  
-TSMOOTH uses sliding window averaging across time to smmoth each voxel time series.+TSMOOTH uses sliding window averaging across time to smooth each voxel time series.
  
-NPTS is how many contiguous time points to average together in the sliding window.+TWIN indicates how many contiguous time points to average together in the sliding window. 
 +By default TWIN is the number of time points, but if FLAG&1 (odd value) then TWIN is in seconds.  
 + 
 +FLAG (combine options by addition):\\ 
 +  * 1 - TWIN is the smoothing window in seconds (default is number of time points)  
 +  * 2 - subtract mean of original time course from smoothed time course 
 +  * 4 - subtract smoothed time course from original time course
  
 **See Also:**\\ **See Also:**\\
jvs/fscan/manual/chapter2/expression/tsmooth.1316547731.txt.gz · Last modified: 2014/08/04 16:03 (external edit)